Bitcoin Forum

Other => Meta => Topic started by: yeswepump on April 24, 2017, 01:04:27 PM



Title: Email notification not working?
Post by: yeswepump on April 24, 2017, 01:04:27 PM
Since yesterday I'm no longer receiving email notifications from the forum.

Is it just me or my provider blocking it, or is it a common problem?



Title: Re: Email notification not working?
Post by: Joel_Jantsen on April 24, 2017, 05:49:02 PM
Since yesterday I'm no longer receiving email notifications from the forum.

Is it just me or my provider blocking it, or is it a common problem?


If y notifications you mean personal messages,then yes they're working fine for me as I received couple of them in my mail account today morning.Never really needed notifications for threads and posts.If message notifications are sent properly,I think rest should be working fine.Like a novice,have you searched your spam/trash folders?


Title: Re: Email notification not working?
Post by: FFrankie on April 24, 2017, 09:17:30 PM
Since yesterday I'm no longer receiving email notifications from the forum.

Is it just me or my provider blocking it, or is it a common problem?



Are you using AOL? Because sometimes the automated messages are not received with it


Title: Re: Email notification not working?
Post by: JGoRed on April 27, 2017, 05:45:23 PM
Since yesterday I'm no longer receiving email notifications from the forum.

Is it just me or my provider blocking it, or is it a common problem?


The same thing has started happening for me. It was working fine, but recently I stopped receiving notifications. I’m using Tutanota, would you happen to be using the same provider?


Title: Re: Email notification not working?
Post by: S.W.A.T. on April 30, 2017, 06:00:12 PM
same problem, suddenly no emails anymore.
(I have my own domain and own mailserver)




Title: Re: Email notification not working?
Post by: Joel_Jantsen on April 30, 2017, 07:33:50 PM
same problem, suddenly no emails anymore.
(I have my own domain and own mailserver)
That's the problem I think.What server are you running ? You sure those IMAP/Pop3 settings are properly configured ? Also possibilities of that happening could be from theymos emailer.You should probably send him a message.


Title: Re: Email notification not working?
Post by: S.W.A.T. on May 01, 2017, 06:21:29 PM

It's a SPF problem, a misconfiguration at bitcointalk
Any mailserver will reject this emails if SPF (Sender Policy Framework) is enabled


current bitcointalk configuration:
v=spf1 mx a include:amazonses.com -all

But last attempts in my mail.log from:
ec2-52-45-214-107.compute-1.amazonaws.com

this does not match -> REJECT


May  1 14:30:25 mail1 policyd-spf[19143]: Fail; identity=helo; client-ip=52.45.214.107; helo=[Suspicious link removed]; receiver=xxx@xxx.xx
May  1 14:30:25 mail1 postfix/smtpd[19133]: NOQUEUE: reject: RCPT from ec2-52-45-214-107.compute-1.amazonaws.com[52.45.214.107]: 550 5.7.1 <xxx@xxx.xx>: Recipient address rejected: Message rejected due to: SPF fail - not authorized



Title: Re: Email notification not working?
Post by: ibminer on May 01, 2017, 07:41:55 PM

It's a SPF problem, a misconfiguration at bitcointalk
Any mailserver will reject this emails if SPF (Sender Policy Framework) is enabled


current bitcointalk configuration:
v=spf1 mx a include:amazonses.com -all

But last attempts in my mail.log from:
ec2-52-45-214-107.compute-1.amazonaws.com

this does not match -> REJECT


May  1 14:30:25 mail1 policyd-spf[19143]: Fail; identity=helo; client-ip=52.45.214.107; helo=[Suspicious link removed]; receiver=xxx@xxx.xx
May  1 14:30:25 mail1 postfix/smtpd[19133]: NOQUEUE: reject: RCPT from ec2-52-45-214-107.compute-1.amazonaws.com[52.45.214.107]: 550 5.7.1 <xxx@xxx.xx>: Recipient address rejected: Message rejected due to: SPF fail - not authorized

The domain name itself has nothing to do with the "include=" of the SPF record. Including amazonses.com just authorizes anything covered in the SPF/MX records of amazonses.com as being authorized, not the domain itself. The fact that it's coming from a server with amazonaws.com makes no difference as it is more about the IP address it's coming from.

The same IP address your listing in your SPF fail was passed by Gmail's SPF check not too long (April 20th is the last time I saw a message pass) my first SPF failure happened on the 27th but I don't have any messages to look at between those dates.

SPF's are failing for this IP as of right now but to my knowledge Amazon has only ever required including the amazonses.com in the SPF record to pull in those servers. (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/spf.html)

Based on the dates, my only guess might be that theymos modified or removed an A record when dealing with recent DDoS issues here: https://bitcointalk.org/index.php?topic=1880126.msg18689262#msg18689262

And that maybe it included the IP that is now failing the SPF check?  52.45.214.107


Title: Re: Email notification not working?
Post by: S.W.A.T. on May 01, 2017, 09:04:04 PM

after pm with theymos
problem is solved, modified SPF config:

v=spf1 mx a ip4:52.45.214.107 include:amazonses.com -all