Re: [Exim] First time exim user: virtual domains / aliases

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Vadim Vygonets
Fecha:  
A: exim-users
Asunto: Re: [Exim] First time exim user: virtual domains / aliases
Quoth Bas Rijniersce on Sun, Mar 05, 2000:
> # Exim virtual users
> :include:/usr/local/exim/config/brijn.nu


Is this the line from the /etc/aliases file?

:include: should be used like this:

alias:        :include:/some/file


and /some/file would contain:

user1@domain1
user2@domain2

If you want just to use another alias file, you should duplicate
the system_aliases director (under a different name, such as
brijn_aliases)). You may want to add this line to the new
director:

domains = brijn.nu : *.brijn.nu

And see the FAQ for the examples on various virtual domain setup
schemes.

Vadik.

--
Do not meddle in the affairs of sysadmins, they are quick to
anger and have no need for subtlety.