Re: [SOGo] Mails page not accessible

2020-12-02 Thread Joerg Schmauder
a workaround is to put 
"LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libssl.so.1.1" into 
/etc/default/sogo. this help comes from a bug report of the ubuntu arm 
package:


https://bugs.launchpad.net/ubuntu/+source/sogo/+bug/1860906

Am 21.11.20 um 09:30 schrieb André Rodier (an...@rodier.me):

Hello, Joerg,

You are absolutely right.

I am testing SOGo on Debian Bullseye. I downgrade the library, and the
mail page is working again.

I will follow the debian bug, albeit it could be more related to SOGo.

Thanks,
André

On Wed, 2020-11-18 at 13:42 +0100, Joerg Schmauder wrote:

helloandre,

i have the same issue with sogo 4.3.2-1 (debian package) on debian
testing (bullseye). maybe you are also on debian? the problem
occured
after updating the package libxmlsec1-openssl (from 1.2.28 to
1.2.30). i
filed a bug report over at debian:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975049

best regards,
joerg


Am 12.11.20 um 08:30 schrieb André Rodier (an...@rodier.me):

On Wed, 2020-11-11 at 19:27 +0100, Lars Liedtke wrote:

Hey,

it seems to me, that you have no imap server configured (or I am
missing
something).

But If you have no IMAP (or POP) Server configured, where should
SOGo
take the existing mails from.

Additionally maybe you could provide logs, from the time when you
are
calling the mail page.

They should be clarifying, and when not to you, maybe to one
reading
this list.

Cheers

Lars

Thanks, Lars.

I have attached the full configuration and the sogo logs.

I can access calendars, contacts and preferences page without
issue.

Kind regards,
André



Am 11.11.20 um 06:52 schrieb André Rodier (an...@rodier.me):

Hello,

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

Thanks.

8 Nov 2020 17:08:51 André Rodier :


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_fold
er";
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 = xx;
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.


--
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein



--
ISC Konstanz - Research for a sunny future!

Joerg Schmauder

R&D Engineer / Project Manager
Industrial Solar Cells

Tel: +49 (0) 7531 / 36 183 - 353
Fax: +49 (0) 7531 / 36 183 - 11
www.isc-konstanz.de

International Solar Energy Research Center Konstanz e.V.
Rudolf-Diesel-Straße 15
D-78467 Konstanz, Germany

Vorstand: Rudolf Harney, Dr. Radovan Kopecek, Dr. Kristian Peter,
Dr. Eckard Wefringhaus, Dr. Peter Fath
Amtsgericht Freiburg  VR 380834


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Mails page not accessible

2020-11-21 Thread an...@rodier.me
Hello, Joerg,

You are absolutely right.

I am testing SOGo on Debian Bullseye. I downgrade the library, and the
mail page is working again.

I will follow the debian bug, albeit it could be more related to SOGo.

Thanks,
André

On Wed, 2020-11-18 at 13:42 +0100, Joerg Schmauder wrote:
> helloandre,
> 
> i have the same issue with sogo 4.3.2-1 (debian package) on debian 
> testing (bullseye). maybe you are also on debian? the problem
> occured 
> after updating the package libxmlsec1-openssl (from 1.2.28 to
> 1.2.30). i 
> filed a bug report over at debian:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975049
> 
> best regards,
> joerg
> 
> 
> Am 12.11.20 um 08:30 schrieb André Rodier (an...@rodier.me):
> > On Wed, 2020-11-11 at 19:27 +0100, Lars Liedtke wrote:
> > > Hey,
> > > 
> > > it seems to me, that you have no imap server configured (or I am
> > > missing
> > > something).
> > > 
> > > But If you have no IMAP (or POP) Server configured, where should
> > > SOGo
> > > take the existing mails from.
> > > 
> > > Additionally maybe you could provide logs, from the time when you
> > > are
> > > calling the mail page.
> > > 
> > > They should be clarifying, and when not to you, maybe to one
> > > reading
> > > this list.
> > > 
> > > Cheers
> > > 
> > > Lars
> > Thanks, Lars.
> > 
> > I have attached the full configuration and the sogo logs.
> > 
> > I can access calendars, contacts and preferences page without
> > issue.
> > 
> > Kind regards,
> > André
> > 
> > 
> > > Am 11.11.20 um 06:52 schrieb André Rodier (an...@rodier.me):
> > > > Hello,
> > > > 
> > > > Can I have some support or even links to development or
> > > > internal
> > > > documentation, please?
> > > > 
> > > > Thanks.
> > > > 
> > > > 8 Nov 2020 17:08:51 André Rodier :
> > > > 
> > > > > 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_fold
> > > > > er";
> > > > >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 = xx;
> > > > >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.
> > > > > 
> > > -- 
> > > ---
> > > punkt.de GmbH
> > > Lars Liedtke
> > > .infrastructure
> > > 
> > > Kaiserallee 13a   
> > > 76133 Karlsruhe
> > > 
> > > Tel. +49 721 9109 500
> > > https://infrastructure.punkt.de
> > > i...@punkt.de
> > > 
> > > AG Mannheim 108285
> > > Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein
> > > 
> > > 
> 
> -- 
> ISC Konstanz - Research for a sunny future!
> 
> Joerg Schmauder
> 
> R&D Engineer / Project Manager
>

