diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 21:15:33 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 21:15:33 +0100 |
| commit | 41d59a7352bb4ebd087c43e5be8a9f1e0cf13117 (patch) | |
| tree | f8ca9e72fdedc0ac9ae9a55bb060a84f8c9fe5e3 | |
| parent | f6b14ceb1bfb07a772d8558fe779a8696e7103cb (diff) | |
| download | nixos-41d59a7352bb4ebd087c43e5be8a9f1e0cf13117.tar nixos-41d59a7352bb4ebd087c43e5be8a9f1e0cf13117.tar.gz nixos-41d59a7352bb4ebd087c43e5be8a9f1e0cf13117.tar.bz2 nixos-41d59a7352bb4ebd087c43e5be8a9f1e0cf13117.tar.xz nixos-41d59a7352bb4ebd087c43e5be8a9f1e0cf13117.zip | |
...
| -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 |
