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

@@ -43,17 +43,30 @@ protocol pop3 {
# LDA configuration
protocol lda {
postmaster_address = postmaster@<SERVERNAME>
postmaster_address = postmaster@<SERVERNAME>
mail_plugins = sieve quota
quota_full_tempfail = yes
deliver_log_format = msgid=%m: %$
rejection_reason = Your message to <%t> was automatically rejected:%n%r
quota_full_tempfail = yes
deliver_log_format = msgid=%m: %$
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
# Sieve configuration
protocol sieve {
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
service managesieve {
}
# Plugins configuration
plugin {
sieve=~/.dovecot.sieve
sieve_dir=~/sieve
sieve = ~/sieve/.dovecot.sieve
sieve_dir = ~/sieve
quota = maildir
}