diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,8 @@ in rec { | |||
325 | message_size_limit = 1073741824 | 325 | message_size_limit = 1073741824 |
326 | # 10 GiB | 326 | # 10 GiB |
327 | mailbox_size_limit = 10737418240 | 327 | mailbox_size_limit = 10737418240 |
328 | |||
329 | mailbox_command = ${pkgs.dovecot}/libexec/dovecot-lda -f "$SENDER" -a "$RECIPIENT" | ||
328 | ''; | 330 | ''; |
329 | extraMasterConf = '' | 331 | extraMasterConf = '' |
330 | 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) |