Hello, we have set up sogo on one of our ubuntu servers and we noticed that with the new thunderbird 17.0.4 esr version the email address of the organizer is set to "first_name.last_name@localhost" by default, which means that users can no longer send invitations to the people attending an event.
Here is the log of the network traces I recorded while using the thunderbird 17.0.4 esr version of thunderbird with lightning-1.9.1. 127.000.000.001.20000-127.000.000.001.47470: <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:a="urn:ietf:params:xml:ns:caldav" xmlns:D="DAV:"><D:response><D:href>/SOGo/dav/robert.popovici/</D:href><D:propstat><D:status>HTTP/1.1 200 OK</D:status><D:prop><a:calendar-home-set><D:href xmlns:D="DAV:">/SOGo/dav/robert.popovici/Calendar/</D:href></a:calendar-home-set><a:calendar-user-address-set><D:href xmlns:D="DAV:">mailto:[email protected]</D:href><D:href xmlns:D="DAV:">mailto:robert.popovici@localhost</D:href><D:href xmlns:D="DA 127.000.000.001.20000-127.000.000.001.47470: V:">/SOGo/dav/robert.popovici/</D:href></a:calendar-user-address-set><a:schedule-inbox-URL><D:href xmlns:D="DAV:">/SOGo/dav/robert.popovici/Calendar/inbox/</D:href></a:schedule-inbox-URL><a:schedule-outbox-URL><D:href xmlns:D="DAV:">/SOGo/dav/robert.popovici/Calendar/personal/</D:href></a:schedule-outbox-URL></D:prop></D:propstat></D:response></D:multistatus> 127.000.000.001.47471-127.000.000.001.20000: REPORT /SOGo/dav/sekretariat/Calendar/2E9-50193700-3-4F697480/ HTTP/1.1 Host: intern.isc-konstanz.de User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 Lightning/1.9.1 It seems like the xmlhttprequest to webdav (the propfind) yields two different results when using the newer version of lightning with the latest sogo version, but I do not understand why. I am not quite sure why its taking the second one (robert.popovici@localhost) isntead of the first, but is it possible to change the sogo config to not advertise that email address? we do have the latest sogo version (2.0.4b) installed on the ubuntu server. Interestingly, it works with an older version of sogo (1.3.18) that I had installed on a virtual ubuntu machine with the exact same .GNUstepDefaults configuration file. -- [email protected] https://inverse.ca/sogo/lists
