wez             Sun Dec 26 23:49:23 2004 EDT

  Modified files:              
    /CVSROOT    loginfo.pl 
  Log:
  use local mta for routing commit mail.
  # qmail enabled on loopback to handle this.
  # avoids possibly losing mail if the remote mta is down
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.79&r2=1.80&ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.79 CVSROOT/loginfo.pl:1.80
--- CVSROOT/loginfo.pl:1.79     Fri Nov  5 13:32:06 2004
+++ CVSROOT/loginfo.pl  Sun Dec 26 23:49:21 2004
@@ -22,7 +22,7 @@
 
 my $last_file  = "/var/cvs/lastdir";
 my $summary    = "/var/cvs/summary";
-my $smtpserver = "216.92.131.4";
+my $smtpserver = "127.0.0.1"; #"216.92.131.4";
 my $smtpport   = 25;
 my $cvs        = "/usr/bin/cvs";
 my $cvsroot    = $ENV{CVSROOT}."/";

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to