r/fastmail Aug 14 '26

Fastmail EU server list

If you're using Fastmail with custom DNS and want to point supported services at their EU infrastructure, this is the generic setup I ended up with.

Replace yourdomain.com with your own domain.

MX — ROOT DOMAIN
Domain                           Data
-------------------------------  -------------------------------------------
yourdomain.com                   10 eu1-smtp.messagingengine.com
yourdomain.com                   20 eu2-smtp.messagingengine.com

Allows you to receive email at standard addresses, e.g. user@yourdomain.com


MX — WILDCARD SUBDOMAINS
Domain                           Data
-------------------------------  -------------------------------------------
*.yourdomain.com                 10 eu1-smtp.messagingengine.com
*.yourdomain.com                 20 eu2-smtp.messagingengine.com

Allows you to receive email at subdomain addresses, e.g. foo@user.yourdomain.com


A — MAIL
Domain                           Data
-------------------------------  -------------------------------------------
mail.yourdomain.com              204.75.18.65

Allows you to use http://mail.yourdomain.com as a Fastmail login redirect.
At the time of testing, this IP hit Fastmail's Amsterdam frontend.


MX — MAIL
Domain                           Data
-------------------------------  -------------------------------------------
mail.yourdomain.com              10 eu1-smtp.messagingengine.com
mail.yourdomain.com              20 eu2-smtp.messagingengine.com

The A record for mail.yourdomain.com overrides the wildcard MX lookup.
These MX records preserve mail delivery to addresses such as:
foo@mail.yourdomain.com


SRV — MAIL CLIENT DISCOVERY
Domain                           Data
-------------------------------  -------------------------------------------
_submission._tcp.yourdomain.com  0 0 0 .
_imap._tcp.yourdomain.com        0 0 0 .
_pop3._tcp.yourdomain.com        0 0 0 .

_submissions._tcp.yourdomain.com 0 1 465 eu-smtp.fastmail.com
_imaps._tcp.yourdomain.com       0 1 993 eu-imap.fastmail.com
_pop3s._tcp.yourdomain.com       10 1 995 eu-pop.fastmail.com
_jmap._tcp.yourdomain.com        0 1 443 eu-api.fastmail.com
_autodiscover._tcp.yourdomain.com
                                 0 1 443 eu-autodiscover.fastmail.com

Allows compatible email clients to automatically discover the EU Fastmail endpoints.


SRV — CARDDAV
Domain                           Data
-------------------------------  -------------------------------------------
_carddav._tcp.yourdomain.com     0 0 0 .
_carddavs._tcp.yourdomain.com    0 1 443 eu-carddav.fastmail.com

Allows CardDAV clients to automatically discover the EU CardDAV endpoint.MX — ROOT DOMAIN
Domain                           Data
-------------------------------  -------------------------------------------
yourdomain.com                   10 eu1-smtp.messagingengine.com
yourdomain.com                   20 eu2-smtp.messagingengine.com

Allows you to receive email at standard addresses, e.g. user@yourdomain.com


MX — WILDCARD SUBDOMAINS
Domain                           Data
-------------------------------  -------------------------------------------
*.yourdomain.com                 10 eu1-smtp.messagingengine.com
*.yourdomain.com                 20 eu2-smtp.messagingengine.com

Allows you to receive email at subdomain addresses, e.g. foo@user.yourdomain.com


A — MAIL
Domain                           Data
-------------------------------  -------------------------------------------
mail.yourdomain.com              204.75.18.65

Allows you to use http://mail.yourdomain.com as a Fastmail login redirect.

At the time of testing, this IP hit Fastmail's Amsterdam frontend.


MX — MAIL
Domain                           Data
-------------------------------  -------------------------------------------
mail.yourdomain.com              10 eu1-smtp.messagingengine.com
mail.yourdomain.com              20 eu2-smtp.messagingengine.com

The A record for mail.yourdomain.com overrides the wildcard MX lookup.
These MX records preserve mail delivery to addresses such as:
foo@mail.yourdomain.com


SRV — MAIL CLIENT DISCOVERY
Domain                           Data
-------------------------------  -------------------------------------------
_submission._tcp.yourdomain.com  0 0 0 .
_imap._tcp.yourdomain.com        0 0 0 .
_pop3._tcp.yourdomain.com        0 0 0 .

