X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=main.cf;h=c068fdccd36b6710bd09ab4e65a111d00b845b99;hb=bb916e6a42be882901b8240c9666bb26d5874dbf;hp=b57cef06de5a2902e5380a0fcb5fd461c4aa0e62;hpb=6692ef67c5beca9054f0b9642461ecf95327c70b;p=sysconfig%2Fpostfix.git diff --git a/main.cf b/main.cf index b57cef0..c068fdc 100644 --- a/main.cf +++ b/main.cf @@ -256,7 +256,7 @@ unknown_local_recipient_reject_code = 450 # (the value on the table right-hand side is not used). # # Added by Alex Dehnert -mynetworks = 66.92.29.156/32, 66.92.29.144/32, 127.0.0.1/32, 18.111.8.18/32, 18.102.208.15/32 +mynetworks = 66.92.29.156/32, 66.92.29.144/32, 127.0.0.1/32, 18.111.8.18/32, 18.102.208.15/32, [::1]/128 #mynetworks = 168.100.189.0/28, 127.0.0.0/8 #mynetworks = $config_directory/mynetworks #mynetworks = hash:/etc/postfix/network_table @@ -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