summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-10 09:05:49 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-10 09:05:49 +0100
commit3e14d161d9d5f93033a9e0258a5331dcabe416a8 (patch)
treeeec373174a36a69b64cee8407ecbe7aaaa206426
parent5478706d09e28df8f5de773defbd474e0cfa7e3b (diff)
downloadnixos-3e14d161d9d5f93033a9e0258a5331dcabe416a8.tar
nixos-3e14d161d9d5f93033a9e0258a5331dcabe416a8.tar.gz
nixos-3e14d161d9d5f93033a9e0258a5331dcabe416a8.tar.bz2
nixos-3e14d161d9d5f93033a9e0258a5331dcabe416a8.tar.xz
nixos-3e14d161d9d5f93033a9e0258a5331dcabe416a8.zip
ymir: sender_bcc_maps
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ef6b0afe..62e0d267 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -574,6 +574,7 @@ in rec {
574 ''}"; 574 ''}";
575 575
576 recipient_bcc_maps = "texthash:/srv/mail/recip_bcc"; 576 recipient_bcc_maps = "texthash:/srv/mail/recip_bcc";
577 sender_bcc_maps = "texthash:/srv/mail/sender_bcc";
577 }; 578 };
578 masterConfig = { 579 masterConfig = {
579 uucp = { 580 uucp = {