Purpose
Update DAV configuration so that calendar invites are successfully sent.
Configuration notes
1. Open the config.php file
# vi /etc/atmail/dav/config.php
2. Find the DAV_SERVER value
define('DAV_SENDER', 'noreply');
3. Update this to a valid domain
define('DAV_SENDER', 'noreply@yourdomain.com');
Now you will be able to send calendar invites.
Comments