From 008cf2cec101ace14a691e7999418ce5df961514 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Oct 2016 17:59:34 +0200 Subject: proper smtp server --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 95cfae0a..28a9ea02 100644 --- a/hel.nix +++ b/hel.nix @@ -201,7 +201,7 @@ smtp_sender_dependent_authentication = yes sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' - /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ smtp:uni-muenchen.de + /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ smtp:smtp.mathematik.uni-muenchen.de ''} smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd smtp_sasl_type = cyrus -- cgit v1.2.3