Re: [exim] Per Domain Size Filtering

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: exim-users
題目: Re: [exim] Per Domain Size Filtering
Marc Sherman wrote:
>
> There is no ACL in which both $domain and $message_size can be used
> together -- $domain is only valid in a RCPT acl, because it's a
> per-address variable, and $message_size is only valid in the DATA acl
> for obvious reasons.


... so to implement what you want, you'll have to do something like the
"spamassassin config profiles" solution described at:

http://wiki.exim.org/ExiscanExamples#Havingmultiplecontentscanningprofilesforseveralusersordomains

- Marc