postfix: lift message size limit

This commit is contained in:
Rouven Seifert 2024-01-28 14:25:02 +01:00
parent 4d0edc7280
commit 583990556e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -88,6 +88,8 @@ in
relayDomains = [ "hash:/var/lib/mailman/data/postfix_domains" ];
config = {
home_mailbox = "Maildir/";
# 25 MiB
message_size_limit = 26214400;
# hostname used in helo command. It is recommended to have this match the reverse dns entry
smtp_helo_name = config.networking.rDNS;
smtp_use_tls = true;