Fuck dovecot, why you gotta be this way

This commit is contained in:
niten 2023-10-13 15:51:32 -07:00
parent 4550aade49
commit 397e004ea5
1 changed files with 2 additions and 2 deletions

View File

@ -354,8 +354,8 @@ in {
mailPlugins = {
globally.enable = [ "old_stats" "fts" "fts_xapian" ];
perProtocol = {
imap = [ "imap_sieve" "fts" "fts_xapian" ];
lmtp = [ "sieve" "fts" "fts_xapian" ];
imap.enable = [ "imap_sieve" "fts" "fts_xapian" ];
lmtp.enable = [ "sieve" "fts" "fts_xapian" ];
};
};