Hi,
My setup: Solaris 10, sendmail 8.13.8, milter-greylist 3.0rc5.
I have a sendmail Berkeley db file for "access ok" that looks
like so, before being hashed into a db file:
68.160.175.114 OK
166.137.179.183 OK
(etc)
I would like to have milter-greylist look at it to whitelist
IP numbers that appear in this db file. I reference this db file
in my sendmail.cf as:
Kpopauth hash -a<OK> /etc/mail/db/pophash
then
SLocal_check_rcpt
R$* $: $(popauth $&{client_addr} $: <?> $)
R<?> $@ NoPopAuth
R$*<OK> $# OK $(log "POPAUTH RELAY " $&{client_addr} $)
Can I get milter-greylist to use my db file? How? Is this via
the sendmail macro stuff mentioned in the greylist.conf manpage?
Jeff Earickson
Colby CollegeMessage
How to use sendmail db files?
2006-10-16 by Jeff A. Earickson
Attachments
- No local attachments were found for this message.