increase max message size for postfix
This commit is contained in:
parent
6af955b389
commit
d1e7194b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ smtp_header_checks = pcre:/etc/postfix/maps/sender_header_filter.pcre
|
||||||
myhostname = mail.viktorbarzin.me
|
myhostname = mail.viktorbarzin.me
|
||||||
mydomain = viktorbarzin.me
|
mydomain = viktorbarzin.me
|
||||||
smtputf8_enable = no
|
smtputf8_enable = no
|
||||||
message_size_limit = 10240000
|
message_size_limit = 20480000
|
||||||
sender_canonical_maps = tcp:localhost:10001
|
sender_canonical_maps = tcp:localhost:10001
|
||||||
sender_canonical_classes = envelope_sender
|
sender_canonical_classes = envelope_sender
|
||||||
recipient_canonical_maps = tcp:localhost:10002
|
recipient_canonical_maps = tcp:localhost:10002
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue