Re: [exim] outgoing email Unrouteable address

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Christopher Chaduka
日付:  
To: can_man
CC: exim-users
題目: Re: [exim] outgoing email Unrouteable address
On Mon, Jan 26, 2009 at 6:31 PM, <can_man@???> wrote:
> Hello,
>
> it would be great if someone could help me. I can send email locally but not to other domains, I always get the following error message:
>
>
> 2009-01-25 18:08:55 1LR9Pj-0001t0-Ku <= test@??? H=ac1f4.a.strato-dslnet.de ([192.168.178.21]) [89.72.193.244] P=esmtpsa X=TLS-1.0:RSA_AES_128_CBC_SHA1:16 DN="" A=plain_courier_authdaemon:phil S=633 id=96A72212-A064-42B0-A91B-2D7E19BD6F0F@???
> 2009-01-25 18:08:55 1LR9Pj-0001t0-Ku ** myname@???: Unrouteable address
> 2009-01-25 18:08:55 1LR9Pj-0001t3-QB <= <> R=1LR9Pj-0001t0-Ku U=Debian-exim P=local S=1425
> 2009-01-25 18:08:55 1LR9Pj-0001t0-Ku Completed
> 2009-01-25 18:08:55 1LR9Pj-0001t3-QB => test <test@???> R=local_user T=maildir_home
> 2009-01-25 18:08:55 1LR9Pj-0001t3-QB Completed
>
>
> I have read quite a few older postings and googled, but I couldn't find the answer. My exim4.conf.template can be found here: http://pastebin.com/m603a12bd



Looks like lines 991 to 1081 are not being processed. Between these
lines there is the dnslookup router which should deal with gmail.com
in your case. Obviously I am not too familiar with the Debian style
split config but there seems to be a missing definition somewhere,
which is causing Exim to skip processing those routers. As it seems,
your box is only a standalone box, and is not allowed to deliver
externally..... something like that.