Hellowe had a problem with a Virus scanner not forwardig a mail with a sender address including two "@" characters. The mail was accepted by Postfix and the problem is we don't want to bounce or drop anything after Postfix has accepted it. The AV vendor claim that RFC 5322 would not allow such addresses but i wonder how to reject something like "address@@domain" or if this is even recommended.
postconf -n alias_database = cdb:/etc/postfix/aliases alias_maps = cdb:/etc/postfix/aliases allow_percent_hack = no broken_sasl_auth_clients = yes debug_peer_level = 2 default_database_type = cdb disable_vrfy_command = no header_checks = pcre:/etc/postfix/header_checks mail_owner = postfix message_size_limit = 35000000 queue_minfree = 200000000 relay_domains = cdb:/etc/postfix/transport relayhost = [10.5.0.1]:2525 show_user_unknown_table_name = no smtpd_banner = $myhostname ESMTP $mail_name smtpd_data_restrictions = reject_unauth_pipelining smtpd_discard_ehlo_keyword_address_maps = cdb:/etc/postfix/ehlo_errorsmtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_non_fqdn_sender, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, check_sender_access cdb:/etc/postfix/sender-redirect, check_client_access cdb:/etc/postfix/client-whitelist, check_recipient_access proxy:ldap:/etc/postfix/ldap-spamcheck.cf, check_recipient_access cdb:/etc/postfix/recipient-address smtpd_restriction_classes = aggr-restriction, lax-restriction, icore-restriction, grey-restriction, xtrem-restriction, lst-restriction
strict_rfc821_envelopes = yes swap_bangpath = no transport_maps = cdb:/etc/postfix/transport unknown_address_reject_code = 550 unknown_client_reject_code = 550 unknown_hostname_reject_code = 550 unverified_sender_reject_code = 550 Regards Andreas
smime.p7s
Description: S/MIME Cryptographic Signature