Questions tagged [spf]

Sender Policy Framework (SPF) is a system designed to prevent email spoofing/forgery

Sender Policy Framework (SPF) is a system designed to prevent email spoofing/forgery

529 questions
7
votes
1 answer

How to combine Google Apps SPF & Campaign Monitor SPF?

I'm trying to combine two SPFs into one, namely a Google Apps and Campaign Monitor SPF. Is there any possible way to do this? E.g. SPF A: v=spf1 include:_spf.google.com ~all SPF B: v=spf1 mx include:cmail1.com ~all What is A + B ?
Robert
  • 71
  • 1
  • 3
7
votes
1 answer

DMARC/SPF/DKIM not authenticating with third-party mail

We recently implemented a DMARC record for our domain: "v=DMARC1; p=quarantine; pct=100; rua=mailto:me@mydomain.com" (quarantine 100% of non-authenticated emails and send aggregate report to "me") We use a third-party vendor to issue invites. The…
AWaddington
  • 725
  • 8
  • 18
7
votes
1 answer

DMARC -spf and DKIM record queries

I have a scenario with 3rd party vendors… Our company has a lot of 3rd party mail services. I have set up the dmarc with p – none and SPF records were updated with known sending servers. Could you please clarify a statement which I read in…
Lava
  • 71
  • 1
  • 2
7
votes
1 answer

Google Cloud DNS with mailgun

I have one domain with Google Cloud DNS. My SPF record doesn't work with mailgun domain verification v=spf1 include:spf.protection.outlook.com include:_spf.google.com include:mailgun.org ~all anyone facing the same issue? thanks
eth
  • 271
  • 2
  • 5
7
votes
1 answer

Multiple DKIM and SPF DNS records

We uses both Mailgun and Google App engine mail services to send transaction emails from our products. Both needs DKIM and SPF text record in the DNS server. Is it possible to set multiple DKIM and SPF record in DNS configuration? Will it work?
Fizer Khan
  • 88,237
  • 28
  • 143
  • 153
7
votes
1 answer

Gmail thinks our email is NOT from the FROM domain and puts it in Spam Folder, how to solve this?

We have a website where we allow you to reset your password (say if you forget your password). This is standard on many websites. Basically you enter your email address which you've used to register on our website, then we send you an email…
Zack Xu
  • 11,505
  • 9
  • 70
  • 78
7
votes
1 answer

SPF Configuration for Mandrill and MailChimp?

I am planing to use both Mandrill and MailChimp for my website, and I`m trying to set up the crazy SPF DKIM for both of them. At same time still keep my own email flowing In and Out :) My current plan is : SPF TXT Record yourdomain.com v=spf1…
sumatrantiger
  • 75
  • 1
  • 1
  • 3
7
votes
0 answers

Remove "via" from SES emails in Gmail

When sending emails from Amazon SES, gmail shows "sent via amazonses.com". How do I remove this? According to Google, I'm a sender and I don't want my recipients to see the "via" link. What can I do? Gmail checks whether emails are correctly…
csi
  • 9,018
  • 8
  • 61
  • 81
7
votes
2 answers

Should we use SPF (TXT) & SPF (type 99) or just one or the other?

I was wondering, now our hosing provider supports SPF (type 99), weather or not to also use this type of record as well as the already in place SPF (TXT) record. Is there any disadvantage of having both records set? Should type 99 be formatted the…
Darthtong
  • 1,017
  • 4
  • 18
  • 30
6
votes
1 answer

Bad Google Postmaster Domain Reputation

One of our client's domains, healthhunt.in is experiencing issues with Gmail marking their emails as spam. This issue does not exist with any other email provider, which we have verified via glockapps.com. We have SPF, DKIM, and DMARC properly…
Nyx
  • 2,233
  • 1
  • 12
  • 25
6
votes
1 answer

Gmail sends email with wrong name

I just set up an email account on G-Suite and its like that: Name: MyDomain.com Email: info@mydomain.com However when I send email from this email account it is displayed as: Name: AnotherDomain.com I don't have this domain on G-Suite a long time…
Ilian Andreev
  • 1,071
  • 3
  • 12
  • 18
6
votes
1 answer

SPF record - does not designate permitted sender hosts

I have a GoDaddy Office 365 email account test@mydomain.com and am using PHPMailer to send out emails using SMTP. Emails are hitting spam folders whenever my script sends them out, in the headers I can see the following message... Received-SPF: None…
fightstarr20
  • 11,682
  • 40
  • 154
  • 278
6
votes
1 answer

SPF + DKIM pass and DMARC fails

The domain s****g.nl has the following DMARC record: "v=DMARC1; p=reject; rua=mailto:postmaster@s****g.nl, mailto:dmarc@s****g.nl" A valid SPF record for the sending mail server and none DKIM record. The domain fo***de.com has a valid SPF and…
5
votes
1 answer

Sending e-mail via PHP, on behalf of someone else

I would like to create a form that allows users to contact our local city council. I want to make it easy, so they can just fill out the form and send it. I am just not 100% sure how this would work in regards to spam filtering. I know how to send…
Sherwin Flight
  • 2,345
  • 7
  • 34
  • 54
5
votes
2 answers

DMARC policy failing for only Google Apps like calender, forms, etc

I have been trying to set up DMARC policy, for my domain. The mail is currently being used with amazon-ses, freshsales, and other related apps. I was successfully able to test it across, with dmarc policy set to p=none. Now, moving further I want to…
1 2
3
35 36