--- In milter-greylist@yahoogroups.com, manu@... wrote:
>
> Jim Hermann <hostmaster@...> wrote:
>
> > The current beta version of milter-greylist adds a @ character at
the
> > end of the email address when it logs authenticated users.
>
> It just logs what sendmail gave. I suspec the trailing @ is just some
> kind of SASL oddity?
It looks that way. Both sendmail and milter-greylist report the
username with the trailing @. The next milter and the final sendmail
report the username without the trailing @.
Sep 1 11:04:55 host sm-acceptingconnections[23741]: AUTH=server,
relay=pool-xxx-xxx-xxx-xxx.washdc.fios.verizon.net [xxx.xxx.xxx.xxx],
authid=user-name@...@, mech=LOGIN, bits=0
Sep 1 11:04:55 host milter-greylist: User user-name@...@
authenticated, bypassing greylisting
Sep 1 11:04:55 host milter-xxxx[14122]: 27593 l81G4tfD023741: sender
<user-name@...> SMTP AUTH authenticated
Sep 1 11:04:56 host sm-acceptingconnections[23741]: l81G4tfD023741:
from=<user-name@domain-name.tld>, size=12945, class=0, nrcpts=1,
msgid=<000e01c7ecb1$ea4fbfd0$6c00a8c0@XXX>, proto=ESMTP, daemon=MTA,
relay=pool-xxxxxxx.washdc.fios.verizon.net [xxx.xxx.xxx.xxx]
I am running saslauthd 2.1.20 with authentication mechanisms: getpwent
kerberos5 pam rimap shadow ldap.
Does that help?
Jim