Sogo doesn't send email notifications when creating or modifying appointments.

Help me please.

-------------------------------

sogo@sogo:~$ defaults read sogod SOGoAppointmentSendEMailNotifications
sogod SOGoAppointmentSendEMailNotifications YES
sogo@sogo:~$ defaults read sogod SOGoEnableEMailAlarms
sogod SOGoEnableEMailAlarms YES


As root from command line:
---------------------------------

/usr/sbin/sogo-ealarms-notify
2012-04-30 09:30:28.840 sogo-ealarms-notify[32575] EMail alarms are disabled in
the SOGo configuration.

.GNUstepDefaults
----------------------

{
    NSGlobalDomain = {
    };
    sogod = {
        OCSEMailAlarmsFolderURL =
"mysql://sogo:*****@127.0.0.1:3306/sogo/sogo_alarms_folder";
        OCSFolderInfoURL =
"mysql://sogo:*****@127.0.0.1:3306/sogo/sogo_folder_info";
        OCSSessionsFolderURL =
"mysql://sogo:*****@127.0.0.1:3306/sogo/sogo_sessions_folder";
        SOGoACLsSendEMailNotifications = NO;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = INBOX/Drafts;
        SOGoEnableEMailAlarms = YES;
        SOGoFoldersSendEMailNotifications = NO;
        SOGoIMAPServer = 127.0.0.1;
        SOGoLanguage = French;
        SOGoMailDomain = blabla.org;
        SOGoMailingMechanism = smtp;
        SOGoMemcachedHost = 127.0.0.1;
        SOGoProfileURL =
"mysql://sogo:*****@127.0.0.1:3306/sogo/sogo_user_profile";
        SOGoSMTPServer = 127.0.0.1;
        SOGoSentFolderName = INBOX/Sent;
        SOGoTimeZone = Europe/Paris;
        SOGoTrashFolderName = INBOX/Trash;
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                IMAPHostFieldName = mailHost;
                IMAPLoginFieldName = mail;
                UIDFieldName = uid;
                baseDN = "ou=users,dc=blabla,dc=org";
                bindDN = "cn=admin,ou=users,dc=blabla,dc=org";
                bindPassword = *******;
                canAuthenticate = YES;
                displayName = "Contact";
                hostname = 127.0.0.1;
                id = ldap;
                isAddressBook = YES;
                passwordPolicy = NO;
                port = 389;
                scope = SUB;
                type = ldap;
            },
            {
                canAuthenticate = YES;
                displayName = Employees;
                id = accounts;
                isAddressBook = NO;
                type = sql;
                userPasswordAlgorithm = none;
                viewURL = "http://sogo:*****@127.0.0.1:3306/sogo/sogo_view";;
            }
        );
        WOLogFile = "/var/log/sogo/sogo.log";
        WOPort = "127.0.0.1:20000";
        WOWorkersCount = 3;
    };
}
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to