Author |
|
aricci Newbie
Joined: 23 April 2014 Location: Canada
Online Status: Offline Posts: 17
|
Posted: 29 April 2014 at 6:55am | IP Logged
|
|
|
I installed Aurora and am able to access it via the web interface just fine. I also installed the Outlook Sync plugin and when I try to test the connection I receive the following message:
No connection to the web server could be established. Oddly enough, I'm able to connect to the CalDAV and CardDAV URL via my Android device. Any idea why the Outlook Plugin is not working?
Al
|
Back to Top |
|
|
aricci Newbie
Joined: 23 April 2014 Location: Canada
Online Status: Offline Posts: 17
|
Posted: 29 April 2014 at 7:17am | IP Logged
|
|
|
I added to httpd-vhosts.conf
<VirtualHost *:*>
DocumentRoot /var/www/webmail/dav/
RewriteEngine On
RewriteRule ^/(.*)$ /server.php *
</VirtualHost>
*That's a bracketed L.
Now the message I am getting is "Unable to locate DAV server. Please verify your settings." I can connect to the DAV server via browser, authenticating using the e-mail account and password specified in Aurora and I receive the following:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\NotImplemented</s:exception>
<s:message>GET is only implemented on File objects</s:message>
<s:sabredav-version>1.8.6</s:sabredav-version>
</d:error>
Help?!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 April 2014 at 5:33am | IP Logged
|
|
|
Outlook Sync wasn't released for v7.2 of Aurora, it's only going to work with upcoming version 7.3 scheduled for release in May 2014.
Access to DAV from the browser is disabled by default, you can enable it as shown here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|