Sentora Support Forums
Gmail marking email from Sentora as SPAM - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: General Forums - (Non-Sentora Support) (https://senforums.mach-hosting.com/forumdisplay.php?fid=1)
+--- Forum: General Discussions (Non-Support Related) (https://senforums.mach-hosting.com/forumdisplay.php?fid=2)
+--- Thread: Gmail marking email from Sentora as SPAM (/showthread.php?tid=1007)

Pages: 1 2


RE: Gmail marking email from Sentora as SPAM - 5050 - 02-11-2015

Hi,
There is at last a fatal error that disable our spf : there are 2 spf record, but only one is allowed !
They are :
Code:
v=spf1 a mx ip6:2001:41d0:52:a00::dd6 include:sentora.org ~all v=spf1 mx a a:mail1.supared.com include:spf.mailjet.com ?all
The second was setup by me from record infos provided by Bobby, I do not know from where come the first but it cannot remains !

I tryed to merge them both in :
Code:
v=spf1 mx a a:mail1.supared.com include:spf.mailjet.com include:sentora.org ?all
but it created an error (reported by http://www.kitterman.com/spf/validate.html) :
->  Results - PermError SPF Permanent Error: include has trivial recursion: includeConfusedentora.org

=> I think that entries "a" and "sentora.org" are redondant : both resolves to same IP
=> I also think that both entries "mx" and "a:mail1.supared.com" are redondant because sentora.org MX is setup to mail1.supared.com. May be the second can be removed ?
=> I also tried to add entry ip6:2001:41d0:52:a00::dd6, and turned to softfail all instead of netural.

The (alone) record is now :
Code:
v=spf1 mx a ip6:2001:41d0:52:a00::dd6 a:mail1.supared.com include:spf.mailjet.com ~all
And now waiting a few hour until record proagation before checking again.

But as I am not at all a specialist in spf record, any help or comment will be welcome.


RE: Gmail marking email from Sentora as SPAM - 5050 - 02-11-2015

A bit later, response of test with http://www.kitterman.com/spf/validate.html :
Code:
Found v=spf1 record for sentora.org: v=spf1 mx a ip6:2001:41d0:52:a00::dd6 a:mail1.supared.com include:spf.mailjet.com ~all evaluating... SPF record passed validation test with pySPF (Python SPF library)!

All seems ok now, but advises are always welcome, if any.


RE: Gmail marking email from Sentora as SPAM - TGates - 02-11-2015

Nice work 5050! I was playing with it too and was wondering why there were 2 entries? Glad that got sorted, now to see if gmail accepts it Wink


RE: Gmail marking email from Sentora as SPAM - Anonymous User - 02-16-2015

It went straight to my inbox. This looks good.
I signed twice in the past few days since my other username was not accepted.
Thank you @TGates for approving this new username.


RE: Gmail marking email from Sentora as SPAM - Me.B - 02-16-2015

Good to see again SPF helps solving as usual the issue.

OK adding DKIM could improve too reputation.


RE: Gmail marking email from Sentora as SPAM - ballen - 02-17-2015

Sorry guys, only just seen this trail - Glad it's sorted now though!