diff options
Diffstat (limited to 'network/postgrey/postgrey.conf')
-rw-r--r-- | network/postgrey/postgrey.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/postgrey/postgrey.conf b/network/postgrey/postgrey.conf new file mode 100644 index 0000000000000..db34cb398c0cf --- /dev/null +++ b/network/postgrey/postgrey.conf @@ -0,0 +1,10 @@ +# /etc/postgrey.conf +# +# This file will be sourced from /etc/rc.d/rc.postgrey +# +PORT=10025 +PIDFILE=/var/run/postgrey/postgrey.pid +USER=%POSTGREYUSR% +GROUP=%POSTGREYGRP% +HOST=mail.example.com + |