Initial commit

This commit is contained in:
2022-08-06 07:52:11 -05:00
commit 81794adb20
16 changed files with 1097 additions and 0 deletions

5
Config/MailServer/download.sh Executable file
View File

@@ -0,0 +1,5 @@
DMS_GITHUB_URL='https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master'
wget "${DMS_GITHUB_URL}/docker-compose.yml"
wget "${DMS_GITHUB_URL}/mailserver.env"
wget "${DMS_GITHUB_URL}/setup.sh"
chmod a+x ./setup.sh