• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

domain name resolve ipv6 but not ipv4

NaSOnWeb

Basic Pleskian
[solved] domain name resolve ipv6 but not ipv4

Hello to all
I added a AAAA ipv6 zone to my dns
the idea was to run the SPF validation by google (who checked the ipv6 and not ipv4 (??) )

Out today I have a client who called me and because it can no longer connect to my site

I take his computer in hand by teamviewer
and actually the ping of my domain solves the ipv6 not ipv4

is the only person with this problem


in the management of IP in plesk I
Mask IP address subnet Retailer Sites Interface
178.xx.xxx.xxx (shared) 255.255.255.0 eth0 0187
2001: xxxx: x: xxxx :: 1 (dedicated) 64 0 0 eth0

therefore 187 sites under the ipv4 and ipv6 0 on ...
I actually do not care about ipv6, it's just for spf ...

I lack some knowledge with dns I think ...


must I do something on dns to indicate that ipv4 is that actually hosts the site?
or at plesk for all requests to be redirected to the ipv6 on ipv4?

thank you in advance
 
Last edited:
If you have ipv6 on your server smtp will send on that to gmail.

You can use ipv4 only by disabling ipv6 in /etc/postfix/main.cf

Change

Code:
inet_protocols = all

to

Code:
inet_protocols = ipv4

and restart postfix.

Or just add the ipv6 address to your current SPF record.
Something like..

Code:
v=spf1 a mx ptr ip4:your-ip-address ipv6:your-ipv6-address a:mail.youmailservername.tld -all

I hope that helps

Kind regards

Lloyd

EDIT: And make sure your ipv6 address has a PTR to match your mail server, you may need to talk to your ISP for that.
 
Back
Top