diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:17:53 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:17:53 +0200 |
| commit | d7468be79fe55a3b9a8577309f520dfaefa92321 (patch) | |
| tree | db33eecc86682e4f20d4c17a9fc6e12c2bc11ed4 | |
| parent | c1882a0f10e5f24729e155f111df5bfd44f7aebe (diff) | |
| download | nixos-d7468be79fe55a3b9a8577309f520dfaefa92321.tar nixos-d7468be79fe55a3b9a8577309f520dfaefa92321.tar.gz nixos-d7468be79fe55a3b9a8577309f520dfaefa92321.tar.bz2 nixos-d7468be79fe55a3b9a8577309f520dfaefa92321.tar.xz nixos-d7468be79fe55a3b9a8577309f520dfaefa92321.zip | |
alternate again
| -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:/var/lib/postfix/conf/header_checks | 200 | header_checks = regexp:/var/db/postfix/conf/header_checks |
| 201 | 201 | ||
| 202 | smtp_sasl_password_maps = texthash:/var/lib/postfix/conf/sasl_passwd | 202 | smtp_sasl_password_maps = texthash:/var/db/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 | ||
