Re: [exim] Private Aliaes

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Heiko Schlittermann
Data:  
Para: exim-users
Assunto: Re: [exim] Private Aliaes
Exim <exim@???> (Fr 22 Okt 2010 21:38:49 CEST):
> I have a customer asking me to set up a separate alias file, but one that
> can only be used when the email comes from a local(trusted) machine.


    private_aliases:
        driver = redirect
        hosts = +trusted_hosts
        data = …


It's not tested, but should work.

--
Heiko