Add optional debug directives

tags/ipasserelle-groupware-0.2.37-1 0.2.36_0.fc26_el5
Daniel Berteaud 7 years ago
parent 895af6c23d
commit 1bf49af229
  1. 11
      root/etc/e-smith/templates/etc/sogo/sogo.conf/70Verbose

@ -0,0 +1,11 @@
{
if (($sogod{Debug} || 'disabled') =~ m/^yes|on|enabled|1$/){
$OUT .=<<'_EOF';
SOGoDebugRequests = YES;
SOGoEASDebugEnabled = YES;
ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
MySQL4DebugEnabled = YES;
_EOF
}
}
Loading…
Cancel
Save