X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgrey%2Ffiles%2Fdefault;fp=modules%2Fpostgrey%2Ffiles%2Fdefault;h=224e764106ef2d94fc136c0f7e793d456b8a82ef;hb=2d4c7908233109e081de0e932ac3c7d8cf0ba4e5;hp=0000000000000000000000000000000000000000;hpb=96b6450c6e8d00239eba647fcd61f76844dbc051;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgrey/files/default b/modules/postgrey/files/default new file mode 100644 index 000000000..224e76410 --- /dev/null +++ b/modules/postgrey/files/default @@ -0,0 +1,16 @@ +# postgrey startup options, created for Debian +# (c)2004 Adrian von Bidder +# Distribute and/or modify at will. + +# you may want to set +# --delay=N how long to greylist, seconds (default: 300) +# --max-age=N delete old entries after N days (default: 30) +# see also the postgrey(8) manpage + +#POSTGREY_OPTS="--inet=127.0.0.1:60000" + +# the --greylist-text commandline argument can not be easily passed through +# POSTGREY_OPTS when it contains spaces. So, insert your text here: +#POSTGREY_TEXT="Your customized rejection message here" +POSTGREY_OPTS="--unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim" +[ -d /var/run/postgrey ] || (mkdir /var/run/postgrey && chown postgrey:Debian-exim /var/run/postgrey && chmod 750 /var/run/postgrey)