From: mhoellein Date: Wed, 13 Mar 2024 09:23:24 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=63d4bf6fd026b6bf94a1fdf1bcffe172def55ea1;p=vserver saving uncommitted changes in /etc prior to apt run --- diff --git a/dovecot/dovecot.conf b/dovecot/dovecot.conf index 830f1d5ed..affcf3041 100644 --- a/dovecot/dovecot.conf +++ b/dovecot/dovecot.conf @@ -71,6 +71,7 @@ service auth { } mail_plugins = quota acl +#mail_plugins = quota sieve acl ### ### Protocol settings ############################# @@ -87,7 +88,7 @@ protocol lmtp { } protocol lda { - mail_plugins = $mail_plugins acl quota + mail_plugins = $mail_plugins acl sieve quota } diff --git a/postfix/main.cf b/postfix/main.cf index a6fb4efea..bf31add68 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -68,9 +68,11 @@ virtual_transport = lmtp:unix:private/dovecot-lmtp milter_default_action = accept milter_protocol = 2 -smtpd_milters = #unix:/var/lib/amavis/amavisd-milter.sock, - unix:/var/run/opendkim/opendkim.sock, +smtpd_milters = unix:/var/run/opendkim/opendkim.sock, unix:/var/run/opendmarc/opendmarc.sock +#bei smtpd_milters rausgenommen +#unix:/var/lib/amavis/amavisd-milter.sock, + non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock, unix:/var/run/opendmarc/opendmarc.sock