Add ejabberd + sort lists
Dieser Commit ist enthalten in:
Ursprung
332a07c95a
Commit
67a5bec516
1 geänderte Dateien mit 22 neuen und 15 gelöschten Zeilen
|
@ -64,29 +64,36 @@ The integrated **mailcow UI** allows administrative work on your mail server ins
|
||||||
mailcow: dockerized comes with multiple containers linked in one bridged network.
|
mailcow: dockerized comes with multiple containers linked in one bridged network.
|
||||||
Each container represents a single application.
|
Each container represents a single application.
|
||||||
|
|
||||||
- [Dovecot](https://www.dovecot.org/)
|
- [ACME](https://letsencrypt.org/)
|
||||||
- [ClamAV](https://www.clamav.net/) (optional)
|
- [ClamAV](https://www.clamav.net/) (optional)
|
||||||
- [Solr](http://lucene.apache.org/solr/) (optional)
|
- [Dovecot](https://www.dovecot.org/)
|
||||||
- [Oletools](https://github.com/decalage2/oletools) via [Olefy](https://github.com/HeinleinSupport/olefy)
|
- [ejabberd](https://www.ejabberd.im/)
|
||||||
- [Memcached](https://www.memcached.org/)
|
|
||||||
- [Redis](https://redis.io/)
|
|
||||||
- [MariaDB](https://mariadb.org/)
|
- [MariaDB](https://mariadb.org/)
|
||||||
- [Unbound](https://unbound.net/)
|
- [Memcached](https://www.memcached.org/)
|
||||||
|
- [Netfilter](https://www.netfilter.org/) (Fail2ban-like integration by [@mkuron](https://github.com/mkuron))
|
||||||
|
- [Nginx](https://nginx.org/)
|
||||||
|
- [Oletools](https://github.com/decalage2/oletools) via [Olefy](https://github.com/HeinleinSupport/olefy)
|
||||||
- [PHP](https://php.net/)
|
- [PHP](https://php.net/)
|
||||||
- [Postfix](http://www.postfix.org/)
|
- [Postfix](http://www.postfix.org/)
|
||||||
- [ACME](https://letsencrypt.org/)
|
- [Redis](https://redis.io/)
|
||||||
- [Nginx](https://nginx.org/)
|
|
||||||
- [Rspamd](https://www.rspamd.com/)
|
- [Rspamd](https://www.rspamd.com/)
|
||||||
- [SOGo](https://sogo.nu/)
|
- [SOGo](https://sogo.nu/)
|
||||||
- [Netfilter](https://www.netfilter.org/) (Fail2ban-like integration by [@mkuron](https://github.com/mkuron))
|
- [Solr](http://lucene.apache.org/solr/) (optional)
|
||||||
|
- [Unbound](https://unbound.net/)
|
||||||
- A Watchdog to provide basic monitoring
|
- A Watchdog to provide basic monitoring
|
||||||
|
|
||||||
**Docker volumes** to keep dynamic data - take care of them!
|
**Docker volumes** to keep dynamic data - take care of them!
|
||||||
|
|
||||||
- vmail-vol-1
|
|
||||||
- solr-vol-1
|
|
||||||
- redis-vol-1
|
|
||||||
- mysql-vol-1
|
|
||||||
- rspamd-vol-1
|
|
||||||
- postfix-vol-1
|
|
||||||
- crypt-vol-1
|
- crypt-vol-1
|
||||||
|
- mysql-socket-vol-1
|
||||||
|
- mysql-vol-1
|
||||||
|
- postfix-vol-1
|
||||||
|
- redis-vol-1
|
||||||
|
- rspamd-vol-1
|
||||||
|
- sogo-userdata-backup-vol-1
|
||||||
|
- sogo-web-vol-1
|
||||||
|
- solr-vol-1
|
||||||
|
- vmail-index-vol-1
|
||||||
|
- vmail-vol-1
|
||||||
|
- xmpp-upload-vol-1
|
||||||
|
- xmpp-vol-1
|
||||||
|
|
Laden …
In neuem Issue referenzieren