Re: [EXIM] Best way for a group of aliases?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Radcliffe
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Best way for a group of aliases?
Derrick <dmacpher@???> probably said:
> I have about 50 accounts that are all read by one person, and I told her I
> can make her life easier by having them all go to her personal account..
>
> What would be the best way to do this? All the accounts begin with
> query##, with ## equal to the number of the account. Should I just set up
> 50 some aliases in /etc/aliases? I could easily imagine that exim has
> something better


You could use a director like:

accounts:
driver = smartuser
domains = "domain.addresses.are.in.if.needed"
local_parts = "^query[0-9]+"
new_address = "foo@???"

Disclaimer: completely untested.

Peter.

--
Peter Radcliffe | pir@??? | Shore.net systems administrator.


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