From: Alex Dehnert Date: Thu, 28 May 2020 20:25:39 +0000 (+0000) Subject: (RPi) Skip SpamAssassin, since it isn't set up X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=1773d414f1cb6ecb2ca5ee6d33f8430083bb8685;p=sysconfig%2Fpostfix.git (RPi) Skip SpamAssassin, since it isn't set up Cherry-pick update (2026): continue using content-filter Also, SpamAssassin should be nearly-stateless and easy to install, so I should really just run it on xidi. --- diff --git a/master.cf b/master.cf index 2747d22..cbbdf60 100644 --- a/master.cf +++ b/master.cf @@ -48,8 +48,8 @@ smtp unix - - y - - smtp # After-filter SMTP server. Receive mail from the content filter # on localhost port 10026. # -smtp inet n - y - 5 smtpd - -o content_filter=smtp:127.0.0.1:10025 +smtp inet n - y - 15 smtpd + -o content_filter=smtp:127.0.0.1:10026 -o smtpd_client_connection_count_limit=15 127.0.0.1:10026 inet n - n - - smtpd -o smtpd_authorized_xforward_hosts=127.0.0.0/8