Questions tagged [spf]

Sender Policy Framework is a standard by which the owner of a domain uses a specially formed DNS record to advertise which hosts are authorized to send email for the domain.

Sender Policy Framework (SPF) is a technique to prevent e-mail sender address forgery. With SPF system administrators add information about allowed senders for particular domain in a DNS server's TXT and/or SPF record.

Please have a look at the canonical question What are SPF records and how do I configure them.

869 questions
5
votes
3 answers

Can MTA send mail via a relay without being told so?

I'm thinking of adding an SPF to a domain. So I'm concerned if there are circumstances under which my MTA would use some relay when sending mail. Like, when the destination servers are too busy or something? I'm mainly interested in postfix's or…
x-yuri
  • 2,141
  • 2
  • 24
  • 29
5
votes
2 answers

`connect to private/policy-spf: No such file or directory` when receive mail by postfix in centos 7

My system is centos 7 with postfix,dovecot,pypolicyd-spf, opendkim. I can send mail but cannot receive mail, I notice warnings as below: Feb 6 20:01:09 srv-8327 postfix/smtpd[20391]: warning: connect to private/policy-spf: No such file or…
kittygirl
  • 945
  • 5
  • 13
  • 33
5
votes
1 answer

NOT receiving DMARC reports from AOL / HOTMAIL / MSN / OUTLOOK / LIVE

My DMARC DNS record looks like this: (domain name is redacted) _dmarc.domain.com TXT "v=DMARC1; p=none; sp=none; rua=mailto:dmarc@domain.com; ruf=mailto:dmarc@domain.com; rf=afrf; pct=100; ri=86400" Now, I receive aggregate DMARC and forensic…
whallz
  • 103
  • 6
5
votes
1 answer

SPF with -all includes directive with ~all?

I want to update and simplify the SPF record of my domain. Unfortunately, http://www.openspf.org/SPF_Record_Syntax is unclear. My domain uses one MX relay for receiving and sending. The SPF rule is then as simple as this v=spf1 mx -all. This will…
chmike
  • 429
  • 2
  • 5
  • 18
5
votes
2 answers

SPF broken by forwarding on the recipient side : what do?

I run an SMTP server with SPF enabled, and I need to email users from a list of academic addresses. Thing is, these addresses are used to forward emails to the end user. And SPF breaks forwarding, as I figured out the hard way (554 5.7.9 errors…
5
votes
2 answers

how to configuration dkim on exchange email server

Mails sent from our internal email server to public servers such as Gmail, Yahoo and all other external organizations are delivering to spam. We currently use exchange server, in order to tackle above mentioned problem we would like to configure…
enkhtuvshin
  • 51
  • 1
  • 1
  • 2
5
votes
2 answers

Do I need to Set-up PTR record in SPF Setting?

I have set-up the RDNS from my hosting provider for the ip address to resolve to "maximus.example.com". After that, do I also need to add the PTR records to the SPF Text details in my DNS zone file as well like this? v=spf1 include:_spf.google.com…
Neel
  • 1,441
  • 7
  • 21
  • 35
5
votes
1 answer

Postfix as email forwarder to gmail, SPF problems

I'm trying to configure postfix as forwarder to Gmail. I've successfully configured the virtual aliases for the domains I'm hosting and that I want to redirect, but the Gmail Sender Policy Framework (SPF) verification is failing due to…
Laurent
  • 283
  • 2
  • 7
5
votes
4 answers

SPF Record - Sender server SPF record permerror

I cannot seem to get a SPF record working for a client of ours, Google mail keeps failing on the lookup. My SPF record is v=spf1 a ip4:80.74.254.215 include:mx1.helloevery1.co.uk include:_spf.google.com include:smtproutes.com…
Chris Lomax
  • 173
  • 1
  • 2
  • 8
5
votes
3 answers

PTR OK, SPF, DKIM passed but email messages are marked as Spam by Google?

# host 1.2.3.4 4.3.2.1.in-addr.arpa domain name pointer mail.domain.vn. # dig +short txt domain.vn "v=spf1 a mx ptr -all" # dig +short txt mail.domain.vn "v=spf1 a -all" Here's an email header that is marked as Spam: Delivered-To:…
quanta
  • 51,413
  • 19
  • 159
  • 217
5
votes
2 answers

Mixing SPF records

I have the usual Google Apps SPF record in my DNS: v=spf1 include:_spf.google.com ~all and now, since we are using ZenDesk, I should also add: v=spf1 include:support.zendesk.com ~all Should they be merged into one like this: v=spf1…
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83
5
votes
3 answers

With valid SPF my mail header becomes huge -> high spamassasin score

I have a dedicated server with a survey system running on a subdomain. The parent domain is hosted on another server. I send email via google apps. Reverse DNS is correct. Without SPF og DKIM, the very smart 'check-auth@verifier.port25.com' returns…
Andreas
  • 153
  • 3
5
votes
1 answer

Setting SPF record on Amazon Route 53 with cli53 tool

My domain is already with Amazon Route 53 and I can use the cli53 command line tool quite happily to maintain it. We are moving to use Amazon SES and I would like to add an SPF record to the domain, as per the docs... we have no prior existing…
Aitch
  • 1,179
  • 8
  • 14
5
votes
1 answer

Allowing a domain to send emails via another domain

I have two servers: www.website1.com www.website2.com I have another server www.website3.com which I want to be allowed to send emails in behalf of the first two websites. How do I do this?
Dave
  • 225
  • 3
  • 8
5
votes
4 answers

What is the email SPF entry for sending from Yahoo!?

I have a client that is sending email from a Yahoo! Plus account as if from her own domain. Is there a way to set up the SPF record so that it covers all of Yahoo!'s outgoing servers? i.e., what do I put for YAHOO_SPF here in the TXT record? v=spf1…
danorton
  • 735
  • 1
  • 8
  • 26