mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 07:24:44 +02:00
ef34462e34f2d6a46f8da9dc4c068c2186b8ea54
docker-mailserver
A fullstack but simple mail server (smtp, imap, antispam, antivirus...)
Includes:
- postfix
- courier-imap
- spamassasin
- clamav
- amavis
Only config files, no *sql database required.
installation
docker pull tvial/docker-mailserver
build
docker build -t tvial/docker-mailserver .
docker-compose template
mail:
build: .
# or use 'image: tvial/docker-mailserver'
hostname: mail
domainname: my-domain.com
ports:
- "25:25"
- "143:143"
- "587:587"
- "993:993"
volumes:
- ./configs/postfix:/etc/postfix
environment:
docker_mail_domain: "my-domain.com"
# format is user@domain.tld|clear_password
docker_mail_users:
- "username1@my-domain.com|username1password"
- "username2@my-domain.com|username2password"
wanna help?
Fork, improve and PR. ;-)
Languages
Shell
96.6%
Dockerfile
2.1%
Makefile
0.5%
Python
0.3%
C++
0.2%
Other
0.1%