Increase syslogd size

This commit is contained in:
myve 2025-02-25 13:46:20 +00:00
commit 65d5c7faf8

View file

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