This is a discussion on Re: [courier-users] Dialback in Pythonfilter 0.18 rejecting good within the Courier-Imap forums, part of the Mail Servers and Related category; Ken Sarkies wrote: > > Jan 25 09:31:02 hta21 courieresmtpd: > error,relay=::ffff:203.57.193.26,...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ken Sarkies wrote:
> > Jan 25 09:31:02 hta21 courieresmtpd: > error,relay=::ffff:203.57.193.26,from=<xxxx@agl.co m.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. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |