diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/70Verbose b/root/etc/e-smith/templates/etc/sogo/sogo.conf/70Verbose new file mode 100644 index 0000000..a47844f --- /dev/null +++ b/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 + } +}