Hello Sebastien Blin
On 2012-05-10 15:02, [email protected] wrote: > 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. > < cut > That's your problem. You have to execute it as user sogo not root. So for minute accuracy, your /etc/cron.d/sogo file must read: * * * * * sogo /usr/sbin/sogo-ealarms-notify Kind regards, Christian Mack -- Christian Mack Gruppe Informationsdienste Rechenzentrum Universität Konstanz -- [email protected] https://inverse.ca/sogo/lists
