Newbie friendly default for internal_connect

This commit is contained in:
Stuart Gathman
2007-02-07 23:20:28 +00:00
parent 4d69b8fbfe
commit c9e6bb68d9
+4 -3
View File
@@ -6,9 +6,10 @@ tempdir = /var/log/milter/save
# how long to wait for a response from sendmail before giving up # how long to wait for a response from sendmail before giving up
;timeout=600 ;timeout=600
log_headers = 0 log_headers = 0
# connection ips and hostnames are matched against this glob style list # Connection ips and hostnames are matched against this glob style list
# to recognize internal senders. # to recognize internal senders. You probably need to change this.
;internal_connect = 192.168.*.*,127.* # The default is a good guess to try and prevent newbie frustration.
internal_connect = 192.168.0.0/16,127.*
# mail that is not an internal_connect and claims to be from an # mail that is not an internal_connect and claims to be from an
# internal domain is rejected. Furthermore, internal mail that # internal domain is rejected. Furthermore, internal mail that