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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: michael
日付:  
To: exim-users, jpk28
題目: 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