john espiro
2013-09-02 12:06:10 UTC
Feel free to point me to online documentation if these questions can be answered there. I had an older version of milter-greylist, and wanted to verify that the following commands still work:
report all
logexpired
greylist 5m
autowhite 10d
Also, I used to have this line in there:
racl greylist default delay 10m autowhite 10d
What does that do?
And in the new version, it has this:
# List of users that want greylisting
#list "grey users" rcpt { \
# ***@example.com \
# ***@example.com \
# ***@example.com \
#}
racl greylist list "grey users" delay 30m autowhite 3d
racl whitelist default
Can I just have greylistng set for all users? If so, I imagine that I need to leave the above commented out?
report all
logexpired
greylist 5m
autowhite 10d
Also, I used to have this line in there:
racl greylist default delay 10m autowhite 10d
What does that do?
And in the new version, it has this:
# List of users that want greylisting
#list "grey users" rcpt { \
# ***@example.com \
# ***@example.com \
# ***@example.com \
#}
racl greylist list "grey users" delay 30m autowhite 3d
racl whitelist default
Can I just have greylistng set for all users? If so, I imagine that I need to leave the above commented out?