summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 13f8b00a..520b9845 100644
--- a/sif.nix
+++ b/sif.nix
@@ -297,6 +297,9 @@
297 /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de:587 297 /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de:587
298 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de 298 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de
299 ''}''; 299 ''}'';
300 sender_bcc_maps = ''texthash:${pkgs.writeText "sender_bcc" ''
301 uni2work@ifi.lmu.de uni2work@ifi.lmu.de
302 ''}'';
300 303
301 smtp_sasl_auth_enable = true; 304 smtp_sasl_auth_enable = true;
302 smtp_sender_dependent_authentication = true; 305 smtp_sender_dependent_authentication = true;