I have my own mail server (mail.domain.com) at say 81.82.83.84
I have a directadmin webserver (www.domain.com) at 87.88.89.90 from which I can send out mail as well through a webform.
How would I set up the spf record for this?
Currently it's
domain.com. TXT "v=spf1 a mx ip4:81.82.83.84;87.88.89.90?all"
This doesn't seem to work though as hotmail rejects mails being sent from the webserver (87.88.89.90). It accepts mail from my mail server though (81.82.83.84)
In my mx record I have
mail MX 10
and an A record:
mail A 81.82.83.84
What am I doing wrong?
edit: Tried "v=spf1 a mx ip4:87.88.89.90 ?all" and a couple of other combinations, but nothing seems to work.
I have a directadmin webserver (www.domain.com) at 87.88.89.90 from which I can send out mail as well through a webform.
How would I set up the spf record for this?
Currently it's
domain.com. TXT "v=spf1 a mx ip4:81.82.83.84;87.88.89.90?all"
This doesn't seem to work though as hotmail rejects mails being sent from the webserver (87.88.89.90). It accepts mail from my mail server though (81.82.83.84)
In my mx record I have
mail MX 10
and an A record:
mail A 81.82.83.84
What am I doing wrong?
edit: Tried "v=spf1 a mx ip4:87.88.89.90 ?all" and a couple of other combinations, but nothing seems to work.
Last edited: