Re: [Exim] Virtual User table

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Anand Buddhdev
Fecha:  
A: Alex Knowles
Cc: exim-users
Asunto: Re: [Exim] Virtual User table
On Fri, Oct 22, 1999 at 12:29:55PM +0100, Alex Knowles wrote:

One way to do this:

1. Make all your virtual domains local
2. Set up a virtual_domains director which looks up an alias file, and has
the "include_domain" parameter set, somewhat like this:

virtual_domains:
driver = aliasfile
file_transport = address_file
pipe_transport = address_pipe
file = /usr/local/exim/virtual
include_domain
search_type = lsearch*@
expand
user = nobody
group = mail

3. Create a file with entries like:

*@dom1.com:    ${local_part}-${domain}


> Hi, Hope this is the right place (first post etc!) sorry if it's not.
> I'm trying to set up exim to accept mail from 10 different domains, but
> sort the users by the domain they come from.
> so user@??? gets sent to the local user user-dom1.com
> I got this working with sendmail using a virutalusertable
>
> @dom1    %1-dom1@localhost 


--
See complete headers for more info