Hi all,

I am having an issue with SOGo similar to this one:

https://inverse.ca/sogo/lists/arc/users/2011-11/msg00596.html

When dragging and dropping an event in SOGo's web interface, the event saves itself 2 hours behind the new start time (if dragged and dropped to start at 12PM noon, it will shift and save itself at 10AM). Also there is a discrepancy between Lightning + Thunderbird/Icedove calendars. An event starting at 2PM in Icedove/Thunderbird will display as starting at 12PM (noon) in the SOGo web interface. My timezone setting is correct (America/Detroit), so I'm not sure where this problem is arising from.

Does anyone know why this might be happening? I think it is a configuration issue as I cannot reproduce the problem on http://sogo-demo.inverse.ca/.

I have included my configuration below:

sogod SOGoAuthenticationMethod LDAP
sogod SOGoDraftsFolderName Drafts
sogod SOGoTrashFolderName Trash
sogod WOParsersUseUTF8 YES
sogod LDAPDebugEnabled YES
sogod SOGoOtherUsersFolderName 'Other Users'
sogod SOGoVacationEnabled YES
sogod WOMessageUseUTF8 YES
sogod SOGoTimeZone America/Detroit
sogod SOGoSentFolderName Sent
sogod SOGoForceIMAPLoginWithEmail YES
sogod SOGoMailingMechanism sendmail
sogod OCSSessionsFolderURL mysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder
sogod SOGoSMTPServer localhost
sogod SOGoSharedFolderName 'Shared Folders'
sogod SOGoIMAPServer localhost
sogod WOSendMail /usr/sbin/sendmail
sogod SOGoACLsSendEMailNotifications YES
sogod SOGoProfileURL mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile
sogod SOGoUserSources '(
    {
    CNFieldName = cn;
    IDFieldName = cn;
    ModulesConstraints = {
        Mail = {
        ou = nonExistentClass;
        };
    };
    UIDFieldName = sAMAccountName;
    baseDN = "dc=ad,dc=matrix,dc=msu,dc=edu";
bindDN = "cn=LDAPRO System,ou=Special,ou=MatrixOU,dc=ad,dc=matrix,dc=msu,dc=edu";
    bindFields = (
        sAMAccountName,
        uid
    );
    bindPassword = **************;
    canAuthenticate = YES;
    displayName = "Active Directory";
    hostname = "ldap1.ad.matrix.msu.edu";
    id = ActiveDirectory;
    port = 389;
    scope = SUB;
    type = ldap;
    }
)'
sogod SOGoFoldersSendEMailNotifications YES
sogod WOPort 20000
sogod SOGoMailDomain matrix.msu.edu
sogod SOGoForwardEnabled YES
sogod OCSFolderInfoURL mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info
sogod SOGoLanguage English
sogod SOGoAppointmentSendEMailNotifications YES
sogod SOGoFirstDayOfWeek 1

Thank you,

Eric Dostie

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to