diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:13:53 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:13:53 +0200 |
| commit | 68f33cbbe81b49d1a6a76fa50f3b7709ee443510 (patch) | |
| tree | 361ab7d82959f66f02b8bda7fddf73cf162867cd | |
| parent | 1166d1a3fc0311a5079256debfb51822d76a045c (diff) | |
| download | nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.gz nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.bz2 nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.xz nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.zip | |
header_checks
| -rw-r--r-- | hel.nix | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -196,6 +196,15 @@ | |||
| 196 | extraConfig = '' | 196 | extraConfig = '' |
| 197 | authorized_submit_users = !uucp, static:anyone | 197 | authorized_submit_users = !uucp, static:anyone |
| 198 | message_size_limit = 0 | 198 | message_size_limit = 0 |
| 199 | |||
| 200 | header_checks = regexp:/etc/postfix/header_checks | ||
| 201 | |||
| 202 | smtp_sasl_password_maps = texthash:/etc/postfix/sasl_passwd | ||
| 203 | smtp_sasl_type = cyrus | ||
| 204 | smtp_sasl_auth_enable = yes | ||
| 205 | |||
| 206 | smtp_cname_overrides_servername = no | ||
| 207 | smtp_sasl_security_options = noanonymous | ||
| 199 | ''; | 208 | ''; |
| 200 | }; | 209 | }; |
| 201 | 210 | ||
