mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Remove hardcoded domain from doveauth.py
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user