Update of /cvsroot/gc-linux/CVSROOT
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23167
Modified Files:
syncmail
Log Message:
MAILHOST should be `localhost'
Index: syncmail
===================================================================
RCS file: /cvsroot/gc-linux/CVSROOT/syncmail,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- syncmail 26 Jan 2004 00:32:11 -0000 1.2
+++ syncmail 30 Jan 2004 15:05:58 -0000 1.3
@@ -101,8 +101,8 @@
from cStringIO import StringIO
-# Which SMTP server to do we connect to? Empty string means localhost.
-MAILHOST = 'mail'
+# Which SMTP server to do we connect to? Should be hard-coded to localhost.
+MAILHOST = 'localhost'
MAILPORT = 25
# Diff trimming stuff
|