Re: [exim] Local delivery fine but remote fails.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: gshine
Cc: exim-users
Asunto: Re: [exim] Local delivery fine but remote fails.
On Sat, 2007-01-27 at 21:36 -0500, Shine, Gary wrote:
> I seem to have modified the config file into a state of not working.
>
> All local and aliased and virtual addresses deliver fine, but not remote
> mail works at all. I just get Unknown User which is from the local delivery
> routines.
>
> wHY DOE STHE REMOTE_SMTP TRANSPORT NEVER KICK IN?


Because you don't have a router calling it, that's why.

You need:

dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more

Probably as your first router.

Graeme