MyNixOS website logo
option

services.postfix.settings.main.mydestination

List of domain names intended for local delivery using /etc/passwd and /etc/aliases.

Do not include virtual domains in this list.

https://www.postfix.org/postconf.5.html#mydestination.

Declarations
Type
null or string or list of string
Default
[
  "$myhostname"
  "localhost.$mydomain"
  "localhost"
]