Increasing Attachment Size in Posfix
Postfix by default restrict attachment size to approx 10MB i.e. 10240000 bytes.
You can check it using following command:
postconf | grep message_size_limit
To change attachment-size to say 50 MB, run a command like:
postconf -e message_size_limit=52428800
https://easyengine.io/tutorials/mail/postfix-attachment-size/
You can check it using following command:
postconf | grep message_size_limit
To change attachment-size to say 50 MB, run a command like:
postconf -e message_size_limit=52428800
https://easyengine.io/tutorials/mail/postfix-attachment-size/
Komentar