Fixing deprecated Postfix templates & Providing Dovecot2 Sieve-Configs

This commit is contained in:
junkpad92
2014-12-16 21:42:16 +01:00
parent 1e5f80ace6
commit 56b652d185
68 changed files with 314 additions and 188 deletions

View File

@@ -1,4 +1,4 @@
protocols = imap pop3 <SSLPROTOCOLS>
protocols = imap pop3 <SSLPROTOCOLS> sieve
listen = *
mail_access_groups = vmail
mail_debug = no
@@ -45,10 +45,13 @@ protocol lda {
# postmaster is the one in charge of the mail system. MUST be set to a valid address!
postmaster_address = postmaster@<SERVERNAME>
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = quota
mail_plugins = quota sieve
sendmail_path = /usr/sbin/sendmail
}
protocol sieve {
}
auth default {
mechanisms = plain login
passdb sql {
@@ -83,6 +86,20 @@ auth default {
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
service managesieve {
}
plugin {
quota = maildir:User quota
# Sieve-Configuration
sieve = ~/sieve/.dovecot.sieve
sieve_dir = ~/sieve
}