RE: [exim] limit attachement size

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Herb Martin
Date:  
À: 'Rakotomandimby \(R12y\) Mihamina', exim-users
CC: 
Sujet: 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.