services.postfix.settings.main.relay_domains

NixOS option

List of domains delivered via the relay transport. https://www.postfix.org/postconf.5.html#relay_domains

type: null or (list of string)
Default
[ ]
Example
[
  "lists.example.com"
]
declared in: nixos/modules/services/mail/postfix.nixView source on NixOS/nixpkgs →