It took me a while to get registered with the forums here. The first two accounts I tried to register (keturn and keturn_) never got their registration emails. Can't even find them in the spam folders. This one is signed up with a gmail address, which at least made it in to gmail's spam folder.
From looking at the registration mail I did receive at gmail... it is trying to do a SPF lookup for the address "phpfm@localhost.localdomain", which is pretty weird. I guess that's what it's finding the Return-Path to be, which sounds bogus.
From looking at the registration mail I did receive at gmail... it is trying to do a SPF lookup for the address "phpfm@localhost.localdomain", which is pretty weird. I guess that's what it's finding the Return-Path to be, which sounds bogus.
Code:
Return-Path: <phpfm@localhost.localdomain>
Received: from localhost.localdomain ([166.70.171.100])
by mx.google.com with ESMTP id c40si982963anc.28.2009.04.15.14.42.45;
Wed, 15 Apr 2009 14:42:45 -0700 (PDT)
Received-SPF: neutral (google.com: 166.70.171.100 is neither permitted nor denied by best guess record for domain of phpfm@localhost.localdomain) client-ip=166.70.171.100;
Authentication-Results: mx.google.com; spf=neutral (google.com: 166.70.171.100 is neither permitted nor denied by best guess record for domain of phpfm@localhost.localdomain) smtp.mail=phpfm@localhost.localdomain
Received: from localhost.localdomain (cletus [127.0.0.1])
by localhost.localdomain (8.14.1/8.14.1) with ESMTP id n3FLgitV025180
for <my.email.address@gmail.com>; Wed, 15 Apr 2009 17:42:44 -0400