]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/postgrey/files/default
sudo: replace debbits by publicity
[dsa-puppet.git] / modules / postgrey / files / default
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5 #
6 # postgrey startup options, created for Debian
7 # (c)2004 Adrian von Bidder <avbidder@fortytwo.ch>
8 # Distribute and/or modify at will.
9
10 # you may want to set
11 #   --delay=N   how long to greylist, seconds (default: 300)
12 #   --max-age=N delete old entries after N days (default: 30)
13 # see also the postgrey(8) manpage
14
15 #POSTGREY_OPTS="--inet=127.0.0.1:60000"
16
17 # the --greylist-text commandline argument can not be easily passed through
18 # POSTGREY_OPTS when it contains spaces.  So, insert your text here:
19 #POSTGREY_TEXT="Your customized rejection message here"
20 POSTGREY_OPTS="--unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim"
21 [ -d /var/run/postgrey ] || (mkdir /var/run/postgrey && chown postgrey:Debian-exim /var/run/postgrey && chmod 750 /var/run/postgrey)