![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to put nil at the end of each records. | happyv | Shell Programming and Scripting | 2 | 07-19-2007 08:20 PM |
| Count No of Records in File without counting Header and Trailer Records | guiguy | Shell Programming and Scripting | 2 | 06-07-2007 09:15 AM |
| Records | charbel | Shell Programming and Scripting | 3 | 06-29-2006 06:16 AM |
| How to calculate a sum of certain records? | sickboy | Shell Programming and Scripting | 10 | 06-10-2005 08:43 AM |
| A records | Deuce | UNIX for Dummies Questions & Answers | 3 | 09-25-2001 08:42 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Adding SPF records......please help
Does anybody know who I can set up SPR records? I've created a record and it says that I need to
Quote:
Quote:
Quote:
Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
You don't usually even need to restart your named in order for the change to take effect, but without more information about what platform you are on and who managed to configure your DNS for you in the first place, we can't really guess where you have it.
As such, no SPF records in the world are going to help you from Microsoft blocking you. Primarily, SPF is a mechanism for preventing others from sending forged email in your domain's name. If that's a problem you are currently experiencing then definitely, deploy SPF, with a nice and tight policy like you have. (Do you understand the difference between -all and ~all? By all means use -all if you can.) |
|
|||
|
No I don't understand the difference between -all and ~all.
It was Mircosoft who said I needed to set up the spf in the first place because the site isn't blacklisted at all, but still isn't going through to Hotmail addresses. I think that it was the host who set up the DNS in the first place, but they said they don't give any help for SPF records and that I had to set it up myself |
|
|||
|
Do you know where the zone files are and how to edit them?
Once you have that done, you can probably send a simple signal to bind to have it reread its configuration files without actually restarting completely. See its local manual page. If your host offers some sort of web panel interface to the DNS interface, maybe you can even add TXT records through that, although it sounds like they already told you you have to do it by hand. Keep in mind that the TTL on DNS will cause any change to take time to propagate. You can always query the authoritative server directly, but secondary servers will sit on their cached values for however long the TTL says they can. Without information about your domain, it's hard to make an informed recommendation, but SPF -all is a stronger restriction than ~all. Assuming you are in a position to set and enforce a policy that nobody except the IP addresses you name are allowed to send email in your domain's name, you should be fine to use the stronger restriction. |
|
||||
|
-all means hard reject, ~all - soft reject, here's a quote :
Quote:
host -t txt microsoft.com Quote:
|
|
|||
|
You don't send them anywhere, you just need to publish them in your DNS (that was the point of editing the zone file). There are SPF verifiers which you can use to check that you got it right; SPF Query Tools
Last edited by era; 05-13-2008 at 10:05 AM. Reason: Point to openspf.org tools page instead of just a Google search |
|
|||
|
Thanks era, I'll have a look at that then. I added the records to the DNS, but wanted to make sure that Microsoft knew that so told them that I'd added them and then sent them a copy of the record. A bit ott I know, but I just wanted to make sure
|
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|