causefx / z-push-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-z-push

docker run -d \
        -p 80:80 \
        -e MAILSERVER_TIMEZONE=Asia/Tokyo \
        -e MAILSERVER_FOLDER_PREFIX= \
        -e SERVER_ADDRESS=push.example.com \
        -e MAILSERVER_ADDRESS=mx.example.com  \
        -e MAILSERVER_PORT=993 \
        -e MAILSERVER_PORT_SMTP_SERVER=mx.example.com \
        -e MAILSERVER_PORT_SMTP_PORT=587 \
    causefx/z-push-docker

About

License:MIT License


Languages

Language:Shell 56.5%Language:Dockerfile 43.5%