Hi, since the update to latest SOGo betas, we lost the capacity to edit
Prefenrences through SOGo interface.

I made some search regarding this problem, I assume this is a proxy error issue
linked to Forward and Sieve that are enable and needed in our configuration;
but we need it of course.

I also tried this with no effect:

        <key>WOPort</key>
        <string>20000</string> 

Our sogo is running on port 443 only, proxy is default on port 20000. Our
configuration uses postfix+dovecot-deliver+sieve. (IMAPS/POPS only.)

Could you help ? it would be much appreciated.

Regards,

David.

Of course, here is our configuration 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>OCSFolderInfoURL</key>
        <string>mysql://****:****@localhost:3306/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
       
<string>mysql://****:****@localhost:3306/sogo/sogo_sessions_folder</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoAuthenticationMethod</key>
        <string>sql</string>
        <key>SOGoDraftsFolderName</key>
        <string>Drafts</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string>imaps://localhost:993/?tls=YES</string>
        <key>SOGoLanguage</key>
        <string>French</string>
        <key>SOGoMailDomain</key>
        <string>cyberlogic.ca</string>
        <key>SOGoVacationEnabled</key>
        <string>yes</string>
        <key>SOGoForwardEnabled</key>
        <string>yes</string>
        <key>SOGoSieveScriptsEnabled</key>
        <string>yes</string>
        <key>NGImap4ConnectionStringSeparator</key>
        <string>.</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoProfileURL</key>
       
<string>mysql://****:****@localhost:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>localhost</string>
        <key>SOGoSentFolderName</key>
        <string>Sent</string>
        <key>SOGoTimeZone</key>
        <string>America/Montreal</string>
        <key>SOGoTrashFolderName</key>
        <string>Trash</string>
       <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>id</key>
                <string>directory</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>type</key>
                <string>sql</string>
                <key>userPasswordAlgorithm</key>
                <string>none</string>
                <key>viewURL</key>
               
<string>mysql://****:****@127.0.0.1:3306/sogo/sogo_view</string>
            </dict>
        </array>
    </dict>
</dict>
</plist>

Thanks in advance for your help.
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to