J.P. Trosclair wrote:
I found this old thread suggesting that postfix doesn't allow null
local-part addresses but it doesn't say which version this policy went
into effect:
http://archives.neohapsis.com/archives/postfix/2006-08/0445.html
I'm using postfix 2.4.5 and experiencing this problem. From what I can
tell this version was released in 2007 but the thread dates back to
2006. I'd just like to confirm that this is a version affected and not a
configuration issue before I run out and upgrade.
grep 906B36A009B /var/log/maillog:
Jan 21 07:46:07 mail1 postfix/smtpd[27871]: 906B36A009B:
client=unknown[201.255.125.23]
Jan 21 07:46:08 mail1 postfix/cleanup[27881]: 906B36A009B:
message-id=<20090121134607.906b36a0...@mail1.judelawfirm.com>
-- here --
Jan 21 07:46:08 mail1 postfix/qmgr[4724]: 906B36A009B:
from=<@judelawfirm.com>, size=2093, nrcpt=1 (queue active)
That feature isn't enabled by default. To activate it, you
need to set in main.cf:
strict_rfc821_envelopes = yes
http://www.postfix.org/postconf.5.html#strict_rfc821_envelopes
--
Noel Jones