Z-push not configured

Issue #279 resolved
Viper created an issue

Hi, when installing the free 2.0.0 I got and error when try to connect to z-push, after some searching I got the awnser to the problem, imap was not configured.

file /opt/z-push/backend/imap/config.php needed the following change:

define('IMAP_FOLDER_CONFIGURED', true);

Also I saw there was no link to z-push-admin and z-push-top, fixed it with:

docker exec -ti poste ln -s /opt/z-push/z-push-admin.php /usr/sbin/z-push-admin
docker exec -ti poste ln -s /opt/z-push/z-push-top.php /usr/sbin/z-push-top

Comments (2)

  1. Log in to comment