From 453910c57e8df86817cef7dc97331f72c81cd4dc Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 13 Oct 2023 18:48:57 +0000 Subject: [PATCH] Remove hardcoded domain from doveauth.py --- doveauth/src/doveauth/doveauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doveauth/src/doveauth/doveauth.py b/doveauth/src/doveauth/doveauth.py index ba6db22f..137c6f86 100644 --- a/doveauth/src/doveauth/doveauth.py +++ b/doveauth/src/doveauth/doveauth.py @@ -4,7 +4,7 @@ import sys def get_user_data(user): - if user == "link2xt@c1.testrun.org": + if user.startswith("link2xt@"): return dict( uid="vmail", gid="vmail",