-
Notifications
You must be signed in to change notification settings - Fork 97
Info: Component Overview
Jeffrey Boehm edited this page Sep 5, 2019
·
1 revision
This page gives you an overview about the components that are used in docker-mailserver. The services are defined in docker-compose.yml
.
Servicename | Software | Description |
---|---|---|
db | MySQL | Datastorage for webmail, mail users and their aliases |
filter | rspamd | Filters junk mail, does greylisting and signs messages |
mda | Dovecot | Provides IMAP and POP3, handles incoming mail with sieve |
mta | Postfix | Transfers incoming and outgoing mail |
ssl | openssl | Creates a self signed certificate if none is provided |
test | Bats | Runs integration tests, only used for developing |
virus | ClamAV | Filters viruses, malware and trojans |
web | Roundcube, mailserver-admin | Provides an management interface and webmail tool |