From c9e6bb68d92c5d27f4f40af4bb1efd31db16c5e2 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Wed, 7 Feb 2007 23:20:28 +0000 Subject: [PATCH] Newbie friendly default for internal_connect --- milter.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/milter.cfg b/milter.cfg index a986e43..7b46e60 100644 --- a/milter.cfg +++ b/milter.cfg @@ -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 -- GitLab