Hello all!

I am running into the following sogo.log spam:
<0x0xbc98890[SOGoCache]> an error occurred when caching value for key 
'SOME_KEY': "SYSTEM ERROR"

We are also unable to see any sieve rules when viewing 'Mail Options' under 
preferences. Using another web based mailer (SquirelMail + Avelsieve) users can 
see and manage sieve rules.

Server: Centos 5.5
Sogo: sogo-1.3.5a-1.el5

httpd config:

<VirtualHost *:80>
        ServerName sogodev.potsdam.edu
        ServerAlias sogodev
        #RedirectMatch Permanent /(.*) https://sogodev.potsdam.edu/$1
        RedirectPermanent  / https://sogodev.potsdam.edu/
</VirtualHost>

Default SOGo.conf with x-webobjects changes:

  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "sogodev.potsdam.edu"
  RequestHeader set "x-webobjects-server-url" "https://sogodev.potsdam.edu";

.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>OCSEMailAlarmsFolderURL</key>
        
<string>postgresql://sogo:[email protected]:5432/sogo/sogo_alarms_folder</string>
        <key>OCSFolderInfoURL</key>
        
<string>postgresql://sogo:[email protected]:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
        
<string>postgresql://sogo:[email protected]:5432/sogo/sogo_sessions</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoEnableEMailAlarms</key>
        <string>YES</string>
        <key>SOGoForwardEnabled</key>
        <string>YES</string>
        <key>SOGoMailDomain</key>
        <string>potsdam.edu</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoProfileURL</key>
        
<string>postgresql://sogo:[email protected]:5432/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>SMTP-SERVER</string>
        <key>SOGoIMAPServer</key>
        <string>IMAP-SERVER</string>
        <key>SOGoSieveScriptsEnabled</key>
        <string>YES</string>
        <key>SOGoTimeZone</key>
        <string>America/New_York</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>IMAPHostFieldName</key>
                <string>mailHost</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>OUR-DN</string>
                <key>bindAsCurrentUser</key>
                <string>YES</string>
                <key>bindFields</key>
                <string>uid</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Shared Addresses</string>
                <key>hostname</key>
                <string>OUR-LDAP-SERVER</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
        <key>SOGoVacationEnabled</key>
        <string>YES</string>
    </dict>
</dict>
</plist>


Regards,

Ronald J. yacketta
System Engineer
SUNY Potsdam
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to