mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Added information about stealth blocks on port 25
This commit is contained in:
parent
68e9e5dd36
commit
c6f1af4fff
|
@ -52,3 +52,11 @@ fail2ban-client set postfix addignoreip <client ip>
|
||||||
fail2ban-client stop dovecot
|
fail2ban-client stop dovecot
|
||||||
fail2ban-client stop postfix
|
fail2ban-client stop postfix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Send email is never received
|
||||||
|
|
||||||
|
Some hosting provides have a stealth block on port 25. Make sure to check with your hosting provider that traffic on port 25 is allowed
|
||||||
|
|
||||||
|
Common hosting providers known to have this issue:
|
||||||
|
- [Azure](https://docs.microsoft.com/en-us/azure/virtual-network/troubleshoot-outbound-smtp-connectivity)
|
||||||
|
- [AWS EC2](https://aws.amazon.com/premiumsupport/knowledge-center/ec2-port-25-throttle/)
|
Loading…
Reference in a new issue