Mercurial > repos > other > Puppet
changeset 371:8f008309f941
Double the maximum email size
Craig tried sending several photos and it was too big
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 17 Apr 2021 11:35:17 +0100 |
parents | cd0e77678dca |
children | 94f34831132d |
files | modules/postfix/templates/main.cf.epp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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