You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Merge branch 'master' into 'master'
This commit is contained in:
@@ -13,7 +13,6 @@ def dovecot_passdb_dict(user_email):
|
||||
allow_nets.append(app.config["SUBNET"])
|
||||
if app.config["POD_ADDRESS_RANGE"]:
|
||||
allow_nets.append(app.config["POD_ADDRESS_RANGE"])
|
||||
print(allow_nets)
|
||||
return flask.jsonify({
|
||||
"password": None,
|
||||
"nopassword": "Y",
|
||||
|
Reference in New Issue
Block a user