mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Revert "Only enable milter for incoming emails"
This reverts commit cfd233039e
.
This commit is contained in:
parent
cfd233039e
commit
e543477c2e
@ -97,6 +97,7 @@ 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,7 +3,6 @@
|
||||
|
||||
# Exposed SMTP service
|
||||
smtp inet n - n - - smtpd
|
||||
-o smtpd_milters=inet:{{ HOST_ANTISPAM }}
|
||||
|
||||
# Internal SMTP service
|
||||
10025 inet n - n - - smtpd
|
||||
|
Loading…
Reference in New Issue
Block a user