Add spamassasin/pyzor/razor support and cleanup Dockerfile and config

This commit is contained in:
2015-10-02 15:07:59 +02:00
parent 8d28bce22a
commit 88d71ce832
23 changed files with 91 additions and 39 deletions

View File

@@ -25,6 +25,9 @@ postmap /etc/postfix/virtual
postmap /etc/postfix/virtual-mailbox-maps
chown -R postfix:postfix /etc/postfix
# add global sieve script
mkdir -p /vmail/sieve && cp /mail_settings/spam-global.sieve /vmail/sieve/
# Make user vmail own all mail folders
chown -R vmail:vmail /vmail
chmod u+w /vmail