Re: [Exim] couple more getting started questions

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: learning user
Cc: exim-users
Asunto: Re: [Exim] couple more getting started questions
On Sun, 23 Apr 2000, learning user wrote:

> IF I do include bigisp.net in local_domains, I obviously
> need to tell Exim not to attempt to deliver mail to
> otheruser@??? locally. It looks like local users
> get handled in a different section of the configuration
> file (directors versus routers, if I have picked up the
> terminology). How should I tell Exim to pass that mail
> along to the smtp server for bigisp.net? Thank you again.


Easier to do it the other way round.

If you want "some users @bigisp.net delivered locally and the rest
remotely" then the best way is *not* to make bigisp.net local. Set up
the first router to pick off the local users you want, and pass them to
the directors. The rest get treated as remote addresses and handled by
the other routers. Something along the lines of:

locals_at_bigisp.net:
driver = domainlist
domains = bigisp.net
local_users = littlefish : goldfish : seahorse : ...
route_list = * localhost byname
self = local

remote_addresses:
  driver = lookuphost
  transport = remote_smtp      



-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.