[Postfix] Add hooks

master
andryyy 2020-02-19 21:41:06 +01:00
parent a4e5400f67
commit c54cfbf332
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,13 @@
#!/bin/bash
# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then
echo "Running hook ${file}"
"${file}"
fi
done
if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
fi

View File

@ -241,10 +241,11 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.45
image: mailcow/postfix:1.46
depends_on:
- mysql-mailcow
volumes:
- ./data/hooks/postfix:/hooks
- ./data/conf/postfix:/opt/postfix/conf
- ./data/assets/ssl:/etc/ssl/mail/:ro
- postfix-vol-1:/var/spool/postfix