> -----Original Message----- > From: Wietse Venema [mailto:wie...@porcupine.org] > Sent: Friday, January 21, 2011 10:56 AM > To: Jack > Cc: Postfix > Subject: Re: problem with log file entry > > Jack: > > Hello All, > > > > I'm finding this entry a few times with a godaddy server: > > > > Jan 20 14:35:50 houston postfix/smtpd[19267]: NOQUEUE: reject: RCPT > > from > > gateway01.websitewelcome.com[67.18.53.19]: 451 4.3.5 Server > > configuration problem; from=<m...@kconstruction.com> > > to=<quo...@pico23.com> proto=SMTP > helo=<gateway01.websitewelcome.com> > > > > Is this 451 4.3.5 from their server having an error or mine? > > You have a problem. > > $ grep warning: /var/log/maillog > > (if you have a syslog daemon that logs warnings to a different file than > normal activity, you may want to change that as it greatly frustrates trouble > shooting). > > Wietse
I see this particular warning: Jan 20 14:35:50 houston postfix/smtpd[19267]: warning: problem talking to server private/policy: Connection timed out So in order the related connection looks like this: Jan 20 14:35:50 houston postfix/smtpd[19267]: warning: problem talking to server private/policy: Connection timed out Jan 20 14:35:50 houston postfix/smtpd[19267]: NOQUEUE: reject: RCPT from gateway01.websitewelcome.com[67.18.53.19]: 451 4.3.5 Server configuration problem; from=<m...@kconstruction.com> to=<quo...@pico23.com> proto=SMTP helo=<gateway01.websitewelcome.com> Jan 20 14:35:50 houston postfix/smtpd[19267]: disconnect from gateway01.websitewelcome.com[67.18.53.19] This happened while running BOTH 2.7.1 as well as now running 2.8.0-RC3 Thank you!