# HG changeset patch # User IBBoard # Date 1618655717 -3600 # Node ID 8f008309f94153dbd430bb27ccac36e1a0113280 # Parent cd0e77678dca82ca55903970349e5b7def2518e5 Double the maximum email size Craig tried sending several photos and it was too big diff -r cd0e77678dca -r 8f008309f941 modules/postfix/templates/main.cf.epp --- a/modules/postfix/templates/main.cf.epp Sat Feb 27 18:39:46 2021 +0000 +++ b/modules/postfix/templates/main.cf.epp Sat Apr 17 11:35:17 2021 +0100 @@ -71,7 +71,7 @@ smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, check_sender_access hash:/etc/postfix/sender_access, reject_unknown_sender_domain, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, check_recipient_access hash:/etc/postfix/valias-blacklist, check_recipient_access regexp:/etc/postfix/valias-blacklist-regex, check_policy_service unix:private/policy smtpd_data_restrictions = reject_unauth_pipelining transport_maps = hash:/etc/postfix/transport -message_size_limit = 15000000 +message_size_limit = 30000000 header_checks = regexp:/etc/postfix/header_checks body_checks = regexp:/etc/postfix/body_checks smtp_header_checks = regexp:/etc/postfix/smtp_header_checks