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.
8 lines
158 B
Django/Jinja
8 lines
158 B
Django/Jinja
# Dovecot mail location configuration
|
|
# Ansible managed: {{ ansible_managed }}
|
|
|
|
mail_location = {{ dovecot_mail_location }}
|
|
namespace inbox {
|
|
inbox = yes
|
|
}
|