MyNixOS website logo
option

services.postfix.settings.main.mynetworks

List of trusted remote SMTP clients, that are allowed to relay mail.

Leave unset to let Postfix populate this list based on the mynetworks_style setting.

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

Declarations
Type
null or (list of string)
Default
null
Example
[
  "127.0.0.0/8"
  "::1"
]