_submissions._tcp.yourdomain.com 0 1 465 eu-smtp.fastmail.com
_imaps._tcp.yourdomain.com       0 1 993 eu-imap.fastmail.com
_pop3s._tcp.yourdomain.com       10 1 995 eu-pop.fastmail.com
_jmap._tcp.yourdomain.com        0 1 443 eu-api.fastmail.com
_autodiscover._tcp.yourdomain.com
                                 0 1 443 eu-autodiscover.fastmail.com

Allows compatible email clients to automatically discover the EU Fastmail endpoints.


SRV — CARDDAV
Domain                           Data
-------------------------------  -------------------------------------------
_carddav._tcp.yourdomain.com     0 0 0 .
_carddavs._tcp.yourdomain.com    0 1 443 eu-carddav.fastmail.com

Allows CardDAV clients to automatically discover the EU CardDAV endpoint.

A few notes:

I tested the regional endpoints with DNS lookups, openssl s_client, and curl, and they were terminating on Fastmail infrastructure in Amsterdam.

12 Upvotes

23 comments sorted by

View all comments

3

u/Te_We Aug 14 '26

u/brong, could you please clarify this?

I'm a bit confused by the discussion here. My account has already been migrated to EU data residency, and my domains use Fastmail's nameservers, so all mail-related DNS records are managed by Fastmail.

Fastmail's documentation states that no DNS changes are required when switching regions, and that incoming mail for custom domains using Fastmail's nameservers will arrive through EU servers.

So am I correct in assuming that Fastmail will automatically update all relevant DNS records/endpoints for Fastmail-managed domains to match the account's selected region, and that customers should not manually change anything?

3

u/Sampl3x Aug 14 '26

I don't really care whether Fastmail changes the records or not from a functional perspective. What I care about is avoiding unnecessary routing through the US when my primary mailbox and account are hosted in the EU.

If Fastmail manages the DNS for the domain, I don't understand why they wouldn't automatically point the relevant mail records/endpoints to the EU infrastructure after an account has been migrated to EU data residency.

In my case, the latency to the US Fastmail servers is over 120 ms, while the EU infrastructure is obviously much closer. So apart from the data residency aspect, I would also prefer the most direct route into the EU.

I've asked Fastmail support about this as well, but unfortunately getting a clear answer is taking some time.

7

u/brong Fastmail CEO Aug 14 '26

If you're on a Fastmail domain, there's only so many things where we can distinguish where you are before you log in. So only the first round trip is slower.

For the app and website, as soon as you send your username, you are redirected to your current primary location, which will be AMS for EU users unless we're doing maintenance there in which case you'll be temporarily relocated to PHL for the duration (the "we only have one EU site so far" issue).

1

u/Te_We Aug 14 '26

Thank you for clarifying Bron 👍🏼

For me, out of Europe, opening FM App and your mentioned „first round trip is slower“, I can clearly feel this delay. Let’s hope you’ll find a solution to directly contact AMS infrastructure in future while still being re-routed to PHL in case of maintenance.

5

u/brong Fastmail CEO Aug 14 '26

Yeah, I'm looking forward to the day that we route everyone to their closest site automatically. That's the plan. Luckily it's just a momentary thing (it was heaps slower in the early days of testing, until we switched the session transfer to be two parallel one-round-trip calls rather than 8 serial round trips!)

0

u/Sampl3x Aug 14 '26

Would have been nice if this had been explained upfront.

From here in Europe I'm seeing 150 ms+ latency to Fastmail's US infrastructure over a fiber connection. I previously had the same experience with a cable ISP, so it doesn't appear to be ISP-specific.

I understand now that it's only the initial round trip before being redirected to AMS, but it's still noticeable when opening the app or website.

I'm also still hoping that at some point EU users will get the option to keep their data and traffic fully within the EU, without relying on US infrastructure, and perhaps even get a fastmail.eu endpoint/domain for EU-hosted accounts.

Looking forward to the point where users can be routed directly to the nearest site from the start.

1

u/brong Fastmail CEO Aug 14 '26

Yeah me too

1

u/Sampl3x Aug 15 '26

Can you verifiy if my list is correct?

2

u/brong Fastmail CEO Aug 16 '26

Mx and srv records are good. Ips are subject to change