On 7/28/2014 3:39 AM, Marco Fioretti wrote:
> in addition to what I just wrote, I realized only in this instant
> that an email from one of two IPs in mynetworks:
> 
> mynetworks = 127.0.0.0/8 <http://127.0.0.0/8>, ip.1, ip.2 (THESE ARE
> FIXED IPS OF TWO
> 
>  
> is rejected with this message in the log:
> 
> master.cf.orig:smtp      inet  n       -       n       -      
> -       smtpd
>  Jul 28 10:35:24 newvps postfix/smtpd[3800]: NOQUEUE: reject: RCPT
> from...[ip.2]: 554 5.7.1 <[ip.2]>: Client host rejected: Access
> denied; from=<mfioretti@some.addreess> to=<ma...@example.com
> <mailto:ma...@example.com>> proto=ESMTP helo=<polaris.local>
> 
> 


The "access denied" message is from a "reject" statement somewhere
in your config.  My guess is the client is connecting to either
submission or smtps and not authenticating. (has auth been tested?)

You can edit the submission/smtps master.cf entries so you can tell
which service the client connects to.  Add to each as appropriate:
  -o syslog_name=postfix/submission
or
  -o syslog_name=postfix/smtps




  -- Noel Jones

Reply via email to