Jeff A. Earickson <jaearick@...> wrote:
> I cannot get milter-greylist to whitelist anybody in the popauth
> db, no matter what I do to greylist.conf or the sendmail.cf file.
> I really need to get this working (and understand it). Any good
> reading on the milter macro settings above?
It looks good.
It seems you'll have to do some debug. In macro.c, look for macro_check.
After the call to smfi_getsymval, add this
syslog(LOG_INFO, "me->m_macro = \"%s\", value = \"%s\"\n",
me->m_macro, value);
And tell me what you get.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] How to use sendmail db files?
2006-10-23 by manu@netbsd.org