increase max message size for postfix

This commit is contained in:
viktorbarzin 2021-05-16 13:17:44 +01:00
parent f3c348eb9d
commit cf13719f58

View file

@ -105,7 +105,7 @@ smtp_header_checks = pcre:/etc/postfix/maps/sender_header_filter.pcre
myhostname = mail.viktorbarzin.me
mydomain = viktorbarzin.me
smtputf8_enable = no
message_size_limit = 10240000
message_size_limit = 20480000
sender_canonical_maps = tcp:localhost:10001
sender_canonical_classes = envelope_sender
recipient_canonical_maps = tcp:localhost:10002