Make LMTP memory limit configurable

This commit is contained in:
Ryan Trinkle 2024-04-08 13:33:50 +00:00
parent 63209b1def
commit 4a5eb4baea
2 changed files with 9 additions and 0 deletions

View file

@ -291,6 +291,7 @@ in
mode = 0600
user = ${postfixCfg.user}
}
vsz_limit = ${builtins.toString cfg.lmtpMemoryLimit} MB
}
recipient_delimiter = ${cfg.recipientDelimiter}