diff options
Diffstat (limited to 'hosts/surtr/email/default.nix')
-rw-r--r-- | hosts/surtr/email/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index bd72b10e..c10f611f 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
@@ -492,6 +492,10 @@ in { | |||
492 | modules = with pkgs; [ dovecot_pigeonhole dovecot_fts_xapian ]; | 492 | modules = with pkgs; [ dovecot_pigeonhole dovecot_fts_xapian ]; |
493 | mailPlugins.globally.enable = [ "fts" "fts_xapian" ]; | 493 | mailPlugins.globally.enable = [ "fts" "fts_xapian" ]; |
494 | protocols = [ "lmtp" "sieve" ]; | 494 | protocols = [ "lmtp" "sieve" ]; |
495 | sieve = { | ||
496 | extensions = ["copy" "imapsieve" "variables" "imap4flags" "vacation"]; | ||
497 | globalExtensions = ["copy" "imapsieve" "variables" "imap4flags" "vacation"]; | ||
498 | }; | ||
495 | extraConfig = let | 499 | extraConfig = let |
496 | dovecotSqlConf = pkgs.writeText "dovecot-sql.conf" '' | 500 | dovecotSqlConf = pkgs.writeText "dovecot-sql.conf" '' |
497 | driver = pgsql | 501 | driver = pgsql |