You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Only enable milter for incoming emails
This commit is contained in:
@@ -97,7 +97,6 @@ unverified_recipient_reject_reason = Address lookup failure
|
||||
# Milter
|
||||
###############
|
||||
|
||||
smtpd_milters = inet:{{ HOST_ANTISPAM }}
|
||||
milter_protocol = 6
|
||||
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
|
||||
milter_default_action = tempfail
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
# Exposed SMTP service
|
||||
smtp inet n - n - - smtpd
|
||||
-o smtpd_milters=inet:{{ HOST_ANTISPAM }}
|
||||
|
||||
# Internal SMTP service
|
||||
10025 inet n - n - - smtpd
|
||||
|
||||
Reference in New Issue
Block a user