On 11/5/2012 8:57 AM, James Chase wrote:
> 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>
> 

One of your check_sender_access maps returns REJECT.

Test your maps with

  postmap -q jch...@migrating-domain.com maptype:mapname
  postmap -q migrating-domain.com maptype:mapname


http://www.postfix.org/access.5.html
http://www.postfix.org/postmap.1.html


For future reference, it's helpful to add some text to your REJECT
rules so you know what rule matched.


Instead of:
key   REJECT

use:
key REJECT  table-name:rule identifier
or something like that..



  -- Noel Jones

Reply via email to