# Turn sieve support on diff --git /etc/dovecot/conf.d/15-lda.conf b/dovecot/conf.d/15-lda.conf index 609023a..4b7a2de 100644 --- a/dovecot/conf.d/15-lda.conf +++ b/dovecot/conf.d/15-lda.conf @@ -44,5 +44,5 @@ protocol lda { # Space separated list of plugins to load (default is global mail_plugins). - #mail_plugins = $mail_plugins + mail_plugins = $mail_plugins sieve } diff --git /etc/dovecot/conf.d/20-managesieve.conf b/dovecot/conf.d/20-managesieve.conf index 995b8e0..2d5f0e1 100644 --- a/dovecot/conf.d/20-managesieve.conf +++ b/dovecot/conf.d/20-managesieve.conf @@ -3,7 +3,7 @@ ## # Uncomment to enable managesieve protocol: -#protocols = $protocols sieve +protocols = $protocols sieve # Service definitions diff --git /etc/postfix/main.cf b/postfix/main.cf index 5b7ea76..bd4b53d 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -3,5 +3,5 @@ # see the postconf(5) manual page. For a commented and more complete # version of this file see /etc/postfix/main.cf.dist -mailbox_command = /usr/bin/procmail -a $DOMAIN -d $LOGNAME -#mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" +#mailbox_command = /usr/bin/procmail -a $DOMAIN -d $LOGNAME +mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"