From cd0a0467760bffe9e3d40b5c448c88dfede43ea1 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 2 Feb 2024 20:47:55 +0000 Subject: [PATCH] dovecot: remove dead code --- hosts/by-name/servo/services/email/dovecot.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/by-name/servo/services/email/dovecot.nix b/hosts/by-name/servo/services/email/dovecot.nix index 65b105f9..85c39b76 100644 --- a/hosts/by-name/servo/services/email/dovecot.nix +++ b/hosts/by-name/servo/services/email/dovecot.nix @@ -128,14 +128,7 @@ pkgs.dovecot_pigeonhole # enables sieve execution (?) ]; services.dovecot2.sieve = { - # maybe not all of these are needed. source: - # sieve_imapsieve: - # - allows configuring sieve scripts at a mailbox level (?). - # sieve_extprograms: - # - allows writing filters in something like bash, or any other invokable program - # plugins = [ "sieve_imapsieve" "sieve_extprograms" ]; extensions = [ "fileinto" ]; - # globalExtensions = [ "vnd.dovecot.pipe" "vnd.dovecot.environment" ]; # if any messages fail to pass (or lack) DKIM, move them to Junk # XXX the key name ("after") is only used to order sieve execution/ordering scripts.after = builtins.toFile "ensuredkim.sieve" ''