diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 21:26:44 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 21:26:44 +0200 |
| commit | f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50 (patch) | |
| tree | 03e2d35fa18699717c8cbca79f8ead29d62c3551 | |
| parent | 63758d900960edbad9c64e62de1f48352acd9036 (diff) | |
| download | nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.gz nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.bz2 nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.tar.xz nixos-f83120f3b8e8e3ec041c1600cb5a1ef22d9c4a50.zip | |
moved sasl auth to postfix queue dir
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
