camillebaronnet / zimbra-activesync

🐳 ActiveSync + Autodiscover for Zimbra with Z-push and Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker hub

Website Twitter

ActiveSync for Zimbra with Z-push and Autodiscover

Get started

It's very simple, first, get it :

docker pull camillebaronnet/zimbra-activesync

And run it :

docker run -d \
	-p 80:80 \
	-e ZIMBRA_HOST=myemaildomain.tld \
	-e ZPUSH_URL=myzpushdomain.tld \
	--name zimbra-activesync
	camillebaronnet/zimbra-activesync

From Github

Clone from the Github project, build it and launch it

git pull https://github.com/camillebaronnet/zimbra-activesync.git
cd zimbra-activesync
docker build -t zimbra-activesync .
docker run [...] zimbra-activesync

About

🐳 ActiveSync + Autodiscover for Zimbra with Z-push and Docker

License:MIT License


Languages

Language:PHP 94.3%Language:Dockerfile 5.0%Language:Shell 0.7%