Current Value:
postconf | grep message_size_limit
Set Maximum Email Size to 20MB:
postconf -e 'message_size_limit = 20480000' service postfix reload
postconf | grep message_size_limit
postconf -e 'message_size_limit = 20480000' service postfix reload