Author |
|
ericcjones Newbie
Joined: 08 May 2015 Location: United States
Online Status: Offline Posts: 3
|
Posted: 09 May 2015 at 7:36am | IP Logged
|
|
|
Is it possible to store user files on a different WebDAV server? In this case, it would be another, nearly identical AfterLogic WebMail Pro PHP server. We have a dedicated web server but do not want to store user files on the web server. Instead we would like to have the "Files" link instantiate and store files for WebDAV on file server (running WebMail Pro) which has a large amount of storage available.
I can see in the constants.php file how redirect a folder, but not how to specify a different server. I expect that it would work similar to the SabreDAV component but there is no interface (that we can find) to specify another WebMail Pro server.
Any help would be greatly appreciated.
-Eric
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 May 2015 at 4:19am | IP Logged
|
|
|
Currently, it's only possible to use built-in DAV server. The reason for this limitation is that certain operations require direct filesystem-level access and cannot be done via IMAP, for performance reasons. However, we do plan to add support for accessing another DAV server, mainly for file storage purposes, similarly to Dropbox and Google Drive support we already have. No ETA yet, but I'm sure we're not speaking some very distant future.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|