From 1082825c5cef7d1f029b14abbbdd3c2c8b04534a Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 19 Aug 2026 18:14:18 +0000 Subject: [PATCH] Revert "(RPi) Skip SpamAssassin, since it isn't set up" This reverts commit 1773d414f1cb6ecb2ca5ee6d33f8430083bb8685, because we now install SpamAssassin. --- master.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.cf b/master.cf index cbbdf60..2747d22 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 - 15 smtpd - -o content_filter=smtp:127.0.0.1:10026 +smtp inet n - y - 5 smtpd + -o content_filter=smtp:127.0.0.1:10025 -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 -- 2.34.1