mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
Remove hardcoded domain from doveauth.py
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
|||||||
|
|
||||||
|
|
||||||
def get_user_data(user):
|
def get_user_data(user):
|
||||||
if user == "link2xt@c1.testrun.org":
|
if user.startswith("link2xt@"):
|
||||||
return dict(
|
return dict(
|
||||||
uid="vmail",
|
uid="vmail",
|
||||||
gid="vmail",
|
gid="vmail",
|
||||||
|
|||||||
Reference in New Issue
Block a user