Misc questions...
john espiro <[email protected]> Mon, 2 Sep 2013 05:06:10 -0700 (PDT)
| Newsgroups | gmane.mail.spam.spf.discuss |
|---|---|
| Message-ID | <[email protected]> |
Feel free to point me to online documentation if these questions can be ans=
wered there. I had an older version of milter-greylist, and wanted to verif=
y 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 {=A0 \
#=A0=A0=A0=A0=A0=A0 [email protected] \
#=A0=A0=A0=A0=A0=A0 [email protected] \
#=A0=A0=A0=A0=A0=A0 [email protected] \
#}
racl greylist list "grey users" delay 30m autowhite 3d
racl whitelist default
Can I just have greylistng set for all users?=A0 If so, I imagine that I ne=
ed to leave the above commented out?