email notification not working
Hi all,
I've installed iCS 5.1 in a test environment and I am not receiving mail notifications that tasks are to be done. I have tried setting both types of fields (notify at a time and a number of minutes before task is due)and confirmed the email address is correct. I'm happy the mail is working from the Unix host itself by mailing from the command prompt.
Any ideas ?
Thanks in advance..
Regards - Steve Harris
[455 byte] By [
709028] at [2007-11-25 4:42:11]

First, check the following items in CAL/config/ics.conf,
they are set to yes by default.
ine.cancellation.enable = "yes"
ine.invitation.enable = "yes"
Secondly, each user can modify email notifications under
Options->Settings, look at the bottom of the page.
In our installation, we are forcing these notifications onto the users by configuring their LDAP attributes like so:
icsExtendedUserPrefs: ceNotifyEnable=1
icsExtendedUserPrefs: ceNotifyEmail=email.name@company.com
Hope this helps.