Skip to content

Instantly share code, notes, and snippets.

@mklooss
Created December 23, 2020 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mklooss/f6a2224fc9cc4f08e7db28eec346ef1c to your computer and use it in GitHub Desktop.
Save mklooss/f6a2224fc9cc4f08e7db28eec346ef1c to your computer and use it in GitHub Desktop.
#/bin/bash
# running an test imap server for testing
docker run \
--name imap-devel \
-p 127.0.0.1:1143:143/tcp \
-p 127.0.0.1:1993:993/tcp \
-e MAILNAME=mail.example.com \
-e MAIL_ADDRESS=service@example.com \
-e MAIL_PASS=mailpass \
--restart=unless-stopped \
-d antespi/docker-imap-devel:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment