Change greylist time

Questions and answers about how to do stuff
Post Reply
w_bufffet
Posts: 12
Joined: 27 Mar 2016 15:32

Change greylist time

Post by w_bufffet »

Hi,
Is it possible to reduce the delay of the greylisting to 1 min instead of the 5 min default?
thanks
duesen
Posts: 12
Joined: 30 Mar 2016 15:35
Location: Austria

Re: Change greylist time

Post 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
duesen
Posts: 12
Joined: 30 Mar 2016 15:35
Location: Austria

Re: Change greylist time

Post by duesen »

... and don´t forget to restart sqlgrey

Code: Select all

service sqlgrey restart
-
duesen
Post Reply