summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5e96f4e6..83dfab35 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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