services.postfix.localRecipients

NixOS option

List of accepted local users. Specify a bare username, an "@domain.tld" wild-card, or a complete "user@domain.tld" address. If set, these names end up in the local recipient map – see the local(8) man-page – and effectively replace the system user database lookup that’s otherwise used by default.

type: null or (list of string)
Default
null
declared in: nixos/modules/services/mail/postfix.nixView source on NixOS/nixpkgs →