### main/00_stalag13-config_0greylist
#################################

####### GREYLISTING

# requires memcached to be installed
GREYLISTING_ENABLE = 1

# wait time, time to live
# (by default very short, just to discourage bot)
GREY_MINUTES  = 0.4
GREY_TTL_DAYS = 25

# we greylist servers, so we keep it to the minimum required to cross-check with SPF
#   sender IP, sender domain
GREYLIST_ARGS = {${quote:$sender_host_address}}{${quote:$sender_address_domain}}{GREY_MINUTES}{GREY_TTL_DAYS}

###### EOF