https://github.com/threez/cyrus-imap-docker
Docker container for cyrus-imap 3.x based on alpine
https://github.com/threez/cyrus-imap-docker
Last synced: 6 months ago
JSON representation
Docker container for cyrus-imap 3.x based on alpine
- Host: GitHub
- URL: https://github.com/threez/cyrus-imap-docker
- Owner: threez
- Created: 2019-07-18T12:13:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T12:35:01.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T08:12:42.353Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cyrus-imap-docker
Docker container for cyrus-imap 3.x based on alpine
## Special
* It starts **syslogd** under the master process for logging
* It starts **saslauthd** for authentication under the master process
# Run
docker run --rm -ti -p 80:80 -p 143:143 -p 110:110 -p 2000:2000 -p 24:24 threez/cyrus-imap:latest
## Create login
$ docker exec -ti $(docker ps -f ancestor=threez/cyrus-imap -q) /bin/sh
# #### admin user (cyrus) password
# echo secret | saslpasswd2 -p -c cyrus
# #### add regular user password
# echo secret | saslpasswd2 -p -c imapuser
# Build
make