Page 1 of 1

Change greylist time

Posted: 27 Mar 2016 20:39
by w_bufffet
Hi,
Is it possible to reduce the delay of the greylisting to 1 min instead of the 5 min default?
thanks

Re: Change greylist time

Posted: 01 Apr 2016 07:45
by duesen
you can edit /etc/sqlgrey/sqlgrey.conf and tweak for your needs

Code: Select all

## Greylisting delays
# If you want to be really strict (RFC-wise) use these
# This is *not* recommended, you'll have false positives
# reconnect_delay = 15    # don't allow a reconnection before 15 minutes
# max_connect_age = 2     # don't allow a reconnection after 2 hours
# default: (based on real-life experience)
# reconnect_delay = 5
# max_connect_age = 24
-
duesen

Re: Change greylist time

Posted: 01 Apr 2016 07:47
by duesen
... and don“t forget to restart sqlgrey

Code: Select all

service sqlgrey restart
-
duesen