MyNixOS website logo
option

services.postfix.config

The main.cf configuration file as key value set.

Declarations
Type
attribute set of (boolean or string or list of string)
Example
{
  mail_owner = "postfix";
  smtp_tls_security_level = "may";
}