fixed postgrey inet parameter

This commit is contained in:
Thomas A. Kilian 2017-04-12 14:51:24 +02:00
parent 4536113a30
commit e8d8918f55
No known key found for this signature in database
GPG Key ID: 6403AD7CD724D228
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# --delay=N how long to greylist, seconds (default: 300)
# --max-age=N delete old entries after N days (default: 35)
POSTGREY_OPTS="--inet=10023"
POSTGREY_OPTS="--inet=127.0.0.1:10023"