RE: [exim] limit attachement size

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Herb Martin
日付:  
To: 'Rakotomandimby \(R12y\) Mihamina', exim-users
CC: 
題目: RE: [exim] limit attachement size
> I guess we wont talk about attachment size but about total
> message size.


If it is limited to MIME attachments:


Theoretically you can do it by calculating/matching on:

        $mime_content_size


... from within the MIME ACL checking section.

But, I am having trouble with this and other variables on
my particular port/version of Exim.