Skip to content
Snippets Groups Projects
Commit c9e6bb68 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Newbie friendly default for internal_connect

parent 4d69b8fb
Branches
No related tags found
No related merge requests found
......@@ -6,9 +6,10 @@ tempdir = /var/log/milter/save
# how long to wait for a response from sendmail before giving up
;timeout=600
log_headers = 0
# connection ips and hostnames are matched against this glob style list
# to recognize internal senders.
;internal_connect = 192.168.*.*,127.*
# Connection ips and hostnames are matched against this glob style list
# to recognize internal senders. You probably need to change this.
# 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
# internal domain is rejected. Furthermore, internal mail that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment