Fixing deprecated Postfix templates & Providing Dovecot2 Sieve-Configs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user