1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
5e8fdd4c9e Filter logs line based and in binary mode without decoding utf-8
(cherry picked from commit 4a49234afa)
2024-10-17 15:36:21 +00:00
60b9ff0090 Fixed log filter not filtering out log messages for dovecot/nginx/postfix.
Fixed postfix not logging to standard out.
Fixed not all containers logging to journald.
Removed POSTFIX_LOG_FILE functionality. Added documentation on how to achieve the same (log to file) via journald & rsyslogd (see new FAQ entry 'How can I view and export the logs of a Mailu container?').
2023-10-27 14:10:13 +00:00
5d93ae205e Simplify the health-check 2023-04-21 17:36:24 +02:00
4b02b2bd65 Add health-check 2023-04-21 08:59:42 +02:00
86ff5f7b71 Merge remote-tracking branch 'upstream/master' into managesieve-proxy 2023-04-20 18:53:17 +02:00
107b0ab5ff Implement managesieve support 2023-04-20 15:36:17 +02:00
7b08232049 Sanitize logs as appropriate 2023-04-13 14:46:12 +02:00
a29f066858 Move even more python deps to base image 2022-10-12 16:32:27 +02:00
1aa97c9914 Add certificate watcher for external certs to reload nginx
In case of TLS_FLAVOR=[mail,cert], the user supplies their own certificates.
However, since nginx is not aware of changes to these files, it cannot
reload itself e.g. when the certs get renewed.

To solve this, let’s add a small daemon in the place of
`letsencrypt.py`, which uses a flexible file-watching framework and
reloads nginx in the case the certificates change ….
2018-12-07 16:20:42 +00:00
42e2dbe35d Standarize image by using shared / similair layers 2018-10-31 19:17:23 +02:00
6828231c28 Fix the path of the nginx pid in startup scripts, fixes #483 2018-06-02 10:23:33 +02:00
6ec0fe7036 Adding options for mail-letsencrypt 2018-01-04 16:23:28 +01:00
f1ad2cf4d0 Use a predefined dhparam.pem, This fixes issue #322 2017-12-17 14:47:02 +01:00
4761646616 Make sure stale pid files are dealt with, fix #341 2017-12-03 11:28:26 +01:00
689be5f2d9 Move all directories per theme 2017-11-01 12:11:04 +01:00