summaryrefslogtreecommitdiff
path: root/hosts/surtr/email
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/email')
-rw-r--r--hosts/surtr/email/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix
index 9c3e8849..bb0f6e20 100644
--- a/hosts/surtr/email/default.nix
+++ b/hosts/surtr/email/default.nix
@@ -409,6 +409,10 @@ in {
409 modules = with pkgs; [ dovecot_pigeonhole dovecot_fts_xapian ]; 409 modules = with pkgs; [ dovecot_pigeonhole dovecot_fts_xapian ];
410 mailPlugins.globally.enable = [ "fts" "fts_xapian" ]; 410 mailPlugins.globally.enable = [ "fts" "fts_xapian" ];
411 protocols = [ "lmtp" "sieve" ]; 411 protocols = [ "lmtp" "sieve" ];
412 sieve = {
413 extensions = ["copy" "imapsieve" "variables" "imap4flags" "vacation"];
414 globalExtensions = ["copy" "imapsieve" "variables" "imap4flags" "vacation"];
415 };
412 extraConfig = let 416 extraConfig = let
413 dovecotSqlConf = pkgs.writeText "dovecot-sql.conf" '' 417 dovecotSqlConf = pkgs.writeText "dovecot-sql.conf" ''
414 driver = pgsql 418 driver = pgsql