mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-03 01:47:38 +02: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.