From c1882a0f10e5f24729e155f111df5bfd44f7aebe Mon Sep 17 00:00:00 2001
From: Gregor Kleen <pngwjpgh@users.noreply.github.com>
Date: Sun, 2 Oct 2016 17:16:32 +0200
Subject: alternate conf locations

---
 hel.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hel.nix b/hel.nix
index 83dfab35..79c99fb1 100644
--- a/hel.nix
+++ b/hel.nix
@@ -197,9 +197,9 @@
         authorized_submit_users = !uucp, static:anyone
         message_size_limit = 0
 
-        header_checks = regexp:/etc/postfix/header_checks
+        header_checks = regexp:/var/lib/postfix/conf/header_checks
 
-        smtp_sasl_password_maps = texthash:/etc/postfix/sasl_passwd
+        smtp_sasl_password_maps = texthash:/var/lib/postfix/conf/sasl_passwd
         smtp_sasl_type = cyrus
         smtp_sasl_auth_enable = yes
 
-- 
cgit v1.2.3