postfix: lift message size limit
This commit is contained in:
parent
4d0edc7280
commit
583990556e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue