/[adm]/puppet/modules/postgrey/templates/postgrey.sysconfig
ViewVC logotype

Contents of /puppet/modules/postgrey/templates/postgrey.sysconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 268 - (show annotations) (download)
Wed Nov 17 15:58:10 2010 UTC (13 years, 4 months ago) by misc
File size: 348 byte(s)
- add a postgrey module 
1 # change default configuration option here
2
3 # SOCKET=$(postconf -h queue_directory)/extern/postgrey/socket
4 # OPTIONS="--unix=$SOCKET"
5 # DBPATH=/var/lib/postgrey
6 # OPTIONS="$OPTIONS --dbdir=$DBPATH"
7
8 # to use an inet connection instead of a socket
9 #OPTIONS="--inet=127.0.0.1:10031"
10
11 # enable whitelisting
12 OPTIONS="$OPTIONS --auto-whitelist-clients"

  ViewVC Help
Powered by ViewVC 1.1.30