On 21 May 2010 11:38, Pamela Pomary <[email protected]> wrote: > >> On 21 May 2010 10:55, Pamela Pomary <[email protected]> wrote: >>> Hello fellow exim users, >>> >>> I have exim 4.71 installed on Freebsd 8.0 with mysql support. I can send >>> mail locally using my mysql users. i get the following error when i try >>> sending mail from my box to another email address: >>> >>> 2010-05-20 18:28:23 1OFATk-0000Kf-Bv <= [email protected] >>> H=update.ug.edu.gh [41.204.63.199] P=smtp S=230 >>> 2010-05-20 18:28:23 1OFATk-0000Kf-Bv ** [email protected]: Unrouteable >>> address >>> 2010-05-20 18:28:23 1OFATn-0000Kh-Om <= <> R=1OFATk-0000Kf-Bv U=mailnull >>> P=local S=1063 >>> 2010-05-20 18:28:23 1OFATk-0000Kf-Bv Completed >>> 2010-05-20 18:28:23 1OFATn-0000Kh-Om => me <[email protected]> >>> R=mysql_user T=mysql_delivery >>> 2010-05-20 18:28:23 1OFATn-0000Kh-Om Completed >>> >> >> Try running 'exim -bt <some address>' to see how Exim is routing that >> address. Clues are usually forthcoming. >> > > $ exim -bt [email protected] > [email protected] is undeliverable: Unrouteable address >
Run with the -d switch to get debugging info. >> Your dnslookup router looks to have a 'tables =' setting - don't know >> where you found that, but it's not valid and is probably stopping that >> router working. You probably need a 'domains=' setting instead. >> > > > dnslookup: > driver = dnslookup > domains = ! +local_domains > transport = remote_smtp > ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 > #no_more Looks sane - check the contents of your 'local_domains' domainlist. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
