Hi Is there any possibility to limit attachment sizes per email user and to have copy of outgoing mails in the ipconfig server? Please let know Tks Teddy
Code: message_size_limit = 15000000 max 15mb, well 15 Million bytes actually this is the maximum size of the COMPLETE email.
Attachment size per user Thanks How to control attachment size for each user if each users having different sizes? Teddy
this setting goes into /etc/postfix/main.cf default size is 10mb and after changing the setting do not forget to restart the postfix service. Dipesh
Thanks BUt changing default size to 10MB apply to all users. How to apply different attachment sizes to some email addressses only and others make use of the default 10MB one? Teddy
Maybe policyd (http://www.policyd.org/tiki-index.php) helps you to define sender / domain based quotas (throttle_sender)... Here's also a small howto: http://www.apolicy.org/cgi-bin/moin.cgi/Tutorial