Hello,

Can I have some support or even links to development or internal documentation, 
please?

Thanks.

8 Nov 2020 17:08:51 André Rodier <an...@rodier.me>:

> Hello,
> 
> I have installed SOGo 4.3, with PostgreSQL. I have these tables created
> by SOGo when starting:
> 
> - sogo_alarms_folder
> - sogo_folder_info
> - sogo_sessions_folder
> - sogo_user_profile
> - sogo_users
> 
> When I login to the system, I have this error message:
> 
>> An error occurred during object publishing
>> the requested object could > not be found!
> 
> However, the calendar, contacts and preferences pages are accessible.
> 
> This is my configuration:
> 
> {
>   SOGoProfileURL =
> "postgresql://sogo:***@127.0.0.1:5432/sogo/sogo_user_profile";
>   OCSFolderInfoURL =
> "postgresql://sogo:***@127.0.0.1:5432/sogo/sogo_folder_info";
>   OCSSessionsFolderURL =
> "postgresql://sogo:***@127.0.0.1:5432/sogo/sogo_sessions_folder";
>   OCSEMailAlarmsFolderURL =
> "postgresql://sogo:***@127.0.0.1:5432/sogo/sogo_alarms_folder";
> 
>   SOGoSMTPAuthenticationType = plain;
>   SOGoSMTPServer = "smtp.homebox.website";
>   SOGoTrashFolderName = Trash;
>   SOGoDraftsFolderName = Drafts;
>   SOGoJunkFolderName = Junk;
>   SOGoSentFolderName = Sent;
>   SOGoUserSources = (
>     {
>       id = public;
>       type = ldap;
>       CNFieldName = cn;
>       IDFieldName = cn;
>       UIDFieldName = uid;
>       bindFields = (cn, uid, mail);
>       baseDN = "ou=users,dc=homebox,dc=website";
>       scope = SUB;
>       bindDN = "cn=readonly account,ou=users,dc=homebox,dc=website";
>       bindPassword = xxxxxx;
>       canAuthenticate = YES;
>       displayName = "Users";
>       hostname = "ldap.homebox.website";
>       isAddressBook = YES;
>       bindAsCurrentUser = NO;
>       passwordPolicy = NO;
>       mapping = {
>         mozillasecondemail = "intlMailAddr";
>       };
>     }
>   );
> 
>   SOGoDebugRequests = YES;
>   SoDebugBaseURL = YES;
>   ImapDebugEnabled = YES;
>   LDAPDebugEnabled = YES;
>   PGDebugEnabled = YES;
>   SOGoUIxDebugEnabled = YES;
>   WODontZipResponse = YES;
>   WOLogFile = /var/log/sogo/sogo.log;
> }
> 
> I have attached the logs from /var/log/sogo/sogo.log
> 
> Thanks for your insights.
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to