From 2b122a5d2e5e6ecd3979466e6cc9e53765e5af8c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2016 13:20:50 +0200 Subject: Fix enable sieve for lmtp. --- dovecot/conf.d/20-lmtp.conf | 2 +- dovecot/conf.d/20-lmtp.conf.diff | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dovecot') diff --git a/dovecot/conf.d/20-lmtp.conf b/dovecot/conf.d/20-lmtp.conf index 82a6496..9cb7340 100644 --- a/dovecot/conf.d/20-lmtp.conf +++ b/dovecot/conf.d/20-lmtp.conf @@ -22,7 +22,7 @@ protocol lmtp { # Space separated list of plugins to load (default is global mail_plugins). - #mail_plugins = $mail_plugins sieve + mail_plugins = $mail_plugins sieve postmaster_address = postmaster@jones.dk } diff --git a/dovecot/conf.d/20-lmtp.conf.diff b/dovecot/conf.d/20-lmtp.conf.diff index a7bacc8..f60734b 100644 --- a/dovecot/conf.d/20-lmtp.conf.diff +++ b/dovecot/conf.d/20-lmtp.conf.diff @@ -1,11 +1,11 @@ --- 20-lmtp.conf.orig 2016-07-05 01:15:31.000000000 +0200 -+++ 20-lmtp.conf 2016-10-24 21:06:28.000000000 +0200 ++++ 20-lmtp.conf 2016-10-25 13:16:56.000000000 +0200 @@ -22,5 +22,7 @@ protocol lmtp { # Space separated list of plugins to load (default is global mail_plugins). - #mail_plugins = $mail_plugins -+ #mail_plugins = $mail_plugins sieve ++ mail_plugins = $mail_plugins sieve + + postmaster_address = postmaster@jones.dk } -- cgit v1.2.3