Attachment size limit in postfix

By default this is set to 10mb, if you want this to be set to a smaller value you will need to add this into your config file (main.cf)

Quick way to check what its set to

    postconf | grep message_size_limit
    message_size_limit = 10240000

10240000 = 10mb

Share