Remove hardcoded domain from doveauth.py

This commit is contained in:
link2xt
2023-10-13 18:48:57 +00:00
committed by missytake
parent dd9b33907a
commit 453910c57e

View File

@@ -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",