Page MenuHomePhorge

09-enable-debugging.sh
No OneTemporary

Size
389 B
Referenced Files
None
Subscribers
None

09-enable-debugging.sh

#!/bin/bash
if ! grep -q "chatty" /etc/imapd.conf; then
echo "chatty: 1" >> /etc/imapd.conf
fi
if ! grep -q "debug" /etc/imapd.conf; then
echo "debug: 1" >> /etc/imapd.conf
fi
systemctl restart cyrus-imapd
if ! grep -q "FLAGS=\"--fork -l debug -d 8\"" /etc/sysconfig/wallace; then
echo "FLAGS=\"--fork -l debug -d 8\"" > /etc/sysconfig/wallace
fi
systemctl restart wallace

File Metadata

Mime Type
text/x-shellscript
Expires
Thu, Nov 20, 5:23 PM (19 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387240
Default Alt Text
09-enable-debugging.sh (389 B)

Event Timeline