diff options
-rw-r--r-- | ymir.nix | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |