Add minimal clamav and postgrey classes to the exim::mx class
[mirror/dsa-puppet.git] / modules / postgrey / files / default
1 # postgrey startup options, created for Debian
2 # (c)2004 Adrian von Bidder <avbidder@fortytwo.ch>
3 # Distribute and/or modify at will.
4
5 # you may want to set
6 #   --delay=N   how long to greylist, seconds (default: 300)
7 #   --max-age=N delete old entries after N days (default: 30)
8 # see also the postgrey(8) manpage
9
10 #POSTGREY_OPTS="--inet=127.0.0.1:60000"
11
12 # the --greylist-text commandline argument can not be easily passed through
13 # POSTGREY_OPTS when it contains spaces.  So, insert your text here:
14 #POSTGREY_TEXT="Your customized rejection message here"
15 POSTGREY_OPTS="--unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim"
16 [ -d /var/run/postgrey ] || (mkdir /var/run/postgrey && chown postgrey:Debian-exim /var/run/postgrey && chmod 750 /var/run/postgrey)