Andy McHargue wrote: > >When logged into the machine, telnet localhost 25 -- results in >'connection refused' -- uhh, is this a problem?
Yes. >Since my messages are >reaching mailman, I'm not sure. If it's a problem, how can I correct. It has nothing to do with incoming messages reaching Mailman. It is Mailman trying to send outgoing messages via SMTP to localhost port 25. You have to configure sendmail to listen on localhost (127.0.0.1) port 25 (specified in Mailman as SMTPPORT = 0 which allows smtplib to use the default) or you can specify a different SMTP server and/or port in mm_cfg.py with SMTPHOST = and SMTPPORT =. How do you send mail from this machine? Do you use an MUA which connects to an SMTP server to send the mail, e.g. sendmail on this machine or some other SMTP server? If so, assign the address or fully qualified domain name of this server to SMTPHOST in mm_cfg.py and assign the port to SMTPPORT if it's not 25. Either that or configure sendmail to listen for connection on localhost. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org