Commit ed8fb2d0 authored by Joshua Tauberer's avatar Joshua Tauberer

the latest z-push introduces a new/second USE_FULLEMAIL_FOR_LOGIN parameter

see http://discourse.mailinabox.email/t/activesync-z-push-not-working/94/3
parent 8c8d9304
......@@ -47,6 +47,7 @@ fi
# Configure default config.
sed -i "s^define('TIMEZONE', .*^define('TIMEZONE', '$(cat /etc/timezone)');^" /usr/local/lib/z-push/config.php
sed -i "s/define('BACKEND_PROVIDER', .*/define('BACKEND_PROVIDER', 'BackendCombined');/" /usr/local/lib/z-push/config.php
sed -i "s/define('USE_FULLEMAIL_FOR_LOGIN', .*/define('USE_FULLEMAIL_FOR_LOGIN', true);/" /usr/local/lib/z-push/config.php
# Configure BACKEND
rm -f /usr/local/lib/z-push/backend/combined/config.php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment