From a12e2949947f4a131b9fcbdaa30f5fbff9518ce8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 May 2020 16:03:05 -0300 Subject: Debian Buster changes --- templates/dovecot/dovecot.conf.buster.erb | 75 +++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/dovecot/dovecot.conf.buster.erb (limited to 'templates') diff --git a/templates/dovecot/dovecot.conf.buster.erb b/templates/dovecot/dovecot.conf.buster.erb new file mode 100644 index 0000000..94c4f09 --- /dev/null +++ b/templates/dovecot/dovecot.conf.buster.erb @@ -0,0 +1,75 @@ +# 2.1.7: /etc/dovecot/dovecot.conf +# OS: Linux 2.6.32-5-vserver-amd64 x86_64 Debian 7.3 ufs + +# See http://help.directadmin.com/item.php?id=348 +listen = * + +auth_mechanisms = plain login +log_timestamp = "%Y-%m-%d %H:%M:%S " +login_log_format_elements = user=<%%u> method=%m %c +mail_location = maildir:/var/mail/virtual/%u +mail_privileged_group = mail +passdb { + args = /etc/dovecot/dovecot-sql.conf + driver = sql +} +plugin { + sieve = ~/.dovecot.sieve + sieve_storage = ~/sieve +} +protocols = imap +service auth { + unix_listener /var/spool/postfix/private/auth { + group = postfix + mode = 0660 + user = postfix + } + unix_listener auth-master { + group = mail + mode = 0600 + user = vmail + } + user = root +} + +# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before +# dropping root privileges, so keep the key file unreadable by anyone but +# root. +ssl_cert = +} + +# Should saving a mail to a non-existing mailbox automatically create it? +lda_mailbox_autocreate = yes -- cgit v1.2.3