Re-instated reject mail logger

This commit is contained in:
myve 2025-03-05 03:33:23 +00:00
commit 0e3e68dace
3 changed files with 17 additions and 3 deletions

View file

@ -29,7 +29,7 @@ do
touch ${log}
fi
done
syslogd -O /var/log/mail/maillog -s 2000000 -b 10
syslogd -O /var/log/mail/maillog -s ${MYVEMAIL_LOG_SIZE:-2000000} -b 10
# Run all scripts in init folder
for file in /docker-entrypoint/init.d/*.sh