Fix bugs from testing RPM
This commit is contained in:
+3
-2
@@ -29,6 +29,7 @@ log_headers = 0
|
||||
|
||||
# features intended to filter or block incoming mail
|
||||
[defang]
|
||||
|
||||
# do virus scanning on attached messages also
|
||||
scan_rfc822 = 1
|
||||
# do virus scanning on attached zipfiles also
|
||||
@@ -75,9 +76,9 @@ reject_spoofed = 0
|
||||
;reject_neutral = aol.com
|
||||
# use a default (v=spf1 a/24 mx/24 ptr) when no SPF records are published
|
||||
;best_guess = 0
|
||||
# reject senders that have neither PTR nor SPF records
|
||||
# reject senders that have neither PTR nor SPF records, or DSN if false
|
||||
;reject_noptr = 0
|
||||
# always accept softfail from these domains
|
||||
# always accept softfail from these domains, or DSN otherwise
|
||||
;accept_softfail = bounces.amazon.com
|
||||
|
||||
# features intended to clean up outgoing mail
|
||||
|
||||
Reference in New Issue
Block a user