Re: [SOGo] Mails page not accessible

2020-11-18 Thread Joerg Schmauder

helloandre,

i have the same issue with sogo 4.3.2-1 (debian package) on debian 
testing (bullseye). maybe you are also on debian? the problem occured 
after updating the package libxmlsec1-openssl (from 1.2.28 to 1.2.30). i 
filed a bug report over at debian:


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975049

best regards,
joerg


Am 12.11.20 um 08:30 schrieb André Rodier (an...@rodier.me):

On Wed, 2020-11-11 at 19:27 +0100, Lars Liedtke wrote:

Hey,

it seems to me, that you have no imap server configured (or I am
missing
something).

But If you have no IMAP (or POP) Server configured, where should SOGo
take the existing mails from.

Additionally maybe you could provide logs, from the time when you are
calling the mail page.

They should be clarifying, and when not to you, maybe to one reading
this list.

Cheers

Lars

Thanks, Lars.

I have attached the full configuration and the sogo logs.

I can access calendars, contacts and preferences page without issue.

Kind regards,
André



Am 11.11.20 um 06:52 schrieb André Rodier (an...@rodier.me):

Hello,

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

Thanks.

8 Nov 2020 17:08:51 André Rodier :


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 = xx;
   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.


--
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein




--
ISC Konstanz - Research for a sunny future!

Joerg Schmauder

R&D Engineer / Project Manager
Industrial Solar Cells

Tel: +49 (0) 7531 / 36 183 - 353
Fax: +49 (0) 7531 / 36 183 - 11
www.isc-konstanz.de

International Solar Energy Research Center Konstanz e.V.
Rudolf-Diesel-Straße 15
D-78467 Konstanz, Germany

Vorstand: Rudolf Harney, Dr. Radovan Kopecek, Dr. Kristian Peter,
Dr. Eckard Wefringhaus, Dr. Peter Fath
Amtsgericht Freiburg  VR 380834

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Mails page not accessible

2020-11-12 Thread an...@rodier.me
On Wed, 2020-11-11 at 19:27 +0100, Lars Liedtke wrote:
> Hey,
> 
> it seems to me, that you have no imap server configured (or I am
> missing
> something).
> 
> But If you have no IMAP (or POP) Server configured, where should SOGo
> take the existing mails from.
> 
> Additionally maybe you could provide logs, from the time when you are
> calling the mail page.
> 
> They should be clarifying, and when not to you, maybe to one reading
> this list.
> 
> Cheers
> 
> Lars

Thanks, Lars.

I have attached the full configuration and the sogo logs.

I can access calendars, contacts and preferences page without issue.

Kind regards,
André


> Am 11.11.20 um 06:52 schrieb André Rodier (an...@rodier.me):
> > Hello,
> > 
> > Can I have some support or even links to development or internal
> > documentation, please?
> > 
> > Thanks.
> > 
> > 8 Nov 2020 17:08:51 André Rodier :
> > 
> > > 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 = xx;
> > >   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.
> > > 
> -- 
> ---
> punkt.de GmbH
> Lars Liedtke
> .infrastructure
> 
> Kaiserallee 13a   
> 76133 Karlsruhe
> 
> Tel. +49 721 9109 500
> https://infrastructure.punkt.de
> i...@punkt.de
> 
> AG Mannheim 108285
> Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/listsNov 08 17:05:59 sogod [49624]: version 4.3.2 -- starting
Nov 08 17:05:59 sogod [49624]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 83 MB
Nov 08 17:05:59 sogod [49624]: <0x0x56006fb58760[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':
Nov 08 17:05:59 sogod [49624]: <0x0x56006fb58760[SOGoProductLoader]>   Mailer.SOGo, CommonUI.SOGo, SchedulerUI.SOGo, MailPartViewers.SOGo, PreferencesUI.SOGo, Appointments.SOGo, AdministrationUI.SOGo, ContactsUI.SOGo, Contacts.SOGo, MailerUI.SOGo, MainUI.SOGo
Nov 08 17:05:59 sogod [49624]: [so-product-registry] could not load product: MailPartViewers
Nov 08 17:05:59 sogod [49624]: [so-product-registry] could not load product: MailerUI
Nov 08 17:05:59 sogod [49624]: All products loaded - current memory usage at 91 MB
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> listening on 127.0.0.1:2
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> watchdog process pid: 49624
Nov 08 17:05:59 sogod [49624]: <0x0x7fe47044c200[WOWatchDogChild]> watchdog request timeout set to 10 minutes
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> preparing 3 children
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> child spawned with pid 49625
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> child spawned with pid 49626
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]

