5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Dialback in Pytho...
FromSent OnAttachments
Ken SarkiesJan 24, 2007 4:16 pm 
Gordon MessmerJan 24, 2007 4:39 pm 
Ken SarkiesJan 25, 2007 8:59 pm 
Gordon MessmerJan 26, 2007 10:16 am 
Ken SarkiesJan 28, 2007 1:59 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Dialback in Pythonfilter 0.18 rejecting good addressesActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jan 24, 2007 4:39:35 pm
List:net.sourceforge.lists.courier-users

Ken Sarkies wrote:

Jan 25 09:31:02 hta21 courieresmtpd: error,relay=::ffff:203.57.193.26,from=<xx@agl.com.au>: 421 mail2.agl.com.au rejected the MAIL FROM command

That's an odd place for dialback to fail. Perhaps your hostname doesn't resolve in DNS?

Start python from the command line, and enter:

import courier.config print courier.config.me()

The name that's printed must be valid in DNS, or many sites will reject mail from you (possibly DSNs).

If that's the problem, you should create /etc/courier/me or fix your DNS records. See the man page for courier(8) for information.