Smtp pop3 server change

Hello everyone,
I changed my server . In my old server pop3 and smtp server name were mail.domain.com
but i see that new server has a special server name. So i dont want to change all gmails, hotmails pop3 smtp . Are there any methods to change it in Cloudflare dns . for example
A mail.domain.com newservername

You could try a CNAME that’s set to :grey: DNS Only. Instead of your “A” record for ‘mail’, make it a CNAME that points to that new server name. It might present an encryption problem if it only has a certificate for that specific hostname and your mail settings require encryption.

ok now it is like that for old server:
A mail ip dnsonly
mx domain.com mail.domain.com dnsonly

ok i will try to add this
cname mail.domain.com newmailservername

“certificate for that specific hostname and your mail settings require encryption” , does it mean that i need to use encrypted method and ports instead of without ssl method simply for smtp, pop3. Or even i use ssl connection, it may not acccept because it needs own certificate.

You’ll have to test this set up to see how it behaves regarding encryption. Some apps will drop back to no encryption, but I suspect encryption will be a problem if the cert doesn’t include a wildcard subdomain.

1 Like

thanks, i will try and inform if it is ok.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.