You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
added default "user-patches.sh" to the first container "mail"
This commit is contained in:
6
test/config/user-patches/user-patches.sh
Normal file
6
test/config/user-patches/user-patches.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
##
|
||||
# This user script will be executed between configuration and starting daemons
|
||||
# To enable it you must save it in your config directory as "user-patches.sh"
|
||||
##
|
||||
echo "Default user-patches.sh successfully executed!"
|
Reference in New Issue
Block a user