Re: [EXIM] "virtual-users" functionality under exim?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nigel Metheringham
Fecha:  
A: Alan B. Clegg
Cc: exim-users
Asunto: Re: [EXIM] "virtual-users" functionality under exim?

abc@??? said:
} Based on the recipient, sendmail sends the mail to the final-delivery
} as specified in virtusertable. Note that this is NOT the same as a
} normal alias, as the same userid@dom1 and userid@dom2 go to different
} final destinations.

Lots of ways to do this, the easiest is to use an alias and add the
"include_domain" option, which makes exim do a lookup on the complete
address. Other ways could include say making the alias file be
/wherever/${domain}.aliases or using a smartuser combined with a db lookup
(everything can be done that way).

Taken from my config file....

#=====================================================================
#
# multi_alias director
# ~~~~~~~~~~~~~~~~~~~~
#
# Handles full domain aliases
#
multi_alias:
driver = aliasfile;
include_domain,
file = EXICONF_DIR/multi_alias.db,
search_type = dbm

} Am I just dense, or is it hiding in there somewhere?
Ahh... no comment.... :-)

    Nigel.
-- 
[ Nigel.Metheringham@???   -  Systems Software Engineer ]
[ Tel : +44 113 251 6012                   Fax : +44 113 234 6065 ]
[      Real life is but a pale imitation of a Dilbert strip       ]




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