From 50517463354d863646b2943af3b1edca6a6eb67d Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 1 Jul 2023 01:05:29 +0000 Subject: [PATCH] feat: add non-transparent 8025 smtp port --- roles/mail/files/master.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mail/files/master.cf b/roles/mail/files/master.cf index c7941eb..1c2b0d7 100644 --- a/roles/mail/files/master.cf +++ b/roles/mail/files/master.cf @@ -4,6 +4,7 @@ # ========================================================================== smtp inet n - y - - smtpd -o content_filter=spamassassin +8025 inet n - y - - smtpd spamassassin unix - n n - - pipe user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}