services.opensmtpd.extraServerArgs

NixOS option

Extra command line arguments provided when the smtpd process is started.

type: list of string
Default
[ ]
Example
[
  "-v"
  "-P mta"
]
declared in: nixos/modules/services/mail/opensmtpd.nixView source on NixOS/nixpkgs →