Could someone help me figure out which rule exactly is blocking this e-mail? We are trying to migrate a domain to another e-mail service and in the meantime the new service is sending mail from a domain that postfix accepts mail for. Whenever that migrating domain sends mail to a domain hosted on the old/current mail system, I get this message. I'm guessing that has something to do with the access denied error anyways but maybe not.
2012-11-02T16:36:51.995398-04:00 mx1 postfix/smtpd[19150]: NOQUEUE: reject: RCPT from tx2ehsobe001.messaging.microsoft.com[65.55.88.11]: 554 5.7.1 <jch...@migrating-domain.com>: Sender address rejected: Access denied; from=<jch...@migrating-domain.com> to=<ja...@hosted-domain.net> proto=ESMTP helo=<tx2outboundpool.messaging.microsoft.com> Here is postconf -n address_verify_map = btree:/var/lib/postfix/address_verify.map address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 12h address_verify_positive_expire_time = 31d address_verify_positive_refresh_time = 7d address_verify_sender = postmaster alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases biff = no body_checks = pcre:/etc/postfix/HEADER_AND_BODY_CHECKS/body_checks.regexp bounce_queue_lifetime = 1h bounce_size_limit = 10000 command_directory = /usr/sbin config_directory = /etc/postfix content_filter = smtp-amavis:[127.0.0.1]:10024 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 default_destination_concurrency_limit = 100 default_destination_recipient_limit = 50 delay_warning_time = 4h disable_vrfy_command = yes header_checks = pcre:/etc/postfix/HEADER_AND_BODY_CHECKS/header_checks.regexp html_directory = no ignore_mx_lookup_error = no in_flow_delay = 1s inet_interfaces = all inet_protocols = ipv4 local_destination_concurrency_limit = 2 local_recipient_maps = mail_owner = postfix mail_spool_directory = /var/spool/mail mailbox_command = /usr/bin/procmail mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man maximal_backoff_time = 1000s maximal_queue_lifetime = 2d message_size_limit = 20000000 mime_header_checks = pcre:/etc/postfix/HEADER_AND_BODY_CHECKS/mime_header_checks.regexp minimal_backoff_time = 300s mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = mandala-designs.com mynetworks = 127.0.0.0/8, 127.0.0.1, 192.168.1.0/24, 216.195.xxx.xx/28, 216.27.63.0/24, 72.224.103.127 myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix postscreen_access_list = permit_mynetworks, cidr:/etc/postfix/postscreen_access.cidr postscreen_blacklist_action = enforce postscreen_dnsbl_action = enforce postscreen_dnsbl_sites = zen.spamhaus.org*3 b.barracudacentral.org*2 bl.spameatingmonkey.net*2 bl.spamcop.net*1 swl.spamhaus.org*-5 list.dnswl.org*-5 hostkarma.junkemailfilter.com=127.0.0.1*-5 postscreen_dnsbl_threshold = 3 postscreen_greet_action = enforce queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES recipient_delimiter = + reject_code = 550 relay_domains = migrating-domain.com, hash:/etc/postfix/transport.map sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtp_always_send_ehlo = yes smtpd_banner = $myhostname ESMTP $mail_name smtpd_client_connection_limit_exceptions = $mynetworks smtpd_client_restrictions = reject_unauth_pipelining, check_client_access hash:/etc/postfix/NETWORK_CHECKS/rbl_override.map, reject_rbl_client b.barracudacentral.org, reject_rbl_client bl.spamcop.net, reject_rbl_client zen.spamhaus.org, reject_rbl_client dnsbl.njabl.org, reject_rhsbl_sender dsn.rfc-ignorant.org, reject_rbl_client spamsources.fabel.dk, reject_invalid_helo_hostname, warn_if_reject reject_unknown_hostname, warn_if_reject reject_non_fqdn_hostname, permit smtpd_delay_reject = yes smtpd_hard_error_limit = 20 smtpd_helo_required = yes smtpd_recipient_restrictions = permit_mynetworks, check_sender_access hash:/etc/postfix/EMAIL_ADDRESS_CHECKS/mywhitelist.map, check_recipient_access hash:/etc/postfix/EMAIL_ADDRESS_CHECKS/mywhitelist_recipients.map, check_sender_access hash:/etc/postfix/EMAIL_ADDRESS_CHECKS/myspamlist.map, reject_unauth_destination, check_sender_access hash:/etc/postfix/NETWORK_CHECKS/disallow_my_domain.map, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_reverse_client_hostname, reject_unverified_recipient, reject_unknown_sender_domain, check_sender_access pcre:/etc/postfix/MISC_CHECKS/ascii.pcre, check_recipient_access pcre:/etc/postfix/MISC_CHECKS/ascii.pcre, check_sender_mx_access cidr:/etc/postfix/NETWORK_CHECKS/drop.cidr, check_policy_service inet:127.0.0.1:10023, check_helo_access pcre:/etc/postfix/NETWORK_CHECKS/helo_hostnames.pcre, pcre:/etc/postfix/EMAIL_ADDRESS_CHECKS/to_recipients_bw.regexp reject_non_fqdn_helo_hostname reject_invalid_helo_hostname strict_rfc821_envelopes = yes transport_maps = hash:/etc/postfix/transport.map unknown_address_reject_code = 550 unknown_client_reject_code = 554 unknown_hostname_reject_code = 554 unknown_local_recipient_reject_code = 550 unverified_recipient_reject_code = 550