hope i leak nothing again :)

{

SOGoProfileURL = "postgresql://[email protected]:5433/sogo/sogo_user_profile";
    OCSFolderInfoURL = "postgresql://[email protected]:5433/sogo/sogo_folder_info";     OCSSessionsFolderURL = "postgresql://[email protected]:5433/sogo/sogo_sessions_folder";     OCSEMailAlarmsFolderURL = "postgresql://[email protected]:5433/sogo/sogo_alarms_folder";
#OCSAdminURL = "postgresql://[email protected]:5433/sogo/sogo_admin";
#SOGoServerURL = "https://sogo.mydomain.de/SOGo";;
#SOGoInternalURL = "http://127.0.0.1:20000/SOGo";;
#SOGoPublicURL = "https://sogo.mydomain.de/SOGo";;
#OCSAdminURL = "https://sogo.mydomain.de/SOGo/";;

SOGoUserSources = (
    {
      type = sql;
      id = mailusers;
      viewURL = "mysql://[email protected]:3306/postfixadmin/sogo_mailbox";
    canAuthenticate = YES;
    userPasswordAlgorithm = sha512-crypt;
    isAddressBook = NO;
    }
  );



  SOGoLanguage = English;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoMailingMechanism = smtp;
  SOGoSMTPServer = 127.0.0.1;
  SOGoTimeZone = Europe/Berlin;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoDraftsFolderName = Drafts;
  SOGoIMAPServer = "imaps://mydomain.de:993";
  SOGoSieveServer = "sieve://localhost:4190/?tls=YES";
  SOGoIMAPAclConformsToIMAPExt = YES;
  SOGoVacationEnabled = NO;
  SOGoForwardEnabled = NO;
  SOGoSieveScriptsEnabled = NO;
  SOGoFirstDayOfWeek = 0;
  SOGoMailMessageCheck = manually;
  SOGoMailAuxiliaryUserAccountsEnabled = NO;
  SOGoMemcachedHost = 127.0.0.1;

/* Debug */
  SOGoDebugRequests = YES;
  SoDebugBaseURL = YES;
  //ImapDebugEnabled = YES;
  //LDAPDebugEnabled = YES;
  PGDebugEnabled = YES;
  //MySQL4DebugEnabled = YES;
  SOGoUIxDebugEnabled = YES;
  WODontZipResponse = YES;

}

Am 23.12.25 um 16:48 schrieb qhivert ([email protected]):
 From the logs the auth seems fine. Then it's very strange because it returns 
500 but there are no errors or exceptions in your log. Could you give me your 
sogo.conf (hide the passwords/secrets in it) ?

Cheers,

Attachment: smime.p7s
Description: Kryptografische S/MIME-Signatur

Reply via email to