File: postgrey-default

package info (click to toggle)
postgrey 1.36-5.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 620 kB
  • sloc: perl: 1,162; sh: 243; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
# postgrey startup options, created for Debian

# you may want to set
#   --delay=N   how long to greylist, seconds (default: 300)
#   --max-age=N delete old entries after N days (default: 35)
# see also the postgrey(8) manpage

POSTGREY_OPTS="--inet=10023"

# 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"