13 lines
344 B
Django/Jinja
13 lines
344 B
Django/Jinja
# {{ 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
|