dupondje / PHP-Push-2

Z-Push Fork With CalDAV/LDAP Support
GNU Affero General Public License v3.0
67 stars 24 forks source link

BackendCombined requires php5-mapi? #57

Closed erwinwildenburg closed 11 years ago

erwinwildenburg commented 11 years ago

I'm trying to setup PHP-Push-2 however for some reason it requires php5-mapi? Ofcourse I can just install it but it requires almost a complete zarafa setup...

Using iRedMail for the mail server setup and SOGo for everything else.

Here is my config.php: <?php /***

/**

/**

/**

/**

/**

/**

/**

?>

fmbiete commented 11 years ago

Hi,

BackendCombined (using IMAP) doesn't requires php-mapi

Look at your backend/combined/config.php, you must configure some bits also there (and forget to remove the lines for unused backends)

Regards

erwinwildenburg commented 11 years ago

Thx it fixed the issue