2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

Password reset does not send email. #52

Closed jpbell closed 10 years ago

jpbell commented 10 years ago

Tried to reset my password and never received the email that was promised.

nathan-osman commented 10 years ago

It does send the email, the problem is that Gmail is rejecting some of our emails. I need to get @jrgifford to fix the PTR record for our IP address.

jpbell commented 10 years ago

I see, get on it @jrgifford :-P

jrgifford commented 10 years ago

Working on it.

James Gifford cell: 2162069338

On Thu, Apr 17, 2014 at 10:27 AM, jpbell notifications@github.com wrote:

I see, get on it @jrgifford https://github.com/jrgifford :-P

— Reply to this email directly or view it on GitHubhttps://github.com/2buntu/2buntu-Django-Blog/issues/52#issuecomment-40719654 .

jrgifford commented 10 years ago

All set.

James Gifford cell: 2162069338

On Thu, Apr 17, 2014 at 10:31 AM, James Gifford james@jamesrgifford.comwrote:

Working on it.

James Gifford cell: 2162069338

On Thu, Apr 17, 2014 at 10:27 AM, jpbell notifications@github.com wrote:

I see, get on it @jrgifford https://github.com/jrgifford :-P

— Reply to this email directly or view it on GitHubhttps://github.com/2buntu/2buntu-Django-Blog/issues/52#issuecomment-40719654 .

jpbell commented 10 years ago

:+1:

nathan-osman commented 10 years ago

I'm leaving this open since some emails are still being rejected. I will investigate.

nathan-osman commented 10 years ago

I finally found the problem:

Received-SPF: softfail (google.com: domain of transitioning noreply@2buntu.com does not designate 2001:4801:7822:103:ac26:6f5c:ff10:83b as permitted sender) client-ip=2001:4801:7822:103:ac26:6f5c:ff10:83b;
Authentication-Results: mx.google.com;
       spf=softfail (google.com: domain of transitioning noreply@2buntu.com does not designate 2001:4801:7822:103:ac26:6f5c:ff10:83b as permitted sender) smtp.mail=noreply@2buntu.com

Google is receiving the email via its IPv6 address which is not included in the SPF record I set up. This will be fixed once we finish the move to Digital Ocean (which doesn't support IPv6 yet).

jrgifford commented 10 years ago

oh, that would do it.

nathan-osman commented 10 years ago

I believe this is now fixed.