mailcow-dockerized-docs/docs/index.md

70 Zeilen
2,1 KiB
Markdown

2017-05-06 00:22:26 +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
2017-05-06 00:22:26 +02:00
Let us know about your ideas in #mailcow @ Freenode.
2017-05-09 17:54:50 +02:00
[Servercow](https://www.servercow.de) - hosted mailcow, KVM based virtual servers, web-hosting and more.
2017-05-06 00:22:26 +02:00
2017-07-03 21:15:09 +02:00
[![Donate (PayPal)](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JWBSYHF4SMC68)
[![Donate (Bitcoin)](https://img.shields.io/badge/Donate-Bitcoin-blue.svg)](bitcoin:1E5rgzgA1sS3QH7r1ToWxRC3GEavfsGMrx)
2017-05-06 00:22:26 +02:00
## Get support
### Commercial support
For commercial support contact [info@servercow.de](mailto:info@servercow.de).
### Community support
- IRC @ [Freenode, #mailcow](irc://irc.freenode.org:6667/mailcow)
- GitHub @ [mailcow/mailcow-dockerized](https://github.com/mailcow/mailcow-dockerized)
2017-05-01 21:30:51 +02:00
## Screenshots
2017-10-19 11:05:11 +02:00
You can find screenshots [on Imgur](https://imgur.com/a/TBmub).
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:
- DKIM key management
2017-06-23 18:57:50 +02:00
- 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
2017-05-06 00:22:26 +02:00
2017-06-23 18:57:50 +02: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
- ClamAV
- Memcached
- Redis
- MySQL
2017-06-23 18:57:50 +02:00
- Unbound (as resolver)
2017-05-01 21:30:51 +02:00
- PHP-FPM
- Postfix
2017-06-23 18:57:50 +02:00
- ACME-Client (thanks to @bebehei)
2017-05-01 21:30:51 +02:00
- Nginx
- Rspamd
- SOGo
2017-06-23 18:57:50 +02:00
- Fail2ban-like integration by @mkuron
2017-05-01 21:30:51 +02:00
**6 volumes** to keep dynamic data - take care of them!
2017-05-01 21:30:51 +02:00
- vmail-vol-1
- redis-vol-1
- mysql-vol-1
- rspamd-vol-1
- postfix-vol-1
- crypt-vol-1