X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=main.cf;h=92e362ce1485a1048bc9e2a3d3ab211f61fa5802;hb=6ef2658c6bbef72f86bd398450ad0de02bd58d15;hp=4e205df9274c58b828efa2c74e3f0af541528a71;hpb=893a2543ee293b6992671b9706d1a71eb7e5a6a0;p=sysconfig%2Fpostfix.git diff --git a/main.cf b/main.cf index 4e205df..92e362c 100644 --- a/main.cf +++ b/main.cf @@ -281,7 +281,7 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # Alex Dehnert, 2017-11-01 # Based on https://serverfault.com/questions/663979/virtual-alias-domains-how-to-use-different-ip-addresses-when-forwarding-mail -sender_dependent_default_transport_maps = hash:/etc/mail/sender-transport +#sender_dependent_default_transport_maps = hash:/etc/mail/sender-transport # The relay_domains parameter restricts what destinations this system will # relay mail to. See the smtpd_recipient_restrictions description in @@ -483,6 +483,9 @@ mailbox_command = /usr/lib/dovecot/deliver # See https://wiki.dovecot.org/LDA/Postfix mailbox_size_limit = 512000000 +# Max message size 40MB +message_size_limit = 41943040 + # The mailbox_transport specifies the optional transport in master.cf # to use after processing aliases and .forward files. This parameter # has precedence over the mailbox_command, fallback_transport and