diff options
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -392,8 +392,7 @@ in rec { | |||
392 | # 10 GiB | 392 | # 10 GiB |
393 | mailbox_size_limit = 10737418240 | 393 | mailbox_size_limit = 10737418240 |
394 | 394 | ||
395 | mailbox_transport = lmtp:unix:private/dovecot-lmtp | 395 | mailbox_transport_maps = pipemap:{unix:passwd.byname, static:{lmtp:unix:private/dovecot-lmtp}} |
396 | fallback_transport = local:$myhostname | ||
397 | #mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" | 396 | #mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" |
398 | 397 | ||
399 | smtpd_sasl_type = dovecot | 398 | smtpd_sasl_type = dovecot |