Hi all, I've setup SoGO by first time.
The email web interface works fine.
My issue is with Global Address Book or system wide address book, when I
write something at search field nothing is listed below even if I've wrote a
dot.
I'm using MySQL as user source.

What could I doing wrong?

Thanks in advance

Dante

This is my .GNUstepDefaults:

<?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>OCSFolderInfoURL</key>
        
<string>mysql://sogo:p...@10.0.1.250:3306/sogo/sogo_folder_info</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoDraftsFolderName</key>
        <string>Drafts</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string>10.0.1.250</string>
        <key>SOGoLanguage</key>
        <string>Spanish</string>
        <key>SOGoMailDomain</key>
        <string>biggy.com.ar</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoProfileURL</key>
        
<string>mysql://sogo:p...@10.0.1.250:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>10.0.1.3</string>
        <key>SOGoSentFolderName</key>
        <string>Sent</string>
        <key>SOGoTimeZone</key>
        <string>America/Argentina/Buenos_Aires</string>
        <key>SOGoTrashFolderName</key>
        <string>Trash</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>id</key>
                <string>gal</string>    
                <key>displayName</key>
                <string>Libreta Global de Direcciones</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>type</key>
                <string>sql</string>
                <key>userPasswordAlgorithm</key>
                <string>none</string>
                <key>viewURL</key>
        
<string>mysql://sogo:p...@10.0.1.250:3306/sogo/sogo_view</string>
            </dict>
        </array>
    </dict>
</dict>
</plist>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to