diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:11:48 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:11:48 +0200 |
| commit | b3c6f23126e40c414eccd1ea2720950194099940 (patch) | |
| tree | fb28f1cb0e20504caa7cc0d8b60825cc8704f6d0 | |
| parent | 9a6b921dfefd3167da4bcbe25ef29dde6104240e (diff) | |
| download | nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.gz nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.bz2 nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.xz nixos-b3c6f23126e40c414eccd1ea2720950194099940.zip | |
...
| -rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -301,8 +301,8 @@ | |||
| 301 | 301 | ||
| 302 | smtp_sasl_auth_enable = true; | 302 | smtp_sasl_auth_enable = true; |
| 303 | smtp_sender_dependent_authentication = true; | 303 | smtp_sender_dependent_authentication = true; |
| 304 | smtp_sasl_tls_security_options = "noanonymous"; | 304 | smtp_sasl_tls_verified_security_options = "noanonymous"; |
| 305 | smtp_tls_verified_security_level = "dane"; | 305 | smtp_tls_security_level = "dane"; |
| 306 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; | 306 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; |
| 307 | smtp_cname_overrides_servername = false; | 307 | smtp_cname_overrides_servername = false; |
| 308 | smtp_always_send_ehlo = true; | 308 | smtp_always_send_ehlo = true; |
