This post originated from an RSS feed registered with Python Buzz
by Ng Pheng Siong.
Original Post: No Spam
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Recently I put up a desktop installation of Postfix on a new FreeBSD
boxen of mine. As alluded to in the previous entry, my ISP's SMTP relay was rejecting mail from this instance of Postfix.
As it turns out, if Postfix tries to deliver mail immediately, the ISP
relay rejects them. But if I set SMTP as a "deferred transport" in Postfix
so that the MTA first queues the mail, then the ISP relay accepts the mail
when it gets delivered eventually. ;-/
I'm sure there is a logical explanation somewhere...