From 662d69effb69ecf503dafd23e595d6cc2383f5f5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Mar 2020 11:31:31 +0100 Subject: sender_bcc_maps --- sif.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sif.nix b/sif.nix index 13f8b00a..520b9845 100644 --- a/sif.nix +++ b/sif.nix @@ -297,6 +297,9 @@ /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de:587 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de ''}''; + sender_bcc_maps = ''texthash:${pkgs.writeText "sender_bcc" '' + uni2work@ifi.lmu.de uni2work@ifi.lmu.de + ''}''; smtp_sasl_auth_enable = true; smtp_sender_dependent_authentication = true; -- cgit v1.2.3