diff options
| -rw-r--r-- | hosts/surtr/email/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index 4fa0d440..59639bec 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
| @@ -201,6 +201,10 @@ in { | |||
| 201 | smtpd_helo_required = true; | 201 | smtpd_helo_required = true; |
| 202 | smtpd_helo_restrictions = "permit"; | 202 | smtpd_helo_restrictions = "permit"; |
| 203 | 203 | ||
| 204 | smtpd_sender_restrictions = [ | ||
| 205 | "reject_plaintext_session" | ||
| 206 | ]; | ||
| 207 | |||
| 204 | smtpd_recipient_restrictions = [ | 208 | smtpd_recipient_restrictions = [ |
| 205 | "reject_unauth_pipelining" | 209 | "reject_unauth_pipelining" |
| 206 | "reject_non_fqdn_recipient" | 210 | "reject_non_fqdn_recipient" |
