Le 06/10/2011 03:17, Ludovic Marcotte a écrit :
On 05/10/11 12:55, [email protected] wrote:
Hi there,

I've successfully configured SOGo and IMAP to use our CAS from JASIG (v3.3.5). Now, I would like to implement the use of our Sieve server. So I need Sieve to
use CAS too. This part is ok, Sieve can use CAS.

When I try to add a Vacation script, SOGo doesn't seem to work as a Proxy and finally, SOGo try to use the same Service Ticket as IMAP, so the CAS doesn't
accept the request.

Maybe I've done something wrong ?
This has likely never been tested before so you likely ran into a bug.

Regards,

Hi,

I have a problem with my configuration too.... i use a load balancer behin two sogo node-member and a cas server from jasig (v3.3.) I can connect into sogo through cas authentification but under this cas session the imap server refused the cas ticket as password. I think the sogo service name (to use for cas ticket) and the sogo node-server name is the same...

is there a variable for my spécific use ?

here is my sogo file :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
<key>NSGlobalDomain</key>
<dict>
</dict>
<key>sogod</key>
<dict>
<key>NGImap4ConnectionStringSeparator</key>
<string>/</string>
<key>NGInternetSocketAddress</key>
<string>sogo2.univ-paris.fr</string>
<key>OCSFolderInfoURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_folder_info</string>
<key>OCSFolderManagerSQLDebugEnabled</key>
<string>YES</string>
<key>OCSSessionsFolderURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_sessions_folder</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>YES</string>
<key>SOGoAppointmentSendEmailNotifications</key>
<string>YES</string>
<key>SOGoAuthenticationType</key>
<string>cas</string>
<key>SOGoCASLogoutEnabled</key>
<string>NO</string>
<key>SOGoCASServiceURL</key>
<string>https://cas.univ-paris.fr/cas</string>
<key>SOGoCalendarDefaultRoles</key>
<array>
<string>PublicViewer</string>
<string>ConfidentialDAndTViewer</string>
</array>
<key>SOGoDebugRequests</key>
<string>YES</string>
<key>SOGoDraftsFolderName</key>
<string>INBOX.Drafts</string>
<key>SOGoEnableEMailAlarms</key>
<string>YES</string>
<key>SOGoFirstDayOfWeek</key>
<string>1</string>
<key>SOGoFoldersSenEmailNotifications</key>
<string>YES</string>
<key>SOGoFoldersSendEmailNotifications</key>
<string>YES</string>
<key>SOGoForceIMAPLoginWithEmail</key>
<string>NO</string>
<key>SOGoImapDebugEnabled</key>
<string>YES</string>
<key>SOGoLanguage</key>
<string>french</string>
<key>SOGoLoginModule</key>
<string>Calendar</string>
<key>SOGoMailDomain</key>
<string>univ-paris.fr</string>
<key>SOGoMailingMechanism</key>
<string>smtp</string>
<key>SOGoProfileURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>smtp.univ-paris.fr</string>
<key>SOGoSentFolderName</key>
<string>INBOX.Sent</string>
<key>SOGoSharedFolderName</key>
<string>Shared Folders</string>
<key>SOGoSieveScriptsEnabled</key>

...

Thank you for your help.

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

Reply via email to