Re: [SOGo] Mails page not accessible

2020-11-11 Thread Lars Liedtke
Hey,

it seems to me, that you have no imap server configured (or I am missing
something).

But If you have no IMAP (or POP) Server configured, where should SOGo
take the existing mails from.

Additionally maybe you could provide logs, from the time when you are
calling the mail page.

They should be clarifying, and when not to you, maybe to one reading
this list.

Cheers

Lars

Am 11.11.20 um 06:52 schrieb André Rodier (an...@rodier.me):
> Hello,
>
> Can I have some support or even links to development or internal 
> documentation, please?
>
> Thanks.
>
> 8 Nov 2020 17:08:51 André Rodier :
>
>> 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 = xx;
>>   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.
>>
-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Mails page not accessible

2020-11-11 Thread an...@rodier.me
Hello,

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

Thanks.

8 Nov 2020 17:08:51 André Rodier :

> 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 = xx;
>   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

[SOGo] Mails page not accessible

2020-11-08 Thread 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 = xx;
  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/listsNov 08 17:05:59 sogod [49624]: version 4.3.2 -- starting
Nov 08 17:05:59 sogod [49624]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 83 MB
Nov 08 17:05:59 sogod [49624]: <0x0x56006fb58760[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':
Nov 08 17:05:59 sogod [49624]: <0x0x56006fb58760[SOGoProductLoader]>   Mailer.SOGo, CommonUI.SOGo, SchedulerUI.SOGo, MailPartViewers.SOGo, PreferencesUI.SOGo, Appointments.SOGo, AdministrationUI.SOGo, ContactsUI.SOGo, Contacts.SOGo, MailerUI.SOGo, MainUI.SOGo
Nov 08 17:05:59 sogod [49624]: [so-product-registry] could not load product: MailPartViewers
Nov 08 17:05:59 sogod [49624]: [so-product-registry] could not load product: MailerUI
Nov 08 17:05:59 sogod [49624]: All products loaded - current memory usage at 91 MB
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> listening on 127.0.0.1:2
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> watchdog process pid: 49624
Nov 08 17:05:59 sogod [49624]: <0x0x7fe47044c200[WOWatchDogChild]> watchdog request timeout set to 10 minutes
Nov 08 17:05:59 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> preparing 3 children
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> child spawned with pid 49625
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> child spawned with pid 49626
Nov 08 17:06:00 sogod [49624]: <0x0x56006fbd49e0[WOWatchDog]> child spawned with pid 49627
2020-11-08 17:06:00.106 sogod[49626:49626] PostgreSQL72 connection established: <0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>
2020-11-08 17:06:00.106 sogod[49626:49626] PostgreSQL72 channel 0x0x56006fbf72a0 opened (connection=<0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>)
2020-11-08 17:06:00.106 sogod[49626:49626] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_user_profile
2020-11-08 17:06:00.106 sogod[49625:49625] PostgreSQL72 connection established: <0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>
2020-11-08 17:06:00.106 sogod[49625:49625] PostgreSQL72 channel 0x0x56006fbf72a0 opened (connection=<0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>)
2020-11-08 17:06:00.106 sogod[49625:49625] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_user_profile
2020-11-08 17:06:00.108 sogod[49627:49627] PostgreSQL72 connection established: <0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>
2020-11-08 17:06:00.109 sogod[49627:49627] PostgreSQL72 channel 0x0x56006fbf72a0 opened (connection=<0x0x56006fd398e0[PGConnection]:  connection=0x0x56006fd43a10>)
2020-11-08 17:06:00.109 sogod[49627:49627] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_user_profile
2020-11-08 17:06:00.110 sogod[49625:49625] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_folder_info
2020-11-08 17:06:00.110 sogod[49627:49627] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_folder_info
2020-11-08 17:06:00.112 sogod[49625:49625] PG0x0x56006fbf72a0 SQL: SELECT count(*) FROM sogo_sessions_folder
2020-11-08 17:06:00.1