You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
dovecot is creating zombies
This commit is contained in:
@@ -16,7 +16,7 @@ COPY start.py /
|
|||||||
RUN echo $VERSION >/version
|
RUN echo $VERSION >/version
|
||||||
|
|
||||||
EXPOSE 110/tcp 143/tcp 993/tcp 4190/tcp 2525/tcp
|
EXPOSE 110/tcp 143/tcp 993/tcp 4190/tcp 2525/tcp
|
||||||
HEALTHCHECK CMD echo PING|nc -w2 localhost 5001|grep "PONG"
|
HEALTHCHECK CMD kill -0 `cat /run/dovecot/master.pid`
|
||||||
|
|
||||||
VOLUME ["/mail"]
|
VOLUME ["/mail"]
|
||||||
|
|
||||||
|
|||||||
@@ -95,13 +95,6 @@ service auth-worker {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
service health-check {
|
|
||||||
executable = script -p health-check.sh
|
|
||||||
inet_listener health-check {
|
|
||||||
port = 5001
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# IMAP & POP
|
# IMAP & POP
|
||||||
###############
|
###############
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import sys
|
|||||||
from podop import run_server
|
from podop import run_server
|
||||||
from socrate import system, conf
|
from socrate import system, conf
|
||||||
|
|
||||||
system.set_env(log_filters=r'waitpid\(\) returned unknown PID \d+$')
|
system.set_env()
|
||||||
|
|
||||||
def start_podop():
|
def start_podop():
|
||||||
system.drop_privs_to('mail')
|
system.drop_privs_to('mail')
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
The SMTP container wasn't logging things like it should
|
The SMTP container wasn't logging things like it should
|
||||||
|
The health-check of dovecot was creating zombies
|
||||||
|
|||||||
Reference in New Issue
Block a user