mailcow-dockerized-docs/docs/index.md

87 Zeilen
3,2 KiB
Markdown

2019-08-04 18:40:54 +02:00
# 🐮 + 🐋 = 💕
2017-05-01 21:30:51 +02:00
2017-05-06 00:22:26 +02:00
## Help mailcow
2017-05-01 21:30:51 +02:00
2019-08-04 18:30:23 +02:00
Let us know about your ideas in #mailcow @ Freenode or in our Telegram channel @ [t.me/mailcow](https://t.me/mailcow).
2017-05-06 00:22:26 +02:00
2019-08-04 18:40:54 +02:00
Please consider a support contract (around 30 € per month including 19 % tax within the EU) with [Servercow EN](https://www.servercow.de/mailcow?lang=en#support)/[Servercow DE](https://www.servercow.de/mailcow?#support) to support further development. _We_ support _you_ while _you_ support _us_. :)
2017-05-06 00:22:26 +02:00
2019-08-04 18:40:54 +02:00
If you are super awesome, you can get a SAL license that confirms your awesomeness (a flexible one-time payment) at [Servercow EN](https://www.servercow.de/mailcow?lang=en#sal)/[Servercow DE](https://www.servercow.de/mailcow#sal)
2019-08-04 18:30:23 +02:00
We are looking for a build machine and demo installations. If you want to help us, please contact [info@servercow.de](mailto:info@servercow.de).
2017-05-06 00:22:26 +02:00
## Get support
### Commercial support
2019-08-04 18:40:54 +02:00
For commercial support contact [info@servercow.de](mailto:info@servercow.de) or get a basic support subscription at [Servercow EN](https://www.servercow.de/mailcow?lang=en#support)/[Servercow DE](https://www.servercow.de/mailcow#support).
2018-12-06 23:02:31 +01:00
2019-08-04 18:30:23 +02:00
A fully featured managed mailcow is also available [here](https://www.servercow.de/mailcow#managed) - if not sold out.
2017-05-06 00:22:26 +02:00
### Community support
- IRC @ [Freenode, #mailcow](irc://irc.freenode.org:6667/mailcow)
2019-07-21 22:18:59 +02:00
- Telegram @ [t.me/mailcow](https://t.me/mailcow)
2017-05-01 21:30:51 +02:00
2019-08-04 18:30:23 +02:00
For bug tracking, feature requests and code contributions **only**:
- GitHub @ [mailcow/mailcow-dockerized](https://github.com/mailcow/mailcow-dockerized)
2018-12-06 22:58:53 +01:00
## Demo
2017-05-01 21:30:51 +02:00
2018-12-06 23:09:33 +01:00
You can find a demo at [demo.mailcow.email](https://demo.mailcow.email), use the following credentials to login:
2018-12-06 23:02:31 +01:00
2018-12-15 20:48:32 +01:00
- **Administrator**: admin / moohoo
2018-12-06 22:58:53 +01:00
- **Domain administrator**: department / moohoo
- **Mailbox**: demo@mailcow.email / moohoo
2017-05-01 21:30:51 +02:00
## Overview
2017-05-06 00:22:26 +02:00
The integrated **mailcow UI** allows administrative work on your mail server instance as well as separated domain administrator and mailbox user access:
2018-12-06 23:00:37 +01:00
- DKIM and ARC support
2017-05-06 00:22:26 +02:00
- Black- and whitelists per domain and per user
2017-05-09 17:54:50 +02:00
- Spam score management per-user (reject spam, mark spam, greylist)
2017-05-06 00:22:26 +02:00
- Allow mailbox users to create temporary spam aliases
2017-05-09 17:54:50 +02:00
- Prepend mail tags to subject or move mail to sub folder (per-user)
2017-05-06 00:22:26 +02:00
- Allow mailbox users to toggle incoming and outgoing TLS enforcement
- Allow users to reset SOGo ActiveSync device caches
- imapsync to migrate or pull remote mailboxes regularly
2017-05-09 17:54:50 +02:00
- TFA: Yubi OTP and U2F USB (Google Chrome and derivatives only), TOTP
2017-05-06 00:22:26 +02:00
- Add domains, mailboxes, aliases, domain aliases and SOGo resources
- Add whitelisted hosts to forward mail to mailcow
2017-06-23 18:57:50 +02:00
- Fail2ban-like integration
2018-12-06 23:00:37 +01:00
- Quarantine system
2019-08-04 18:30:23 +02:00
- Integrated basic monitoring
2018-12-06 23:00:37 +01:00
- A lot more...
2017-05-06 00:22:26 +02:00
2019-01-27 13:15:31 +01:00
mailcow: dockerized comes with multiple containers linked in one bridged network.
2017-05-01 21:30:51 +02:00
Each container represents a single application.
- Dovecot
2019-01-27 13:15:31 +01:00
- ClamAV (optional)
- Solr (optional)
2019-08-04 18:30:23 +02:00
- Oletools via Olefy
2017-05-01 21:30:51 +02:00
- Memcached
- Redis
- MySQL
2019-08-04 18:30:23 +02:00
- Unbound (DNS resolver)
2017-05-01 21:30:51 +02:00
- PHP-FPM
- Postfix
2019-08-04 18:30:23 +02:00
- ACME-Client
2017-05-01 21:30:51 +02:00
- Nginx
- Rspamd
- SOGo
2018-05-10 06:13:04 +02:00
- Netfilter (Fail2ban-like integration by @mkuron)
2019-01-27 13:15:31 +01:00
- Watchdog (basic monitoring)
2017-05-01 21:30:51 +02:00
2019-01-27 13:15:31 +01:00
**Docker volumes** to keep dynamic data - take care of them!
2017-05-01 21:30:51 +02:00
- vmail-vol-1
2019-01-27 13:15:31 +01:00
- solr-vol-1
2017-05-01 21:30:51 +02:00
- redis-vol-1
- mysql-vol-1
- rspamd-vol-1
- postfix-vol-1
- crypt-vol-1