Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 989 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 989 Bytes

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