mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
12 lines
471 B
Text
12 lines
471 B
Text
# 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 --delay=30"
|
|
|
|
# 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"
|