Merge pull request #65 from MAGICCC/patch/remove-rmilter

Remove everything containing rmilter because it is not used anymore
Dieser Commit ist enthalten in:
André Peters 2018-01-21 11:09:04 +01:00 committet von GitHub
Commit 12987c9de6
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23
3 geänderte Dateien mit 3 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -27,15 +27,14 @@ docker-compose exec redis-mailcow redis-cli
Here is a brief overview of what container / service does what: Here is a brief overview of what container / service does what:
| Service Name | Service Descriptions | | Service Name | Service Descriptions |
| --------------- | ------------------------------------------------------------------------- | | --------------- | ------------------------------------------------------------------------- |
| unbound-mailcow | Local (DNSSEC) DNS Resolver | | unbound-mailcow | Local (DNSSEC) DNS Resolver |
| mysql-mailcow | Stores SOGo's and most of mailcow's settings | | mysql-mailcow | Stores SOGo's and most of mailcow's settings |
| postfix-mailcow | Receives and sends mails | | postfix-mailcow | Receives and sends mails |
| dovecot-mailcow | User logins and sieve filter | | dovecot-mailcow | User logins and sieve filter |
| redis-mailcow | Storage back-end for DKIM keys, Rmilter and Rspamd | | redis-mailcow | Storage back-end for DKIM keys and Rspamd |
| rspamd-mailcow | Mail filtering system. Used for av handling, dkim signing, spam handling | | rspamd-mailcow | Mail filtering system. Used for av handling, dkim signing, spam handling |
| rmilter-mailcow | Integrates Rspamd into postfix |
| clamd-mailcow | Scans attachments for viruses | | clamd-mailcow | Scans attachments for viruses |
| sogo-mailcow | Webmail client that handles Microsoft ActiveSync and Cal- / CardDav | | sogo-mailcow | Webmail client that handles Microsoft ActiveSync and Cal- / CardDav |
| nginx-mailcow | Nginx remote proxy that handles all mailcow related HTTP / HTTPS requests | | nginx-mailcow | Nginx remote proxy that handles all mailcow related HTTP / HTTPS requests |

Datei anzeigen

@ -55,7 +55,6 @@ Each container represents a single application.
- Postfix - Postfix
- ACME-Client (thanks to @bebehei) - ACME-Client (thanks to @bebehei)
- Nginx - Nginx
- Rmilter
- Rspamd - Rspamd
- SOGo - SOGo
- Fail2ban-like integration by @mkuron - Fail2ban-like integration by @mkuron

Datei anzeigen

@ -37,8 +37,6 @@ data/conf
│   ├── mysql_virtual_relay_domain_maps.cf │   ├── mysql_virtual_relay_domain_maps.cf
│   ├── mysql_virtual_sender_acl.cf │   ├── mysql_virtual_sender_acl.cf
│   └── mysql_virtual_spamalias_maps.cf │   └── mysql_virtual_spamalias_maps.cf
├── rmilter
│   └── rmilter.conf
├── rspamd ├── rspamd
│   ├── dynmaps │   ├── dynmaps
│   │   ├── authoritative.php │   │   ├── authoritative.php