> From John Clement on Tuesday, June 26, 2007 7:25 AM > > the ip address above is the public ip of the australian mail server. > I've also tried some variations of the above (excluding the > domains line, and using the aus mail server's name and adding > 'bydns' on the end of the route_list line) but after > restarting exim I get the same relay not permitted message. > > I understand this is likely to mean I've not made our london > server aware that it is allowed to relay on > readingroom.com.au mail but I can't figure out where this > should go.
Look at the ACLs in your configuration, specifically the acl_smtp_rcpt ACL. Without seeing the actual configuration, I can't say exactly what to do, but the solution is probably to add something like the following to that ACL: accept domains = readingroom.com.au David -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
