These are my records: https://i.imgur.com/qpeAEYX.png
How would I create an SMTP server on this (all I want to do is receive emails) preferably with NodeJS?
They said they don’t query to the port 25 so I’m out of ideas.
SMTP servers
You should already be fine, since the record is you do not have problems with port limitations. The limitations apply only on records which are
.
Sorry can you explain what this means?
They said they don’t query to the port 25 so I’m out of ideas
I’m assuming that means whoever your host is won’t set up a webserver for you on port 25 so you can’t build your own SMTP server. if that’s the case you’re out of luck because that’s the port that other mail servers would use to send you mail.
You could instead use a 3rd party service like mailgun.
No, leave the config as it is.
If the record is set to there are no ports lists as Cloudflare does not proxy anything there, if you perform a dig/nslookup on your MX record it will show your home’s IP address. The port list applies only to the
records.
This topic was automatically closed after 14 days. New replies are no longer allowed.