Remove everything containing rmilter due it's deprecated
Dieser Commit ist enthalten in:
Ursprung
dc0e48c778
Commit
75f9a2ab1b
3 geänderte Dateien mit 3 neuen und 7 gelöschten Zeilen
|
@ -33,9 +33,8 @@ Here is a brief overview of what container / service does what:
|
|||
| mysql-mailcow | Stores SOGo's and most of mailcow's settings |
|
||||
| postfix-mailcow | Receives and sends mails |
|
||||
| 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 |
|
||||
| rmilter-mailcow | Integrates Rspamd into postfix |
|
||||
| clamd-mailcow | Scans attachments for viruses |
|
||||
| sogo-mailcow | Webmail client that handles Microsoft ActiveSync and Cal- / CardDav |
|
||||
| nginx-mailcow | Nginx remote proxy that handles all mailcow related HTTP / HTTPS requests |
|
||||
|
|
|
@ -55,7 +55,6 @@ Each container represents a single application.
|
|||
- Postfix
|
||||
- ACME-Client (thanks to @bebehei)
|
||||
- Nginx
|
||||
- Rmilter
|
||||
- Rspamd
|
||||
- SOGo
|
||||
- Fail2ban-like integration by @mkuron
|
||||
|
|
|
@ -37,8 +37,6 @@ data/conf
|
|||
│  ├── mysql_virtual_relay_domain_maps.cf
|
||||
│  ├── mysql_virtual_sender_acl.cf
|
||||
│  └── mysql_virtual_spamalias_maps.cf
|
||||
├── rmilter
|
||||
│  └── rmilter.conf
|
||||
├── rspamd
|
||||
│  ├── dynmaps
|
||||
│  │  ├── authoritative.php
|
||||
|
|
Laden …
In neuem Issue referenzieren