Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible.
git clone git@github.com:jeboehm/docker-mailserver.git
.env.dist
to .env
and change the variables in it according to your needs.
The variables are described in the Wiki.bin/production.sh pull
to download the images.bin/production.sh up -d
to start the services.bin/production.sh run --rm web setup.sh
.
The wizard will ask you a few questions to set everything up.Service | Address |
---|---|
POP3 (starttls needed) | 127.0.0.1:110 |
POP3S | 127.0.0.1:995 |
IMAP (starttls needed) | 127.0.0.1:143 |
IMAPS | 127.0.0.1:993 |
SMTP | 127.0.0.1:25 |
Mail Submission (starttls needed) | 127.0.0.1:587 |
Mail Submission (SSL, disabled by default) | 127.0.0.1:465 |
Management Interface | http://127.0.0.1:81/manager/ |
Webmail | http://127.0.0.1:81/webmail/ |
Rspamd Webinterface | http://127.0.0.1:81/rspamd/ |