postfix: fix format
This commit is contained in:
parent
583990556e
commit
0e2d68fb26
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue