> Have just tried the new ver-4.1.6 and have one problem as a result of a change in the milter-greylist.c file in this line 1451:
>
> openlog("milter-greylist", 0, conf.c_logfac);
>
> It used to read:
> openlog("milter-greylist", 0, LOG_MAIL);
> ...which I would change to:
> openlog("milter-greylist", 0, LOG_LOCAL2);
>
> in order to separate the GL log to another facility to tail.
> Now, with the new change, what should I do to make it log separately like before?
>
> Thanks for your help!
in the config file:
logfac local2Message
Re: [milter-greylist] milter-greylist 4.1.6 is available
2008-09-28 by Joe Pruett