Skip to content

Commit

Permalink
Merge pull request #6057 from mailcow/fix/sogo-auto-reply
Browse files Browse the repository at this point in the history
[SOGo] Fix vacation auto reply date shifting
  • Loading branch information
FreddleSpl0it committed Sep 5, 2024
2 parents 462137e + ae3653a commit 0d704a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/Dockerfiles/sogo/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
fi

echo "$TZ" > /etc/timezone

# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:
- phpfpm

sogo-mailcow:
image: mailcow/sogo:1.125
image: mailcow/sogo:1.126
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
Expand Down

0 comments on commit 0d704a5

Please sign in to comment.