remove unnecessary configuration files (#2738)

This commit is contained in:
Georg Lauterbach 2022-08-22 08:37:35 +02:00 committed by GitHub
parent ab55343d8e
commit 26d241381f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 8 deletions

12
config-examples/user-patches.sh Executable file
View file

@ -0,0 +1,12 @@
#! /bin/bash
# This user patches script runs right before starting the daemons.
# That means, all the other configuration is in place, so the script
# can make final adjustments.
# If you modify any supervisord configuration, make sure to run
# "supervisorctl update" or "supervisorctl reload" afterwards.
# For more information, see
# https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/override-defaults/user-patches/
echo 'user-patches.sh successfully executed'