services.opensmtpd.serverConfiguration

NixOS option

The contents of the smtpd.conf configuration file. See the OpenSMTPD documentation for syntax information.

type: strings concatenated with "\n"
Example
''
  listen on lo
  accept for any deliver to lmtp localhost:24
''
declared in: nixos/modules/services/mail/opensmtpd.nixView source on NixOS/nixpkgs →