On 7/12/2012 3:58 PM, David OBrien wrote:
On Jul 12, 2012, at 2:17 PM, Al wrote:
I want to do a rDNS check on a admin entered host name to insure in-coming mail
servers don't reject mail, sent by my app, because the rDNS doesn't exist or
doesn't match.
Here is the fundamental code:
$host
On 7/12/2012 3:09 PM, Jim Lucas wrote:
On 07/12/2012 11:17 AM, Al wrote:
I want to do a rDNS check on a admin entered host name to insure
in-coming mail servers don't reject mail, sent by my app, because the
rDNS doesn't exist or doesn't match.
Here is the fundamental code:
$host = $_SERVER[
On Jul 12, 2012, at 2:17 PM, Al wrote:
> I want to do a rDNS check on a admin entered host name to insure in-coming
> mail servers don't reject mail, sent by my app, because the rDNS doesn't
> exist or doesn't match.
>
> Here is the fundamental code:
>
> $host = $_SERVER['SERVER_NAME']; //sit
On 07/12/2012 11:17 AM, Al wrote:
I want to do a rDNS check on a admin entered host name to insure
in-coming mail servers don't reject mail, sent by my app, because the
rDNS doesn't exist or doesn't match.
Here is the fundamental code:
$host = $_SERVER['SERVER_NAME']; //site name shared or not
I want to do a rDNS check on a admin entered host name to insure in-coming mail
servers don't reject mail, sent by my app, because the rDNS doesn't exist or
doesn't match.
Here is the fundamental code:
$host = $_SERVER['SERVER_NAME']; //site name shared or not
$ip = gethostbyname($host);
$hos
5 matches
Mail list logo