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:
Stuart Gathman
2005-10-07 03:23:40 +00:00
parent 073f87dcc7
commit 04874d6e35
5 changed files with 231 additions and 59 deletions
+6
View File
@@ -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]