Sup folks, I am receiving the following errors from postfix which results in an email every 10 minutes. Does anyone know what smtpd restriction would be causing this error? This is the error: Code: Dec 10 02:17:51 www postfix/smtp/smtpd[8709]: connect from m139.em.secureserver.net[198.71.245.11] Dec 10 02:17:51 www postfix/smtp/smtpd[8707]: warning: unknown smtpd restriction: "OK" Dec 10 02:17:51 www postfix/smtp/smtpd[8707]: NOQUEUE: reject: RCPT from m139.em.secureserver.net[198.71.245.7]: 451 4.3.5 Server configuration error; from=<sp_120074.1051810943.1.290c6ebe46877112d6a9c9e683a0dde8@bounces.em.godaddy.com> to=<[email protected]> proto=ESMTP helo=<m139.em.secureserver.net> Dec 10 02:17:52 www postfix/smtp/smtpd[8709]: disconnect from m139.em.secureserver.net[198.71.245.11] ehlo=2 starttls=1 mail=3 rcpt=0/3 rset=2 quit=1 commands=9/12 This is the email: Code: Transcript of session follows. Out: 220 CFMP | host-XXXXXX | SMTP In: EHLO m139.em.secureserver.net Out: 250-www.abcd.ca Out: 250-PIPELINING Out: 250-SIZE Out: 250-VRFY Out: 250-ETRN Out: 250-STARTTLS Out: 250-AUTH PLAIN LOGIN Out: 250-AUTH=PLAIN LOGIN Out: 250-ENHANCEDSTATUSCODES Out: 250-8BITMIME Out: 250-DSN Out: 250-SMTPUTF8 Out: 250 CHUNKING In: STARTTLS Out: 220 2.0.0 Ready to start TLS In: EHLO m139.em.secureserver.net Out: 250-www.abcd.ca Out: 250-PIPELINING Out: 250-SIZE Out: 250-VRFY Out: 250-ETRN Out: 250-AUTH PLAIN LOGIN Out: 250-AUTH=PLAIN LOGIN Out: 250-ENHANCEDSTATUSCODES Out: 250-8BITMIME Out: 250-DSN Out: 250-SMTPUTF8 Out: 250 CHUNKING In: MAIL FROM:<sp_120074.1051810943.1.290c6ebe46877112d6a9c9e683a0dde8@bounces.em.godaddy.com> BODY=8BITMIME Out: 250 2.1.0 Ok In: RCPT TO:<[email protected]> Out: 451 4.3.5 Server configuration error In: RSET Out: 250 2.0.0 Ok In: MAIL FROM:<sp_120074.1051810964.1.87dd8a32fb8164fd1f2683d7229eca3b@bounces.em.godaddy.com> BODY=8BITMIME Out: 250 2.1.0 Ok In: RCPT TO:<[email protected]> Out: 451 4.3.5 Server configuration error In: QUIT Out: 221 2.0.0 Bye For other details, see the local mail logfile Thanks all.
That makes me suspect there is a typo in some postfix configuration file. Maybe search for "OK" or "restriction" in /etc/postfix/*. Are these incoming or outgoing e-mails? Is m139.em.secureserver.net your server or some random host from the Interwebs?
Thanks Taleman. From my understanding, and I could most definitely be wrong, m139.em.secureserver.net would be the server that GoDaddy uses for thier bounced emails. Not sure if they are incoming or outgoing. I did receive these errors before but I just ignored them, now their just getting annoying. The subject of the email reads: Which makes me wonder if its an error on their side. I only get the errors when ther is a GoDaddy bounce message. I will do a little digging to see what I can find with "OK" and restriction and get back to you. Thanks.
I was able to resolve this issue with Taleman's guidance... much thanks. For anyone who runs into this issue you can solve it by adding a whitelist record in postfix. To do so... 1. Login to ispconfig 2. Navigate to Email > Postfix Whitelist (under global filters) 3. Add a new record with sender as the type and the domain in the whitelist address. (In my case it was bounces.em.godaddy.com)