build: Initial mail server docker image #6

Merged
jon_nfc merged 19 commits from 1-initial-container into development 2022-02-14 06:10:14 +00:00
56 changed files with 2466 additions and 0 deletions
Showing only changes of commit eb43442bb7 - Show all commits

View File

@ -2,5 +2,5 @@
# Backup the docker container
#
# m h dom mon dow user command
01 0,3,6,9,12,15,18,21 * * * root /bin/backup.sh 2>&1
01 0,3,6,9,12,15,18,21 * * * root /bin/backup.sh >/dev/null 2>&1

View File

@ -2,5 +2,5 @@
# SpamAssassin Bayes learning from mailboxes
#
# m h dom mon dow user command
30 0,3,6,9,12,15,18,21 * * * root /bin/spam-learn.sh 2>&1
30 0,3,6,9,12,15,18,21 * * * root /bin/spam-learn.sh >/dev/null 2>&1