Re: [Exim] Only expand aliases for locally generated mails?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: michael
Data:  
Para: exim-users, jpk28
Asunto: Re: [Exim] Only expand aliases for locally generated mails?
> > I am sure there is a way for only expanding aliases for locally generated
> > mail using a condition in the director. If so, could someone point me
> > to the right function?


> You could do it the way it is done for majordomo. See the exim FAQ for
> the appropriate pointers on how to install majordomo under exim.


Wow, that was INSTANT help. Thanks! The solution to my problem is indeed:

  condition             = "${if eq {$received_protocol}{local} {true}{false}}"


Michael