Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485001
09-enable-debugging.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
389 B
Referenced Files
None
Subscribers
None
09-enable-debugging.sh
View Options
#!/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
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Nov 20, 5:23 PM (18 h, 51 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387240
Default Alt Text
09-enable-debugging.sh (389 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment