diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -326,7 +326,7 @@ in rec { | |||
| 326 | # 10 GiB | 326 | # 10 GiB |
| 327 | mailbox_size_limit = 10737418240 | 327 | mailbox_size_limit = 10737418240 |
| 328 | 328 | ||
| 329 | mailbox_command = ${pkgs.dovecot}/libexec/dovecot-lda -f "$SENDER" -a "$RECIPIENT" | 329 | mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" |
| 330 | ''; | 330 | ''; |
| 331 | extraMasterConf = '' | 331 | extraMasterConf = '' |
| 332 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | 332 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) |
