WIP: Setup of a mail server #9
1 changed files with 13 additions and 0 deletions
13
roles/dovecot/templates/conf.d/10-mail.conf
Normal file
13
roles/dovecot/templates/conf.d/10-mail.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# {{ ansible_managed }}
|
||||
# Dovecot configuration for Aurore
|
||||
# More info at https://gitea.auro.re/Aurore/ansible
|
||||
# And on the Dovecot wiki : https://doc.dovecot.org/
|
||||
|
||||
# Mailbox locations and namespaces
|
||||
|
||||
# Simple mail location
|
||||
mail_location = maildir:~/Maildir
|
||||
|
||||
# Plugins
|
||||
mail_plugins = quota
|
||||
#mail_plugins = quota mail_log notify # to be tested
|
Loading…
Reference in a new issue