diff options
-rw-r--r-- | ymir.nix | 8 |
1 files changed, 1 insertions, 7 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 quota | 753 | mail_plugins = $mail_plugins sieve 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 = + |
@@ -770,8 +770,6 @@ in rec { | |||
770 | user = postfix | 770 | user = postfix |
771 | group = postfix | 771 | group = postfix |
772 | } | 772 | } |
773 | |||
774 | mail_plugins = $mail_plugins sieve | ||
775 | } | 773 | } |
776 | 774 | ||
777 | namespace inbox { | 775 | namespace inbox { |
@@ -801,10 +799,6 @@ in rec { | |||
801 | } | 799 | } |
802 | } | 800 | } |
803 | 801 | ||
804 | service managesieve {} | ||
805 | |||
806 | protocol sieve {} | ||
807 | |||
808 | plugin { | 802 | plugin { |
809 | sieve = file:~/sieve;active=~/.dovecot.sieve | 803 | sieve = file:~/sieve;active=~/.dovecot.sieve |
810 | sieve_redirect_envelope_from = orig_recipient | 804 | sieve_redirect_envelope_from = orig_recipient |