[Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Dov Zamir
Hi all,

After trying everything in the Wiki, i got to the bottom where it says, 
if all else fails, ask the list, so here goes:


I have compiled mailman 2.1.9 from source on Fedora Core 6, using 
sendmail ver. 8.13.8.

Sendmail is working ccorrectly sending and receiving mail, and the 
aliases file has been updated with the aliases received through mailman.

Mailman accepts mail sent to it, and does everything it is supposed to, 
except sending mail. All mail gets errors similar to the follwing (all 
related to the same mail):

in post:
Apr 02 09:48:51 2007 (2950) post to mailman from 
[EMAIL PROTECTED], size=2462, 
message-id=[EMAIL PROTECTED], 1 failures

in smtp:
Apr 02 09:48:51 2007 (2950) 
[EMAIL PROTECTED] smtp to mailman for 
1 recips, completed in 0.005 seconds

in smtp-failure:
Apr 02 09:48:51 2007 (2950) delivery to [EMAIL PROTECTED] failed with 
code -1: (111, 'Connection refused')


There are no entries in error or in sendmail's log or in the system 
error log.


Any suggestions?
_
This message has been scanned by Kibbutz Beit Kama's Anti Virus software,
and is believed to be clean of any viruses.
_
--
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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Brad Knowles
At 9:54 AM +0300 4/2/07, Dov Zamir wrote:

  After trying everything in the Wiki, i got to the bottom where it says,
  if all else fails, ask the list, so here goes:

You mention the wiki, but you don't say anything about the FAQ 
Wizard.  Did you try everything mentioned in FAQ 3.14 (and related 
FAQs), as well as FAQ 4.73?

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4
--
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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Dov Zamir
ציטוט Brad Knowles:
 At 9:54 AM +0300 4/2/07, Dov Zamir wrote:

 After trying everything in the Wiki, i got to the bottom where it says,
 if all else fails, ask the list, so here goes:

 You mention the wiki, but you don't say anything about the FAQ Wizard. 
 Did you try everything mentioned in FAQ 3.14 (and related FAQs), as 
 well as FAQ 4.73?

Thanks. Didn't see FAQ 4.73 (but did 3.14). Added the debugging to 
SMTPdirect and found the eror message. There seems to be a IP4-IP6 
problem. Trying to fix it now...
--
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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Dov Zamir
ציטוט Dov Zamir:
 ציטוט Brad Knowles:
   
 At 9:54 AM +0300 4/2/07, Dov Zamir wrote:

 
 After trying everything in the Wiki, i got to the bottom where it says,
 if all else fails, ask the list, so here goes:
   
 You mention the wiki, but you don't say anything about the FAQ Wizard. 
 Did you try everything mentioned in FAQ 3.14 (and related FAQs), as 
 well as FAQ 4.73?

 
 Thanks. Didn't see FAQ 4.73 (but did 3.14). Added the debugging to 
 SMTPdirect and found the eror message. There seems to be a IP4-IP6 
 problem. Trying to fix it now...
   
The problem is an inability to connect to 'localhost'. I added the host 
ip address to mm_cfg.py and solved th problem.
Now I'm trying to figure out why I can't access localhost on port 25.
 --
 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/linux%40zamirfamily.com

 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


 !DSPAM:506,4610ca2c93101804284693!
   

_
This message has been scanned by Kibbutz Beit Kama's Anti Virus software,
and is believed to be clean of any viruses.
_
--
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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Larry Stone
On 4/2/07 5:59 AM, Dov Zamir at [EMAIL PROTECTED] wrote:

 The problem is an inability
 to connect to 'localhost'. I added the host 
ip address to mm_cfg.py and
 solved th problem.
Now I'm trying to figure out why I can't access localhost
 on port 25.


Is sendmail configured to listen on localhost (127.0.0.1) as well the host's
TCP/IP address. I'm have very little sendmail experience (and what I have is
years ago) but I know for some of the other MTAs you must explicitly
configure it to listen to localhost separately from the outside TCP/IP
address.

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Connection Refused errors in smtp-failure

2007-04-02 Thread Dov Zamir
ציטוט Larry Stone:
 On 4/2/07 5:59 AM, Dov Zamir at [EMAIL PROTECTED] wrote:

   
 The problem is an inability
 to connect to 'localhost'. I added the host 
 
 ip address to mm_cfg.py and
   
 solved th problem.
 
 Now I'm trying to figure out why I can't access localhost
   
 on port 25.
 


 Is sendmail configured to listen on localhost (127.0.0.1) as well the host's
 TCP/IP address. I'm have very little sendmail experience (and what I have is
 years ago) but I know for some of the other MTAs you must explicitly
 configure it to listen to localhost separately from the outside TCP/IP
 address.

   
Sendmail is configured to listen on all addresses, this should include 
the localhost address. This server (my test server) is supposedly 
configured identical to my production machines, which all accept 
connects just fine. I'm sure it is a very simple overlook on my side, 
but I can;t find it!
_
This message has been scanned by Kibbutz Beit Kama's Anti Virus software,
and is believed to be clean of any viruses.
_
--
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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp