Hi Matt,
At 09:46 10-05-2011, Matt Mc Namara wrote:
1. Does anyone have a working configuration using sendmail, dovecot
and sieve for filters?
sendmail.mc:
FEATURE(`local_procmail',
`/usr/local/libexec/dovecot/deliver',`/usr/local/libexec/dovecot/deliver
-d $u')
MODIFY_MAILER_FLAGS(`LOCAL', `-f')
MAILER(procmail)
dovecot.conf:
plugin {
# The path to the user's main active script.
sieve = ~/.dovecot.sieve
...
}
protocol lda {
mail_plugins = sieve
}
protocol lmtp {
mail_plugins = sieve
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
...
}
protocol sieve {
...
}
Regards,
-sm