1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 04:01:20 +02:00
docker-mailserver/docs/content/config
Georg Lauterbach 24031ae365
scripts: new log (#2493)
* added new `_log` function

With `_log`, the `_notify` method wa rendered obsolete. `_notify` was
not completely removed due to test failures in `check-for-changes.sh`.

The new `_log` function properly uses log levels such as `trace`,
`debug`, `info`, `warn` and `error`. It provides a cleaner solution
and renders `DMS_DEBUG` obsolete too (as only `_notify` depends on it).

* converted all helper script to new `_log` function

* converted all startup stacks to new `log` function

* `start-mailserver.sh` now uses new `_log` function

* final test and misc small script adjustments

* updated documentation
2022-03-21 07:07:52 +01:00
..
advanced Rename config examples directory (#2438) 2022-03-02 22:54:14 +00:00
best-practices docs(chore): Normalize for consistency (#2206) 2021-09-23 11:29:37 +12:00
security docs(fail2ban): Use the correct example config location (#2484) 2022-03-15 14:51:47 +13:00
troubleshooting docs(chore): Normalize for consistency (#2206) 2021-09-23 11:29:37 +12:00
user-management Fix some documentation links (#2426) 2022-02-23 18:22:44 +01:00
environment.md scripts: new log (#2493) 2022-03-21 07:07:52 +01:00
pop3.md More typo fixes and improve ports example at POP3 docs (#2128) 2021-08-13 10:33:10 +02:00
setup.sh.md setup.sh: Remove obsolete 'debug inspect' command from usage text (#2454) 2022-03-03 11:38:28 +00:00