mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 23:56:19 +00:00
Re-instated reject mail logger
This commit is contained in:
parent
64f2cdaf40
commit
0e3e68dace
3 changed files with 17 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue