SteveN2020
Verified User
- Joined
- Jun 21, 2020
- Messages
- 6
I have a DA server behind a NAT firewall, and all seems to be working fine, but I have noticed that when I create a new domains, the SPF record uses the SERVER_IP, which seems to translate to the LAN_IP.
The EXTRA_SPF is populating fine, but the first ipv4 (in this case 10.0.0.76) should be the server's external IP address.
I have created a copy of the dns_spf.conf to /usr/local/directadmin/data/templates/custom with the following:
which I thought was working, but not anymore. Do I need to set the SERVER_IP somewhere?
Thanks.
Code:
"v=spf1 a mx ip4:10.0.0.76 ip4:x.x.x.x/32 ~all"
The EXTRA_SPF is populating fine, but the first ipv4 (in this case 10.0.0.76) should be the server's external IP address.
I have created a copy of the dns_spf.conf to /usr/local/directadmin/data/templates/custom with the following:
Code:
|DOMAIN|.="v=spf1 a mx ip4:|IP||EXTRA_SPF| ~all"
which I thought was working, but not anymore. Do I need to set the SERVER_IP somewhere?
Thanks.