mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
mention good hosting providers may initially block outgoing smtp too
This commit is contained in:
parent
d4d3f8ce92
commit
b190a2cda8
1 changed files with 4 additions and 0 deletions
|
@ -335,6 +335,10 @@ often-used blocklists. It's typically not a good idea to host an email server
|
||||||
on the cheapest or largest cloud providers: They often don't spend the
|
on the cheapest or largest cloud providers: They often don't spend the
|
||||||
resources necessary for a good reputation, or they simply block all outgoing
|
resources necessary for a good reputation, or they simply block all outgoing
|
||||||
SMTP traffic. It's better to look for a technically-focused local provider.
|
SMTP traffic. It's better to look for a technically-focused local provider.
|
||||||
|
They too may initially block outgoing SMTP connections on new machines to
|
||||||
|
prevent spam from their networks. But they will either automatically open up
|
||||||
|
outgoing SMTP traffic after a cool down period (e.g. 24 hours), or after you've
|
||||||
|
contacted their support.
|
||||||
|
|
||||||
After you get past the IP blocklist checks, email servers use many more signals
|
After you get past the IP blocklist checks, email servers use many more signals
|
||||||
to determine if your email message could be spam and should be rejected. Mox
|
to determine if your email message could be spam and should be rejected. Mox
|
||||||
|
|
Loading…
Reference in a new issue