postfix: fix format

This commit is contained in:
Rouven Seifert 2024-01-28 14:26:12 +01:00
parent 583990556e
commit 0e2d68fb26
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -89,7 +89,7 @@ in
config = {
home_mailbox = "Maildir/";
# 25 MiB
message_size_limit = 26214400;
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;