diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:16:32 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:16:32 +0200 |
| commit | c1882a0f10e5f24729e155f111df5bfd44f7aebe (patch) | |
| tree | 8806ef7ef331acdaf42939f3089f7a614186b086 | |
| parent | 68f33cbbe81b49d1a6a76fa50f3b7709ee443510 (diff) | |
| download | nixos-c1882a0f10e5f24729e155f111df5bfd44f7aebe.tar nixos-c1882a0f10e5f24729e155f111df5bfd44f7aebe.tar.gz nixos-c1882a0f10e5f24729e155f111df5bfd44f7aebe.tar.bz2 nixos-c1882a0f10e5f24729e155f111df5bfd44f7aebe.tar.xz nixos-c1882a0f10e5f24729e155f111df5bfd44f7aebe.zip | |
alternate conf locations
| -rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -197,9 +197,9 @@ | |||
| 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 | 199 | ||
| 200 | header_checks = regexp:/etc/postfix/header_checks | 200 | header_checks = regexp:/var/lib/postfix/conf/header_checks |
| 201 | 201 | ||
| 202 | smtp_sasl_password_maps = texthash:/etc/postfix/sasl_passwd | 202 | smtp_sasl_password_maps = texthash:/var/lib/postfix/conf/sasl_passwd |
| 203 | smtp_sasl_type = cyrus | 203 | smtp_sasl_type = cyrus |
| 204 | smtp_sasl_auth_enable = yes | 204 | smtp_sasl_auth_enable = yes |
| 205 | 205 | ||
