mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-01-29 12:11:05 +01:00
* consistently name functions (starting with `_`) in `start-mailserver.sh` Most of the functions that execute the different stacks during startup were not prefixed with `_`, but all our other functions are. This has now been fixed. * cleanup in `start-mailserver.sh` I adjusted the comments for all sections in the start script so they are properly displayed again.