2005-11-30 by c.r.p.
--- In milter-greylist@yahoogroups.com, Emmanuel Dreyfus <manu@n...>
wrote:
>
> On Wed, Nov 30, 2005 at 09:59:55AM +0100, leloup wrote:
> > > There is *known* security problem in milter-greylist, but it's
always
> > > a good idea to avoid running as root.
> >
> > I guess you meant "There is _no_ *known* security problem..." ;-)
>
> Yes, of course. :-)
>
> --
> Emmanuel Dreyfus
> manu@n...
>
Well , which one is it? They are not exactly saying the same thing:-)
Anyway - ARGH! Where is the FAQ? Here is how I setup the sendmail.mc
MAILER(smtp)dnl
MAILER(procmail)dnl
Cwlocalhost.localdomain
HACK(`milter-greylist')
dnl added clamav 12/25/03
INPUT_MAIL_FILTER(`clamav-milter',`S=local:/var/clamav/clamav-milter.sock,
F=,T=S:4m;R:4m;E:10m')dnl
define(`confINPUT_MAIL_FILTERS', `clamav-milter')
sendmail did not complain about anything upon rebuilding and
restarting. I ran
usr/local/bin/milter-greylist -u root -p
/var/milter-greylist/milter-greylist.sock
and the maillog shows the milter-greylist starting and whitelisting
the entries at the bottom of the conf file.
(btw: -u smmsp did not work, but i'll leave that for later)
The conf file has:
# recipient envelope address to achieve that.
acl whitelist rcpt nbry@...
acl whitelist rcpt ric@...m
acl greylist rcpt rpol@...
acl greylist rcpt tsma@...
acl greylist default
Yet nothing is getting delayed :(