Skip to content
Snippets Groups Projects
Commit 54368be2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove dovecot logs

parent fe874f3f
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ else
sed -i 's|info_log_path =.*|info_log_path = /dev/null|g' /etc/dovecot/dovecot.conf
sed -i 's|debug_log_path =.*|debug_log_path = /dev/null|g' /etc/dovecot/dovecot.conf
shred -zu /var/log/mail.*
shred -zu /var/log/dovecot*
fi
if [ -d /etc/mysql ]; then
if [ -d /var/log/mysql ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment