summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 21:26:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 21:26:44 +0200
commitf83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50 (patch)
tree03e2d35fa18699717c8cbca79f8ead29d62c3551 /ymir.nix
parent63758d900960edbad9c64e62de1f48352acd9036 (diff)
downloadnixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar
nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.gz
nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.bz2
nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.xz
nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.zip
moved sasl auth to postfix queue dir
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index 2eedb641..e4c1fd51 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -329,7 +329,7 @@ in rec {
329 mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" 329 mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
330 330
331 smtpd_sasl_type = dovecot 331 smtpd_sasl_type = dovecot
332 smtpd_sasl_path = ../data/auth 332 smtpd_sasl_path = auth
333 333
334 smtpd_sasl_auth_enable = yes 334 smtpd_sasl_auth_enable = yes
335 smtpd_sasl_security_options = noanonymous, noplaintext 335 smtpd_sasl_security_options = noanonymous, noplaintext
@@ -353,7 +353,7 @@ in rec {
353 postmaster_address = postmaster@yggdrasil.li 353 postmaster_address = postmaster@yggdrasil.li
354 354
355 service auth { 355 service auth {
356 unix_listener /var/lib/postfix/data/auth { 356 unix_listener /var/lib/postfix/queue/auth {
357 mode = 0660 357 mode = 0660
358 user = postfix 358 user = postfix
359 group = postfix 359 group = postfix