Re: [exim] unrouteable address from alias on internal host

Top Pagina
Delete this message
Reply to this message
Auteur: Rob
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] unrouteable address from alias on internal host
Giuliano Gavazzi wrote:

> [a mess...] I give up.
>
> sorry, but you will have to debug this on the external server simulating
> a delivery from your internal server with the same headers as the
> failing messages. And perhaps you'll simplify your routers...
>
> g
>


Sorry thanks for trying =)

I know that I can pull out ALOT of the extra stuff in there, much of it
is not enabled. I tried his config because it actually has a nice bit
of work on spam filtering already done.

The ipliterals is an option that is disabled.
The route/smart direct- stuff is also not in use.

Thanks for the info on verify_sender_remote router.

I think that the problem lies in the fact the the sender is a remote
domain, and the alias is to a remote domain.

in the test exim -bhc ip.of.internal.host I get to

>>> processing "accept"
>>> check hosts = +local_relay_hosts
>>> host in "+local_relay_hosts"? yes (matched "+local_relay_hosts" -

cached)
>>> accept: condition test succeeded

250 Accepted

data
354 Enter message, ending with "." on a line by itself

then the data acls run and ultimately accept it

>>> processing "accept"
>>> accept: condition test succeeded
>>> unspool_mbox(): unlinking

'/var/spool/exim4/scan/1CS332-00075r-4w/1CS332-00075r-4w.eml'
>>> unspool_mbox(): unlinking

'/var/spool/exim4/scan/1CS332-00075r-4w/1CS332-00075r-4w-00000.com'
LOG: 1CS332-00075r-4w SA: Action: Not running SA because SAEximRunCond
expanded to false (Message-Id: 1CS332-00075r-4w). From
<remote-sender@???> (host=internal.ourdomain.com
[65.217.179.167]) for test123@???
LOG: 1CS332-00075r-4w <= imatester@??? H=internal.ourdomain.com
[65.217.179.167] I=[NULL]:-1 P=smtp S=491 from
<remote-sender@???> for test123@???
250 OK id=1CS332-00075r-4w


**** SMTP testing: that is not a real message id!

quit


That looks like all is well to me, unless I am mistaken.