Re: [EXIM] Sample config?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Phillips, Alan
Cc: 'exim-users@exim.org', Patterson, Norman
Asunto: Re: [EXIM] Sample config?
On Thu, 15 Apr 1999, Phillips, Alan wrote:

> We basically need Exim to be a pure SMTP mail hub - no local deliveries. We


Just delete all the directors, and set

local_domains =

(i.e. empty).

> have lots of machines with names like X.lancs.ac.uk, Y.lancs.ac.uk, and we need
> to map inbound addresses like A.Person@??? to the correct
> user@??? and vice versa on outbound.


The former is just aliasing. You just need a file or NIS[+] map, or LDAP
lookup which does the translation. The fastest would probably be to use
cdb files generated from your database.

An example of the latter is in the rewriting chapter, in section 33.8.


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



--
*** Exim information can be found at http://www.exim.org/ ***