diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-03 08:33:29 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-03 08:33:29 +0200 |
commit | 7c7adc76b42afceb138281b2bbc11328044e49c2 (patch) | |
tree | 6bfb293c969c3c0b2c4f6f6fc6928874da39f0f8 | |
parent | c4f3dece14b548d9459119f117ffa3a2f0145f63 (diff) | |
download | nixcfg-7c7adc76b42afceb138281b2bbc11328044e49c2.tar.gz nixcfg-7c7adc76b42afceb138281b2bbc11328044e49c2.zip |
Set sogo as debug
-rw-r--r-- | cluster/prod/app/email/config/sogo/sogo.conf.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster/prod/app/email/config/sogo/sogo.conf.tpl b/cluster/prod/app/email/config/sogo/sogo.conf.tpl index 3d25776..0984825 100644 --- a/cluster/prod/app/email/config/sogo/sogo.conf.tpl +++ b/cluster/prod/app/email/config/sogo/sogo.conf.tpl @@ -46,6 +46,13 @@ SOGoLDAPContactInfoAttribute = "displayname"; + SOGoDebugRequests = YES; + //SOGoEASDebugEnabled = YES; + //ImapDebugEnabled = YES; + LDAPDebugEnabled = YES; + //MySQL4DebugEnabled = YES; + PGDebugEnabled = YES; + SOGoUserSources = ( { type = ldap; |