summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:13:53 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:13:53 +0200
commit68f33cbbe81b49d1a6a76fa50f3b7709ee443510 (patch)
tree361ab7d82959f66f02b8bda7fddf73cf162867cd /hel.nix
parent1166d1a3fc0311a5079256debfb51822d76a045c (diff)
downloadnixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar
nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.gz
nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.bz2
nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.tar.xz
nixos-68f33cbbe81b49d1a6a76fa50f3b7709ee443510.zip
header_checks
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