Hi guys
The ipv4 of our mail server frequently ends up in the UCEPROTECTL2 / 3 blacklist which is a subnet blacklist.
Our hosting provider will not pay for delisting and I have to wait for a week, and this goes for some time now.
so, they proposed we sent the emails through ipv6 as they already provide it on the hosting plan.
I looked around and added the ipv6 to plesk
in dns, I added AAAA record mail.exampledomain.com same as the A record but with the ipv6 provided.
Also changed the spf record adding the ip6: part
In plesk:
Is there anything else I’m missing; my emails are still going out from ipv4 and wont deliver to certain mail providers.
Thanks in advance.
The ipv4 of our mail server frequently ends up in the UCEPROTECTL2 / 3 blacklist which is a subnet blacklist.
Our hosting provider will not pay for delisting and I have to wait for a week, and this goes for some time now.
so, they proposed we sent the emails through ipv6 as they already provide it on the hosting plan.
I looked around and added the ipv6 to plesk
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
iface eth0:1 inet static
address 10.0.2.15
netmask 255.255.255.0
auto eth0:1
iface eth0 inet6 static
address 2001:xxxx:yyy:xxxx::yyyy
netmask 64
gateway 2001: xxxx: yyy: xxxx::1
auto eth0
in dns, I added AAAA record mail.exampledomain.com same as the A record but with the ipv6 provided.
Also changed the spf record adding the ip6: part
In plesk:
Is there anything else I’m missing; my emails are still going out from ipv4 and wont deliver to certain mail providers.
Thanks in advance.