Remove some forgotten debugging
This commit is contained in:
@@ -13,7 +13,6 @@ def dovecot_passdb_dict(user_email):
|
|||||||
allow_nets.append(app.config["SUBNET"])
|
allow_nets.append(app.config["SUBNET"])
|
||||||
if app.config["POD_ADDRESS_RANGE"]:
|
if app.config["POD_ADDRESS_RANGE"]:
|
||||||
allow_nets.append(app.config["POD_ADDRESS_RANGE"])
|
allow_nets.append(app.config["POD_ADDRESS_RANGE"])
|
||||||
print(allow_nets)
|
|
||||||
return flask.jsonify({
|
return flask.jsonify({
|
||||||
"password": None,
|
"password": None,
|
||||||
"nopassword": "Y",
|
"nopassword": "Y",
|
||||||
|
|||||||
Reference in New Issue
Block a user