Skip to content

TopTuK/docker-mailserver

 
 

Repository files navigation

Docker-Mailserver with support of relay hosts

Docker Mailserver is a fork of Jeboehm Docker Mailserver project. Docker Mailserver is great project to server producttion mail server on your host! It's based on the famous ISPMail guide and all images based on Alpine Linux. It's so small as possible :)

Build status

Integration Tests Lint Dockerfiles Lint YAMLs

Features

  • POP3, IMAP, SMTP with user authentication
  • TLS enforced
  • Webmail interface
  • Server-side mail filtering, rule configuration via web frontend
  • Spam- and malware filter
  • Catchall address support
  • Restricted sender addresses
  • Spamfilter is trained just by moving emails to or out of the junk folder
  • Uses RBL (real time black hole lists) to block already known spam senders
  • Greylisting only when incoming mail is likely spam
  • DKIM message signing
  • Quota support
  • Notifications when exceeding the quota
  • Web management interface to create / remove accounts, domains and aliases
  • Support of send only accounts which are not allowed to receive but send mails
  • IMAP, POP3 and malware filters can be disabled if they are not used
  • FTS (Full-Text Search) support using fts-xapian for fast message searching
  • Permanent self testing by Docker's healthcheck feature
  • Developed with high quality assurance standards
  • Address extension (-)

Simple installation

  1. Run git clone https://github.com/TopTuK/docker-mailserver.git
  2. Copy the file .env.dist to .env and change the variables in it according to your needs.
  3. Run ./bin/production.sh pull to download the images.
  4. Run ./bin/production.sh build to build images.
  5. Run bin/production.sh up -d to start the services. After a few seconds you can access the services.
  6. Create your first email address and an admin user by running bin/production.sh run --rm web setup.sh. The wizard will ask you a few questions to set everything up.

Now you can login to the management interface with your new account credentials.

[RU]

  • Описание простой настройки: ссылка

About

Docker Mailserver based on the famous ISPMail guide.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.8%
  • Dockerfile 32.3%
  • PHP 7.2%
  • Makefile 5.4%
  • Sieve 1.1%
  • NASL 0.1%
  • C++ 0.1%