This website requires JavaScript.
Explore
Help
Sign In
engineering
/
ansible_role_mail
Watch
1
Star
0
Fork
0
You've already forked ansible_role_mail
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
059c6002294115bcdf4680e01c98d9152122ef66
ansible_role_mail
/
tests
/
test.yml
6 lines
76 B
YAML
Raw
Normal View
History
Unescape
Escape
#1 - Implement new ansible role for mailserver. Just covering Postfix for now.
2025-07-28 21:08:28 -03:00
---
-
hosts
:
localhost
remote_user
:
root
roles
:
feat: add support for Dovecot IMAP/POP3 configuration Introduces functionality to install and configure Dovecot alongside Postfix to provide IMAP/POP3 services. Changes include: - Added tasks to install Dovecot packages (core, imapd, pop3d, lmtpd). - Added templates for main configuration and conf.d files (auth, master, ssl, mail). - Defined default variables for protocols, SSL settings, and Maildir location. - Enabled Postfix SASL and LMTP integration options. - Added a handler to restart the Dovecot service. - Updated README.md with the new configuration variables and usage instructions.
2026-02-10 17:24:59 -03:00
-
ansible_role_mail
Reference in New Issue
Copy Permalink