Adjust Postfix Attachment Size

Snippet

Postfix by default restrict attachment size to approx 10MB i.e. 10240000 bytes.

# check size 
postconf | grep message_size_limit
 
# change size
postconf -e message_size_limit=52428800

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.