You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Remove the usage of capabilities use port 8080
In the real world users can't get them to work...
This commit is contained in:
@@ -13,7 +13,7 @@ system.set_env(log_filters=r'Error\: SSL context initialization failed, disablin
|
||||
|
||||
def start_podop():
|
||||
system.drop_privs_to('mail')
|
||||
url = "http://" + os.environ["ADMIN_ADDRESS"] + "/internal/dovecot/§"
|
||||
url = "http://" + os.environ["ADMIN_ADDRESS"] + ":8080/internal/dovecot/§"
|
||||
run_server(0, "dovecot", "/tmp/podop.socket", [
|
||||
("quota", "url", url ),
|
||||
("auth", "url", url),
|
||||
|
||||
Reference in New Issue
Block a user