From a4bdd659079f834e84cc9ce260261a3b8580d927 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 4 Feb 2020 19:17:34 -0300 Subject: [PATCH] fix spam filter --- confd/templates/setup_main.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confd/templates/setup_main.tmpl b/confd/templates/setup_main.tmpl index 7fb6977..34b637c 100644 --- a/confd/templates/setup_main.tmpl +++ b/confd/templates/setup_main.tmpl @@ -67,4 +67,4 @@ postconf -F spamfilter/unix/private=- \ spamfilter/unix/wakeup=- \ spamfilter/unix/process_limit=- \ spamfilter/unix/command='pipe flags=Rq user=vmail argv=/usr/local/bin/spamfilter -oi -f ${sender} ${recipient}' -postconf -P smtp/inet/content_filter=spamfilter +postconf -P smtpd/pass/content_filter=spamfilter