summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
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