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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Derrick
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [EXIM] Best way for a group of aliases?
> > 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@???"


Will this only work on accounts that currently exist?


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