CalDAV and CardDAV server

Discussion in 'Plugins/Modules/Addons' started by felan, Apr 20, 2016.

  1. felan

    felan Member HowtoForge Supporter

    Anyone got any experience with adding caldav and carddav to an iSPConfig setup with debian/dovecot/apache? I have more and more customers who wish to have this option, so any ideas would be nice :)
    Mike
     
  2. sjau

    sjau Local Meanie Moderator

    I use Horde which offers caldav/carddav and ActiveSync
     
  3. felan

    felan Member HowtoForge Supporter

    Thanks, figured it out :D
     
  4. sjau

    sjau Local Meanie Moderator

    if you click on the desired resource for editing (e.g. renaming, setting colours, permissions), you'll get the according URLs :)
     
  5. felan

    felan Member HowtoForge Supporter

  6. sjau

    sjau Local Meanie Moderator

    You need to enable AS in Horde: Administration -> Configuration -> Horde -> Active Sync (Tab) -> Enable and select EAS 14.1, HTTP Basic, Use Full Email Adress as username

    What guide did you follow go install horde?
     
  7. onastvar

    onastvar Member

    Is it possible to have multiple email applications (RoundCube, Horde, etc.) installed on ISPConfig 3 server at the same time without conflicts/issues and have customer choose which one he wants to use?
     
  8. sjau

    sjau Local Meanie Moderator

    sure... the horde howto that I made just makes horde available on all domains at /horde... same different alias could be used for roundcube....
     
    onastvar likes this.
  9. onastvar

    onastvar Member

    Thanks!
     
  10. felan

    felan Member HowtoForge Supporter

  11. onastvar

    onastvar Member

    I'm trying to follow same HowTo. My php shows PEAR is here > include_path .:/usr/share/php:/usr/share/pear
    i'm stuck on step #2
    2. Register the Horde Pear channel
    root@sun:~# pear channel-discover pear.horde.org
    /usr/local/bin/pear: line 28: /usr/local/bin/php: No such file or directory

     
  12. sjau

    sjau Local Meanie Moderator

  13. sjau

    sjau Local Meanie Moderator

    Why does it use /usr/local/bin/pear? That shouldn't be the case? What distro are you using?
     
  14. felan

    felan Member HowtoForge Supporter

    I am on Jessie.
     
  15. sjau

    sjau Local Meanie Moderator

    Should be working on Squeeze.
     
  16. felan

    felan Member HowtoForge Supporter

    Sorry was wrong. Was Jessie. I just didn't edit it in time :p
     
  17. onastvar

    onastvar Member

    I'm using Debian Wheezy. Any idea how can I fix step #2?
     
  18. sjau

    sjau Local Meanie Moderator

    onastvar: Your installation is strange. Why does it check for pear in /usr/local/bin?

    Can you run
    Code:
    which pear
    
     
  19. onastvar

    onastvar Member

    Code:
    which pear
    /usr/local/bin/pear
    sjau: I'm not sure why this is, how can I move PEAR to correct location?
     
  20. sjau

    sjau Local Meanie Moderator

    the question is rather: Why is it there? This doesn't look like a installation according to the perfect howto for debian because pear wouldn't be there. So I don't know what else is different.
     

Share This Page