Add a BCC to service account mails to enable threading #123

Merged
silver merged 3 commits from #84-improve-topdesk-organisation into main 2024-07-25 08:21:34 +00:00
Showing only changes of commit 9c7d08c153 - Show all commits

View file

@ -92,7 +92,7 @@ with lib; let
} }
]; ];
configFile = sieveConfigFile =
# https://doc.dovecot.org/configuration_manual/sieve/examples/#plus-addressed-mail-filtering # https://doc.dovecot.org/configuration_manual/sieve/examples/#plus-addressed-mail-filtering
pkgs.writeText "basic_sieve" pkgs.writeText "basic_sieve"
'' ''
@ -477,7 +477,7 @@ in {
}; };
services.dovecot2.sieve.scripts = { services.dovecot2.sieve.scripts = {
before = configFile; before = sieveConfigFile;
}; };
# This is to add a bcc to outgoing mail # This is to add a bcc to outgoing mail