diff options
| -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 | ||
