From f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 21:26:44 +0200 Subject: moved sasl auth to postfix queue dir --- ymir.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 2eedb641..e4c1fd51 100644 --- a/ymir.nix +++ b/ymir.nix @@ -329,7 +329,7 @@ in rec { mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" smtpd_sasl_type = dovecot - smtpd_sasl_path = ../data/auth + smtpd_sasl_path = auth smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous, noplaintext @@ -353,7 +353,7 @@ in rec { postmaster_address = postmaster@yggdrasil.li service auth { - unix_listener /var/lib/postfix/data/auth { + unix_listener /var/lib/postfix/queue/auth { mode = 0660 user = postfix group = postfix -- cgit v1.2.3