Commit Graph

222 Commits (d640da8787dd40fa7a4d59da3dca4e2c8deff7f9)

Author SHA1 Message Date
Dario Ernst d1f80cca99 Update Dockerfiles to most recent alpine 3.10
Thomas Sänger ef3c6c407a upgrade alpine base-image
Ionut Filip 4c25c83419 HOST_* and *_ADDRESS variables cleanup
Abel Alfonso Fírvida Donéstevez 39444c794e Install bash in alpine based images.
This fix https://github.com/Mailu/Mailu/issues/918

Bash shell is used by default in Kubernetes' dashboard console, which is very
useful for admins.
Ionut Filip f8dffe5a19
Resolve hosts in admin
Ionut Filip 004a431e97
Change to mailustart functions
Tim Möhlmann 049ca9941f
Cleanup syntax and fix typo
Tim Möhlmann 71cda7983e
Merge branch 'master' into feat-logging
Tim Möhlmann 7d01bb2a4d
LOG_LEVEL docs and changelog entry
Tim Möhlmann b04a9d1c28
Implement debug logging for template rendering
Tim Möhlmann 5636e7f5a7
Remove to avoid matching webroot
Tim Möhlmann 4f93e09028
Implement favicon package
Credit to:
- https://stackoverflow.com/a/19590415/1816774
- https://realfavicongenerator.net/
Tim Möhlmann 24828615cf
Webmail on root, fixes
Tim Möhlmann c7dcfee882
Merge pull request from pgeorgi/extend-nginx
nginx: Allow extending config with overrides
Tim Möhlmann 6ca8ed437d
Merge pull request from Nebukadneza/add_front_certificate_reload
Add certificate watcher for external certs to reload nginx
Dario Ernst 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 ….
Tim Möhlmann c00910ca4b
Merge remote-tracking branch 'upstream/master' into extend-nginx
Tim Möhlmann 97d338e68a
Rectify 'endif' placement
Tim Möhlmann 425cdd5e77
Fix syntax errors
Tim Möhlmann 20f1faf6d0
Send 404 when nothing server at '/'
Prevents Nginx welcome screen
Tim Möhlmann 2de4995fec
Don't redirect when webmail is served on '/'
Tim Möhlmann 9dd447e23b
Add login method to smtp_auth under ssl
Fixes 
Patrick Georgi eac4d553a9 nginx: Allow extending config with overrides
To facilitate this, the default redirect at / can be disabled, even if
the default remains at redirecting to the webmailer.

The extensions are within the host scope and are read from
$ROOT/overrides/nginx/*.conf.
Tim Möhlmann 42e2dbe35d
Standarize image by using shared / similair layers
Thomas Sänger 603b6e7390
Merge pull request from usrpro/fix-nginx-healthcheck
Fix nginx healthcheck
Tim Möhlmann 81b24f61e8
Merge branch 'master' into feat-healthchecks
Tim Möhlmann c3e89967fb
Fix front health checking
- Specified seperated /health path in order to allow for healthcheck even if webmail and admin are not seletectd. This also allows healthchecking fom external services like DNS load balancers;
- Make curl not to fail on TLS because localhost is not included in the certificates.
mergify[bot] bce1487338
Merge pull request from hacor/master
Kubernetes fixed for production
Paul Williams 78bd5aea1c enable http2, because it's that easy
hoellen d4f32c3e7d remove rewrite if webmail is on root
Hans Cornelis 3098343360 Merged conflicts
hacor 4ea12deae7 Added kubernetes to Mailu
Thomas Sänger 39272ab05c
add healthcheck for http services
Tim Möhlmann de43060ef8
Move to Alpine:3.8 and fixing
kaiyou 2cba045013 Explicitely declare required volumes, fixes
Pierre Jaury 3dca1a834c Pin alpine 3.7 until we fix the certbot issue, see
kaiyou 75a1bf967c
Merge pull request from hoellen/webmail-messagesize
Use message_size_limit variable from env for webmail client_max_body_size
hoellen c51e1b9eef webmail client_max_body_size with message_size_limit and 8M tolerance
hoellen 81a6a7cbf6 Use message_size variable from env for webmail
hoellen a1fb8442e3 Add posibilty to run webmail on root '/'
Pierre Jaury 6828231c28 Fix the path of the nginx pid in startup scripts, fixes
Dennis Twardowsky 50f9f379e9 Flexible filenames for TLS via envvars (flavours 'cert' and 'mail' only)
kaiyou d1dbba2d3a Add expose instructions in Dockerfiles, fixes
Scott b9e67635f4 Use HOST_ADMIN in "Forwarding authentication server". Fixes .
kaiyou dfb5463c94 Relax the frame filtering to allow roundcube to display previews
kaiyou 04278b6cbf Pass the full host to the backend, fixes
kaiyou 6c56c8e298 Specify the client max body size in the front, related to
Mildred Ki'Lya f538e33dcf Parametrize hosts
Allows to use mailu without docker-compose when hostnames are not set up
by docker itself but provided via a separate resolver.

Use case: use mailu using nomad scheduler and consul resolver instead of
docker-compose. Other servers are provided by the DNS resolver that
resolves names like admin.service.consul or webmail.service.consul.
These names needs to be configurable.
SunMar 6ec0fe7036 Adding options for mail-letsencrypt
kaiyou d0b8de72e4 Do not deny HTTP access upon TLS error when the flavor is mail
kaiyou bfc898c2d8 Move dhparam to /conf
Greg Fitzgerald f1ad2cf4d0 Use a predefined dhparam.pem, This fixes issue
kaiyou acb5d7da38 Use relative redirect for / to the webmail
kaiyou 2dfc91ac4d Use a map for passing x-forwarded-proto along
kaiyou a4f46ced49 Properly use x-forwarded-proto with redirects in the webui, related to
kaiyou 48d736feef Configure a resolver for the mail server to populate xclient hostnames
kaiyou 4761646616 Make sure stale pid files are dealt with, fix
kaiyou 743eb81908 Fix the Webdav behavior with Radicale, related to
kaiyou 328001a417
Merge pull request from HorayNarea/patch-1
Disable ssl_session_tickets, see https://wiki.mozilla.org/Security/Server_Side_TLS#TLS_tickets_.28RFC_5077.29
kaiyou f3ae318132 Perform webdav authentication in nginx, fixes
kaiyou 8920982213 Properly pass the request uri to the authentication backend
kaiyou 97dd9ed77c Fix a missing variable in the nginx config
Thomas Sänger d61ba8e651
disable ssl_session_tickets
kaiyou eb32871904 Force nginx to run dns queries at runtime
Thomas Sänger ad7c5e48c5
automatically set nginx-worker based on CPU-count
kaiyou f362ecdb19 Fix the missing trailing space on /webmail, fixes
kaiyou 1a3f85fbc2 Make the rspamd webui available, fixes
kaiyou 92f2025d7c Enable pop3 on the frontend, fix
kaiyou bfa50c5aa7 Add a new TLS flavor named 'mail'
kaiyou edbea372e9 Merge branch 'master' into refactor-repo
kaiyou ac53b3ed97 Merge branch 'master' into refactor-repo
kaiyou 689be5f2d9 Move all directories per theme