4.0 config docs
2008-03-14 by Adam Katz
greylist.conf for 4.0 has some new dnsrbl stuff commented in it: > #racl blacklist urlcheck "userpref" $usrRBL "CBL" dnsrbl "CBL" \ > # msg "Sender IP caught in CBL blacklist" > #racl blacklist $usrRBL "SBL" dnsrbl "BBL" \ > # msg "Sender IP caught in SBL blacklist" > #racl blacklist $usrRBL "NJABL" dnsrbl "NJABL" \ > # msg "Sender IP caught in NJABL blacklist" > #racl greylist list "grey users" dnsrbl "SORBS DUN" delay 24h autowhite 3d I'm trying to figure out what they do and how the syntax works. "urlcheck" will check all URLs in the message against the specified RBL? I wasn't aware milter-greylist examined message bodies. This probably requires libcurl. Speaking of dependencies, what feature does libGeoIP enable? What does $usrRBL do, and how does the syntax work on those lines? Or perhaps you could point me at the documentation?