2010/10/8 Ludovic Marcotte <[email protected]>

>  On 10-10-08 4:14 PM, Louis-Philippe Gauthier wrote:
>
>
> I can't connect to SOGo web access since the upgrade from 1.2.2 to 1.3.2.
> Everything works fine with 1.2.2
>
> When I start SOGo, I have this error message in sogo.log :
> 2010-10-08 15:59:18.959 sogod[5126] ERROR(-[NGBundleManager
> bundleWithPath:]): could not create bundle for path:
> '/usr/share/GNUstep/Libra
> ries/gnustep-base/Versions/1.16/Resources/SSL.bundle'
>
> This can be ignored.
>

Ok.

>
> Any idea ?
>
> If I try to connect to SOGo (web interface), I have this message:
> 127.0.0.1 - - [08/Oct/2010:15:59:29 GMT] "POST /SOGo/connect HTTP/1.1" *
> 403* 34/40 0.005 - - 348K
>
> The code 403 isn't for "Forbidden" ? Where can I check the rights for the
> connect page ?
>
> My server is Debian / lenny with SOGo 1.3.2 Debian packages
>
> How about SOPE? Have you updated it?
>
> Show us your SOGo/SOPE packages list. Show us your configuration.
>

*# apt-cache show libsope-core4.9*
Package: libsope-core4.9
Source: sope
Version: 4.9.r1664.20100921
Architecture: i386
[...]

*# apt-cache show sogo*
Package: sogo
Version: 1.3.2
Architecture: i386
Maintainer: Inverse Support <[email protected]>
Installed-Size: 14024
Depends: gnustep-base-runtime (>= 1.16.1), libc6 (>= 2.7-1), libgcc1 (>=
1:4.1.1), libgnustep-base1.16 (>= 1.16.1), libmemcached2 (>= 0.31), libobjc2
(>= 4.2.1), libsope-appserver4.9 (>= 4.9.r1664.20100921), libsope-core4.9
(>= 4.9.r1664.20100921), libsope-gdl1-4.9 (>= 4.9.r1664.20100921),
libsope-ldap4.9 (>= 4.9.r1664.20100921), libsope-mime4.9 (>=
4.9.r1664.20100921), libsope-xml4.9 (>= 4.9.r1664.20100921), tmpreaper,
sope4.9-libxmlsaxdriver, sope4.9-db-connector, gnustep-make
Suggests: nginx
Priority: optional
Section: web
Filename: pool/lenny/s/sogo/sogo_1.3.2_i386.deb
Size: 2858418

.GNUstepDefaults :
{
    NSGlobalDomain = {
    };
    sogod = {
        LDAPDebugEnabled = YES;
        OCSFolderInfoURL = "mysql://sogo:hid...@localhost
:3306/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = INBOX/Drafts;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoIMAPServer = localhost;
        SOGoLanguage = English;
        SOGoMailDomain = mydomain.lan;
        SOGoMailShowSubscribedFoldersOnly = YES;
        SOGoMailingMechanism = smtp;
        SOGoProfileURL = "mysql://sogo:hid...@localhost
:3306/sogo/sogo_user_profile";
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = INBOX/Sent;
        SOGoTimeZone = America/Montreal;
        SOGoTrashFolderName = INBOX/Trash;
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                IMAPHostFieldName = mailHost;
                UIDFieldName = uid;
                baseDN = "dc=mydomain,dc=lan";
                bindDN = "uid=sogo,ou=People,dc=mydomain,dc=lan";
                bindPassword = 12345;
                canAuthenticate = YES;
                displayName = AdressBook;
                hostname = localhost;
                id = public;
                isAddressBook = YES;
                port = 389;
                type = ldap;
                passwordPolicy = NO;
            }

        );
        SOGoVacationEnabled = YES;
    };
}


Everything are on the same host (Sogo, Cyrus, PostFix, MySQL, Ldap, Apache).

I can connect to Mysql with sogo user/password via phpmyadmin and to ldap
via phpldapadmin.

thanks for your help,


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

Reply via email to