From 68f33cbbe81b49d1a6a76fa50f3b7709ee443510 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Oct 2016 17:13:53 +0200 Subject: header_checks --- hel.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 5e96f4e6..83dfab35 100644 --- a/hel.nix +++ b/hel.nix @@ -196,6 +196,15 @@ extraConfig = '' authorized_submit_users = !uucp, static:anyone message_size_limit = 0 + + header_checks = regexp:/etc/postfix/header_checks + + smtp_sasl_password_maps = texthash:/etc/postfix/sasl_passwd + smtp_sasl_type = cyrus + smtp_sasl_auth_enable = yes + + smtp_cname_overrides_servername = no + smtp_sasl_security_options = noanonymous ''; }; -- cgit v1.2.3