Jack L. Stone <jacks@...> wrote:
> Hi, Emmanuel. Thanks for the new version. Is IPv6 support the only change?
> (don't need it myself - yet)
1.5.4:
Avoid race conditions when reloading the config (Attila
Bruncsak)
Full blown IPv6 support, from Hajimu Umemoto
rc-debian.sh script, from Joel Bertrand
So if you don't hit the bug Attila experienced, you don't really need to
upgrade. Testers are welcom, though.
> Also, when will this new one be in FBSD ports as I typically update/upgrade
> from there?
I thought it was already available:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/67252
> Other skeptics have said "...well, just wait until the messages return from
> retries...." Been using GL for about a month and don't see any rise of spam
> getting past MTA in my stats.
In fact a lot of spammers do retry now, with an interval of a few
seconds. This defeats low-end greylisting implementation, but
milter-greylist is still safe.
> That's why I was so interested in your new rcptfilter. BTW, it still gets
> invoked, but doesn't snag anything, nor does it show any report of "abort"
> as do the 3 other milters used.
Have you tried poking a few printf at key places to check what happens?
> I am reluctant to bother you as you did say "as is" ... but, what "Input
> Filter" line are you using in sendmail.mc/cf...." The config file loads
> okay so it sees that -- just ignores it.
Here is the revelant part of my sendmail.cf (I don't use .mc files to
build it):
# Enable milter
O InputMailFilters=rcptfilter,greylist
Xgreylist, S=/var/run/milte-greylist/greylist.sock
Xrcptfilter, S=/var/run/milter-rcptfilter/sock
O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr},
{client_addr}
O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits},
{cert_subject}, {ce
rt_issuer}
O Milter.macros.envfrom=i, {auth_type}, {auth_authen}, {auth_ssf},
{auth_author}
, {mail_mailer}, {mail_host}, {mail_addr}
O Milter.macros.envrcpt={rcpt_mailer}, {rcpt_host}, {rcpt_addr}
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@...