From 79b75cae00262e980e855c98007001294463df92 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Thu, 28 Jan 2021 01:24:50 +0100 Subject: [PATCH] maildir conf --- roles/dovecot/templates/conf.d/10-mail.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/dovecot/templates/conf.d/10-mail.conf diff --git a/roles/dovecot/templates/conf.d/10-mail.conf b/roles/dovecot/templates/conf.d/10-mail.conf new file mode 100644 index 0000000..b7046d4 --- /dev/null +++ b/roles/dovecot/templates/conf.d/10-mail.conf @@ -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