You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
To retrieve emails from external mail accounts.
This commit is contained in:
committed by
Thomas VIAL
parent
8b289f6717
commit
e7de8b9245
@ -16,6 +16,7 @@ Includes:
|
||||
- opendkim
|
||||
- opendmarc
|
||||
- fail2ban
|
||||
- fetchmail
|
||||
- basic [sieve support](https://github.com/tomav/docker-mailserver/wiki/Configure-Sieve-filters) using dovecot
|
||||
- [LetsEncrypt](https://letsencrypt.org/) and self-signed certificates
|
||||
- [integration tests](https://travis-ci.org/tomav/docker-mailserver)
|
||||
@ -111,6 +112,10 @@ Otherwise, `iptables` won't be able to ban IPs.
|
||||
- **empty** => Managesieve service disabled
|
||||
- 1 => Enables Managesieve on port 4190
|
||||
|
||||
##### ENABLE_FETCHMAIL
|
||||
- **empty** => `fetchmail` disabled
|
||||
- 1 => `fetchmail` enabled
|
||||
|
||||
##### SA_TAG
|
||||
|
||||
- **2.0** => add spam info headers if at, or above that level
|
||||
|
Reference in New Issue
Block a user