From d90644daa3c1e0a30b971e4b77ca1619a5bb1f67 Mon Sep 17 00:00:00 2001 From: Markus Warg Date: Thu, 12 Aug 2010 09:48:20 +0200 Subject: source code taken from cacert-20100709.tar.bz2 --- includes/general.php | 2 +- includes/mysql.php.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/general.php b/includes/general.php index 938df4e..5789875 100644 --- a/includes/general.php +++ b/includes/general.php @@ -667,7 +667,7 @@ $line = fgets($fp, 4096); if(substr($line, 0, 3) != "220") continue; - fputs($fp, "HELO hlin.cacert.org\r\n"); + fputs($fp, "HELO www.cacert.org\r\n"); $line = fgets($fp, 4096); while(substr($line, 0, 3) == "220") $line = fgets($fp, 4096); diff --git a/includes/mysql.php.sample b/includes/mysql.php.sample index 88ddcb2..1f477e4 100644 --- a/includes/mysql.php.sample +++ b/includes/mysql.php.sample @@ -53,7 +53,7 @@ return; } $InputBuffer = fgets($smtp, 1024); - fputs($smtp, "HELO hlin.cacert.org\r\n"); + fputs($smtp, "HELO www.cacert.org\r\n"); $InputBuffer = fgets($smtp, 1024); fputs($smtp, "MAIL FROM: \r\n"); $InputBuffer = fgets($smtp, 1024); -- cgit v1.2.1