Hello everybody,

I am just in the process of deploying SOGo 1.3.5a (just upgraded) with authentication via SQL, Thunderbird 3.1.7, Lightning 1.0b2.104i, SOGo Connector 3.104 and SOGo Integrator 3.104.

After a lot of struggling with the configuration almost everything works, but free/busy using Thunderbird still doesn't. Using the webinterface everything is fine but the free/busy interface in TB just flashes (almost to fast to see) existing appointments of prospective attendees and then always shows them as free. If I explicitly type in the email address as lo...@fh-koeln.de instead of the canonical givenname...@fh-koeln.de as used in our system and returned by the address book (SQL), it works.

Interestingly, for users with MailDomain @sogo.bibl.fh-koeln.de (used to implement a simple ressource scheduling by piping appointment invitations to a script which automatically accepts invitations using curl) it works... The only differences with these users (as far as I can tell) are the mail domain, and the fact that our ressource users do not have an IMAP account.

I tried different settings for SOGoMailDomain ('fh-koeln.de', 'sogo.bibl.fh-koeln.de' and empty string), but to no avail.

Can anyone give me a hint about what's wrong here?


Our configuration:
SOGo server: sogo.bibl.fh-koeln.de
IMAP server: imap.intranet.fh-koeln.de
SMTP server: smtp.intranet.fh-koeln.de

sogod SOGoDraftsFolderName INBOX/Drafts
sogod SOGoSMTPServer localhost
sogod SOGoUserSources '(
    {
        canAuthenticate = YES;
        displayName = "globales Adressbuch";
        id = abook;
        isAddressBook = YES;
        type = sql;
        userPasswordAlgorithm = md5;
        viewURL = "mysql://sogo:sogo@localhost:3306/sogo/sogo_abook_view";
    }
)'
sogod SOGoIMAPServer imaps://imap.intranet.fh-koeln.de:993
sogod SOGoLanguage German
sogod OCSEMailAlarmsFolderURL mysql://sogo:sogo@localhost:3306/sogo/sogo_alarms_folder
sogod SOGoCalendarDefaultRoles '(
    PublicViewer,
    ConfidentialDAndTViewer
)'
sogod SOGoFirstDayOfWeek 1
sogod SOGoProfileURL mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile
sogod SOGoTimeZone Europe/Berlin
sogod SOGoFreeBusyDefaultInterval '(
    3,
    30
)'
sogod LDAPDebugEnabled YES
sogod SOGoLoginModule Calendar
sogod SOGoMailingMechanism smtp
sogod SOGoTrashFolderName INBOX/Trash
sogod SOGoSieveServer sieve://imap.intranet.fh-koeln.de
sogod SOGoSuperUsernames '(
    someuser,
    anotheruser
)'
sogod SOGoMailDomain fh-koeln.de
sogod OCSFolderInfoURL mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info
sogod SOGoMailAuxiliaryUserAccountsEnabled YES
sogod SOGoSieveScriptsEnabled NO
sogod SOGoDebugRequests YES
sogod SOGoSentFolderName INBOX/Sent
sogod SOGoAppointmentSendEMailNotifications YES


TIA
--
Stefan Helms
Fachinformatiker für Systemintegration
(IT Specialist for Systems Integration)

Fachhochschule Köln (Cologne University of Applied Sciences)
Bibliothek IWZ 2021
Betzdorfer Str. 2
50679 Köln
GERMANY

Tel.  : +49 221 / 8275-2721
Fax   : +49 221 / 8275-72721
mailto:stefan.he...@fh-koeln.de
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to