Ken Sarkies wrote: > > Jan 25 09:31:02 hta21 courieresmtpd: > error,relay=::ffff:203.57.193.26,from=<[EMAIL PROTECTED]>: 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?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
