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=<[email protected]>
-- here --
Jan 21 07:46:08 mail1 postfix/qmgr[4724]: 906B36A009B: from=<@judelawfirm.com>, size=2093, nrcpt=1 (queue active)
----------
Jan 21 07:46:09 mail1 amavis[26797]: (26797-20) Blocked SPAMMY, [201.255.125.23] [201.255.125.23] <""@judelawfirm.com> -> <""@judelawfirm.com>, Message-ID: <[email protected]>, mail_id: O5s6kr+zG+UF, Hits: 20.129, 1024 ms Jan 21 13:46:09 mail1 postfix/smtp[27876]: 906B36A009B: to=<@judelawfirm.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.7, delays=1.7/0/0/1, dsn=5.5.0, status=bounced (host 127.0.0.1[127.0.0.1] said: 501 5.5.0 Rejected by MTA([127.0.0.1]:10025): 501 5.1.7 Bad sender address syntax, id=26797-20 (in reply to end of DATA command)) Jan 21 07:46:10 mail1 postfix/bounce[28005]: 906B36A009B: sender non-delivery notification: F40CE6A011B
Jan 21 07:46:10 mail1 postfix/qmgr[4724]: 906B36A009B: removed

postconf -n:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = judelawfirm.com, mail1.judelawfirm.com, mail1.jude, localhost, localhost.localdomain, localhost.judelawfirm.com
mydomain = judelawfirm.com
myhostname = mail1.judelawfirm.com
mynetworks = 127.0.0.0/8, 192.168.1.0/24
myorigin = mail1.judelawfirm.com
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
sample_directory = /usr/share/doc/postfix-2.4.5/samples
sender_bcc_maps = hash:/etc/aliases_bcc
sender_canonical_classes = header_sender
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP
smtpd_data_restrictions = reject_unauth_pipelining permit_mynetworks permit_sasl_authenticated
smtpd_helo_required = yes
smtpd_helo_restrictions = reject_invalid_hostname
smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination reject_unlisted_recipient check_sender_access hash:/etc/postfix/sender_access reject_non_fqdn_recipient
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550

Reply via email to