Banned users option. Experimental feature to supply Sender when
missing and MFROM domain doesn't match From. Log cipher bits for SMTP AUTH. Sketch access file feature.
This commit is contained in:
@@ -70,6 +70,10 @@ config=/etc/mail/pysrs.cfg
|
||||
;fwdomain = mydomain.com
|
||||
# turn this on after a grace period to reject spoofed DSNs
|
||||
reject_spoofed = 0
|
||||
# Many braindead MTAs send DSNs with a non-DSN MFROM (e.g. to report that
|
||||
# some virus claiming to be sent by you). This heuristic
|
||||
# refuses mail from user names commonly abused in that way.
|
||||
;banned_users = postmaster, mailer-daemon, clamav
|
||||
|
||||
# See http://spf.pobox.com for more info on SPF.
|
||||
[spf]
|
||||
@@ -88,6 +92,8 @@ reject_spoofed = 0
|
||||
# treat fail from these domains like softfail: because their SPF record
|
||||
# or an important sender is screwed up. Must have valid HELO, however.
|
||||
;accept_fail = custhelp.com
|
||||
# use sendmail access file or similar format for detailed spf policy
|
||||
;access_file = /etc/mail/access.db
|
||||
|
||||
# features intended to clean up outgoing mail
|
||||
[scrub]
|
||||
|
||||
Reference in New Issue
Block a user