1
0
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:
Florent Daigniere
2023-08-28 11:17:25 +02:00
parent fb97cec238
commit 562cd8c135
15 changed files with 20 additions and 18 deletions

View File

@@ -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),