Make LMTP memory limit configurable
This commit is contained in:
parent
63209b1def
commit
4a5eb4baea
2 changed files with 9 additions and 0 deletions
|
@ -291,6 +291,7 @@ in
|
|||
mode = 0600
|
||||
user = ${postfixCfg.user}
|
||||
}
|
||||
vsz_limit = ${builtins.toString cfg.lmtpMemoryLimit} MB
|
||||
}
|
||||
|
||||
recipient_delimiter = ${cfg.recipientDelimiter}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue