--- milter-greylist-1.2.1/greylist.conf.orig Fri Apr 2 17:06:53 2004 +++ milter-greylist-1.2.1/greylist.conf Sat May 1 03:21:40 2004 @@ -15,8 +15,10 @@ # You will want to avoid greylisting your own clients # as well, by filtering out your IP address blocks. -# Here is an example if you use 192.0.2.0/16 -#addr 192.0.2.0/16 +# The following networks are a priori private networks. +#addr 10.0.0.0/8 +#addr 172.16.0.0/12 +#addr 192.168.0.0/16 # You can avoid greylisting by filtering on the sender # enveloppe address but this is not a good idea: it @@ -40,7 +42,7 @@ #rcpt /.*@example\.net/ # This option tells milter-greylist when it should -# add an X-Greylist header. Default is all, which +# add an X-Milter header. Default is all, which # cause a header to always be added. Other possible # values are none, delays and nodelays #report all @@ -51,12 +53,12 @@ # # How long does a client has to wait before we accept -# the messages it retries to send. Here, 1 hour. -#greylist 1h +# the messages it retries to send [default: 30m]. Here, 9 minutes +#greylist 9m # How long does auto-whitelisting lasts (set it to 0 -# to disable auto-whitelisting). Here, 3 days -#autowhite 3d +# to disable auto-whitelisting) [default: 1d]. Here, 7 days +#autowhite 7d # Normally, clients that succeed SMTP AUTH are not # greylisted. Uncomment this if you want to @@ -80,15 +82,15 @@ #quiet # You can specify a file where milter-greylist will -# store its PID +# store its PID [default: /var/run/milter-greylist.pid] #pidfile "/var/run/milter-greylist.pid" # The socket used to communicate with Sendmail can -# be specified in this file: -#socket "/var/milter-greylist/milter-greylist.sock" +# be specified in this file (there is no default value): +#socket "/var/milter/milter-greylist.sock" -# The dumpfile location -#dumpfile "/var/milter-greylist/greylist.db" +# The dumpfile location [default: /var/milter/greylist.db] +#dumpfile "/var/milter/greylist.db" -# The user the milter should run as +# The user the milter should run as [default: smmsp] #user "smmsp"