MyNixOS website logo
option

services.postfix.masterConfig.<name>.args

Arguments to pass to the command. There is no shell processing involved and shell syntax is passed verbatim to the process.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-o"
  "smtp_helo_timeout=5"
]