PDA

View Full Version : postfix trouble with newsletter sending


Ovidiu
14th September 2009, 18:22
hi there.

a friend of mine is hosted by a pretty bad service provider and now they couldn't handle his email for more than a week, so I proposed to host his email till he sorts this problem out.

what I did basically was change his DNS entries so that mail.quilombobrasil.com points to my IP and added an MX record for knightsenglish.com pointing towards mail.knightsenglish.com

this works all eprfect his emails started coming onto my server, sending/receiving works perfectly.

BUT now comes the problem. On his .asp website, done years ago by somebody who is no longer available, runs a newsletter whose settigns I can't figure out as I have no idea about ASP.
whenever he sends out his newsletter, my server goes completely crazy and I get all these emails with the following content:


Subject: Postfix SMTP server: errors from hm2223.locaweb.com.br[200.234.196.45]
Transcript of session follows.

Out: 220 h1550830.stratoserver.net ESMTP Postfix (Debian/GNU)
In: EHLO HM2223.locaweb.com.br
Out: 250-h1550830.stratoserver.net
Out: 250-PIPELINING
Out: 250-SIZE
Out: 250-ETRN
Out: 250-STARTTLS
Out: 250-AUTH LOGIN PLAIN
Out: 250-AUTH=LOGIN PLAIN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: MAIL FROM:<>
Out: 250 2.1.0 Ok
In: RCPT TO:<daily@knightsenglish.com>
Out: 451 4.3.0 <daily@knightsenglish.com>: Temporary lookup failure
In: RSET
Out: 250 2.0.0 Ok
In: QUIT
Out: 221 2.0.0 Bye


daily@knightsenglish.com is the reply-to address and it exists. So what exactly is this error message telling me?

falko
15th September 2009, 15:46
It seems as if the other server can't look up knightsenglish.com. Maybe that server is using nameservers that are out of date...

Ovidiu
16th September 2009, 09:27
hmmm.... thats weird, as the newsletter .asp script runs untouched on the original server, all that changed was that the MX is different now....

Must check the DNS stuff on that server, maybe it references itsself as the MX !?

now just came another "late" report, from the server I moved the MX to:

Transcript of session follows.

In: MAIL FROM:<>
Out: 250 2.1.0 Ok
In: RCPT TO:<daily@knightsenglish.com> ORCPT=rfc822;daily@knightsenglish.com
Out: 250 2.1.5 Ok
In: DATA
Out: 354 End data with <CR><LF>.<CR><LF>
Out: 250 2.0.0 Ok: queued as 8ED182E602AA
In: MAIL FROM:<>
Out: 250 2.1.0 Ok
In: RCPT TO:<daily@knightsenglish.com> ORCPT=rfc822;daily@knightsenglish.com
Out: 250 2.1.5 Ok
In: DATA
Out: 354 End data with <CR><LF>.<CR><LF>
Out: 250 2.0.0 Ok: queued as 0540C2E602B4
In: MAIL FROM:<>
Out: 250 2.1.0 Ok
In: RCPT TO:<daily@knightsenglish.com> ORCPT=rfc822;daily@knightsenglish.com
Out: 250 2.1.5 Ok
In: DATA
Out: 354 End data with <CR><LF>.<CR><LF>
Out: 451 4.3.0 Error: queue file write error
In: QUIT
Out: 221 2.0.0 Bye


any hints what that looks like to you?

falko
17th September 2009, 14:52
I'm not sure what that means:
Out: 354 End data with <CR><LF>.<CR><LF>
Out: 451 4.3.0 Error: queue file write error
Are there any errors in the mail log?

Ovidiu
18th September 2009, 12:14
:-( the mailbox was full
the custom filter I had set to delete all incoming messages was not working.

Incoming email was supposed to get an autoresponder and then be deleted. I'll advise him to check for email with pop3 and delete everything in this mailbox regularly...