[Exim] Condition question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Oren Levi
日付:  
To: exim-users
題目: [Exim] Condition question
Hi,

How would i go about denying access to a specific authenticated user ?


would this work ?

accept authenticated = *
         message = Authenticated user must match sender!
         endpass
         condition = ${if eq{$authenticated_id}{$sender_address}{yes}{no}}
         condition = ${if !eq{$authenicared_id}{not@???}{yes}{no}}
         verify = sender


is it case sensitive ?

Thanks,
Oren