Index: mttroot/CVSROOT/syncmail ================================================================== --- mttroot/CVSROOT/syncmail +++ mttroot/CVSROOT/syncmail @@ -73,11 +73,11 @@ import socket from cStringIO import StringIO # Which SMTP server to do we connect to? Empty string means localhost. -MAILHOST = '' +MAILHOST = 'localhost' MAILPORT = 25 # Diff trimming stuff DIFF_HEAD_LINES = 20 DIFF_TAIL_LINES = 20