On 6/24/2011 11:14 AM, Jon Miller wrote: > > When I see mail trying to come in I get an error such as: > > Jun 24 23:01:08 mmtlnx postfix/smtpd[27237]: NOQUEUE: reject: RCPT > from mail.domain3.com.au[203.161.81.22]: 554 > <mail.domain3.com.au[203.161.81.22]>: Client host rejected: Access > denied; from=<jlmil...@domain3.com.au> to=<jlmil...@domain1.com.au> > proto=ESMTP helo=<mail.domain3.com.au> > > Jun 24 23:01:09 mmtlnx postfix/smtpd[27237]: disconnect from > mail.domain3.com.au[203.161.81.22] > > I know this is a valid domain > > This is the output of postconf –n > > # postconf -n > ... > > smtpd_client_restrictions = permit_mynetworks, reject > > Your log is because of this line. It reads: "Accept mail from 'mynetworks' otherwise reject the world."
It seems you have little knowledge (or a lot of stress) concerning Postfix configuration. Perhaps it is time to review: http://www.postfix.org/BASIC_CONFIGURATION_README.html http://www.postfix.org/STANDARD_CONFIGURATION_README.html