(RPi) Skip SpamAssassin, since it isn't set up
authorAlex Dehnert <adehnert@mit.edu>
Thu, 28 May 2020 20:25:39 +0000 (20:25 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Sun, 16 Aug 2026 19:37:15 +0000 (19:37 +0000)
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.

master.cf

index 2747d22bcd7c4cefaec8a6118eb34f51ea3e93e5..cbbdf6014e81ebeb3f27892232f5dcbf099c2ecd 100644 (file)
--- 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       -             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