Meant to send to the whole list, in case anyone's interested...

assign the port to SMTPPORT if it's not 25.
I did that, and it seems to be working now.  Thanks very much.

I'm not sure if this would have changed your take on this or not, but I am able 
to telnet from the box to the ip and the domain name on port 25, but not 
localhost.  i.e.,

telnet localhost 25 gives me 'connection refused'
telnet <ip> 25 and telnet <domain> 25 both give me a prompt

Anyway thanks.



Mark Sapiro wrote:

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





-- Andy McHargue Webmaster Annenberg School for Communication University of Southern California http://annenberg.usc.edu [EMAIL PROTECTED] Phone: 213.740.1290

------------------------------------------------------
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

Reply via email to