* Eric Cunningham <e...@whoi.edu>:
> Hello,
> 
> My postfix installation is having trouble accepting email from a
> particular source to any recipients and I haven't been able to
> ascertain the cause so I can address the problem.  Here's a logfile
> extraction:

It honors you that you're trying to find the error on your side.
 
> Oct  4 11:53:52 postal1 postfix/smtpd[19496]: connect from 
> fwall.fidcouns.com[207.109.19.34]
> Oct  4 11:53:52 postal1 postfix/smtpd[19496]: setting up TLS connection from 
> fwall.fidcouns.com[207.109.19.34]
> Oct  4 11:53:52 postal1 postfix/smtpd[19496]: Anonymous TLS connection 
> established from fwall.fidcouns.com[207.109.19.34]: SSLv3 with cipher 
> AES128-SHA (128/128 bits)

TLS connection

> Oct 4 11:53:53 postal1 postfix/smtpd[19496]: NOQUEUE: reject: RCPT from
> fwall.fidcouns.com[207.109.19.34]: 554 5.7.1 <e...@whoi.edu>: Recipient
> address rejected: Access denied; from=<s...@fidcouns.com>
> to=<e...@whoi.edu> proto=ESMTP helo=<STPAUL.FIDCOUNS.COM>

Recipient address rejected: Access denied implies some check_*_access
at work, probably check_recipient_access

> smtpd_client_restrictions = check_client_access 
> hash:/etc/postfix/access/connect_client_access
It's not that.

> smtpd_recipient_restrictions = permit_sasl_authenticated, 
> check_recipient_access pcre:/etc/postfix/access/final_recipient_access,

It could be pcre:/etc/postfix/access/final_recipient_access
Given that pcre: is involved, lot's of funky stuff could happen.

> reject_unauth_pipelining,        check_helo_access 
> pcre:/etc/postfix/access/final_helo_access,
> check_client_access hash:/etc/postfix/access/final_client_access,
> check_sender_access pcre:/etc/postfix/access/final_sender_access,
> permit_mynetworks,        reject_unknown_sender_domain,
> reject_unauth_destination,        check_helo_access
> pcre:/etc/postfix/access/suspect_helo, reject_rbl_client...


-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to