summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-01 21:26:09 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-01 21:26:09 +0100
commit140cdfb46a1b242df0be68359cb4734ceca1aa29 (patch)
tree3a8c70c8299dbb8798fc62bdcc4bc6edbdca566a
parentc095db1d83d8a10b603c5e42bede63c861e3a0e3 (diff)
downloadnixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar
nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.gz
nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.bz2
nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.xz
nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.zip
...
-rw-r--r--ymir.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index ab4943b5..a9acae1c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -750,7 +750,7 @@ in rec {
750 result_success = continue-ok 750 result_success = continue-ok
751 } 751 }
752 752
753 mail_plugins = $mail_plugins sieve quota 753 mail_plugins = $mail_plugins quota
754 mailbox_list_index = yes 754 mailbox_list_index = yes
755 postmaster_address = postmaster@yggdrasil.li 755 postmaster_address = postmaster@yggdrasil.li
756 recipient_delimiter = + 756 recipient_delimiter = +
@@ -772,6 +772,14 @@ in rec {
772 } 772 }
773 } 773 }
774 774
775 protocol lmtp {
776 mail_plugins = $mail_plugins sieve
777 }
778
779 protocol lda {
780 mail_plugins = $mail_plugins sieve
781 }
782
775 namespace inbox { 783 namespace inbox {
776 separator = / 784 separator = /
777 inbox = yes 785 inbox = yes