Hi all, hoping to get some help on how I can set the server to use IPv4.
SPF & DKIM have been configured but seems the server is sending from an IPv6 address instead of IPv4.
I was thinking of adding the IPv6 address to the SPF record but noticed it was vastly different while testing over the last few days.
While scouring forums, I did see a potential fix in WHM but I don't have the setting in my dashboard
(WHM Home > Service Configuration > Exim Configuration Manager > Advanced Editor).
Also tried binding the address in PHP Mailer config but that didn't work e.g.
I did see suggestions to use SMTP rather than PHP Mailer but kinda in over my head trying to configure that.
SPF & DKIM have been configured but seems the server is sending from an IPv6 address instead of IPv4.
I was thinking of adding the IPv6 address to the SPF record but noticed it was vastly different while testing over the last few days.
While scouring forums, I did see a potential fix in WHM but I don't have the setting in my dashboard
(WHM Home > Service Configuration > Exim Configuration Manager > Advanced Editor).
Also tried binding the address in PHP Mailer config but that didn't work e.g.
Code:
$mail->SMTPOptions = [
'socket' => [
'bindto' => "$bound_ip:0",
],
];