diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-12 12:49:48 +0059 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-12 12:49:48 +0059 |
commit | c1e0faa262eaa47d9eac619cfdce64855ee51e56 (patch) | |
tree | 9c1c5a34adb7ddd29ffcea63e62432e92809b665 | |
parent | 3e14d161d9d5f93033a9e0258a5331dcabe416a8 (diff) | |
download | nixos-c1e0faa262eaa47d9eac619cfdce64855ee51e56.tar nixos-c1e0faa262eaa47d9eac619cfdce64855ee51e56.tar.gz nixos-c1e0faa262eaa47d9eac619cfdce64855ee51e56.tar.bz2 nixos-c1e0faa262eaa47d9eac619cfdce64855ee51e56.tar.xz nixos-c1e0faa262eaa47d9eac619cfdce64855ee51e56.zip |
ymir: reject_unverified_recipient
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -518,6 +518,8 @@ in rec { | |||
518 | "reject_non_fqdn_helo_hostname" | 518 | "reject_non_fqdn_helo_hostname" |
519 | "reject_invalid_helo_hostname" | 519 | "reject_invalid_helo_hostname" |
520 | "reject_unauth_destination" | 520 | "reject_unauth_destination" |
521 | "reject_unknown_recipient_domain" | ||
522 | "reject_unverified_recipient" | ||
521 | ]; | 523 | ]; |
522 | 524 | ||
523 | smtpd_relay_restrictions = [ | 525 | smtpd_relay_restrictions = [ |