Discussion:
Misc questions...
john espiro
2013-09-02 12:06:10 UTC
Permalink
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?
john espiro
2013-09-02 12:30:12 UTC
Permalink
Think I answered some of my questions, let me know if I am correct...


1) These are all still valid:

report all
logexpired
greylist 5m
autowhite 10d

2) racl greylist default delay 10m autowhite 10d
What does that do?
Does it greylist everyone?

3) What is this for?
racl whitelist default

4) I don't need this, correct, since I have the line above?
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

Loading...