On Thu, 2003-10-02 at 12:32, Steve Ladendorf wrote: > I just installed Mailman 2.1.3 in an effort to replace my existing > Majordomo/Majorcool list management system and I have obviously done > something wrong. Installation went well, check_perms reports no problems > however when I try to send to my test list I see that sendmail accepts the > message and passes it to the mailman wrapper but then nothing happens. A > check of the mailman log directory reports the following.. I did change > my real domain to mydomain.org so no that isn't the problem :-). > > error: > nothing in file. > > post: > Oct 02 11:08:13 2003 (1133) post to test from [EMAIL PROTECTED], > size=2174, > message-id=<[EMAIL PROTECTED]>, 3 > failures > > qrunner: > looks normal. > > smtp: > Oct 02 11:08:13 2003 (1133) All recipients refused: (2, 'No such file or > directory') > Oct 02 11:08:13 2003 (1133) > <[EMAIL PROTECTED]> smtp for 3 > recips, completed in 0.030 seconds > > smtp-failure: > Oct 02 11:08:13 2003 (1133) delivery to [EMAIL PROTECTED] failed > with code -1: ignore > Oct 02 11:08:13 2003 (1133) delivery to [EMAIL PROTECTED] failed with > code -1: ignore > Oct 02 11:08:13 2003 (1133) delivery to [EMAIL PROTECTED] failed with > code -1: ignore > > subscribe: > looks normal. > > What file is the smtp log refering to? > > Thanks!!
My guess is that Sendmail (or whatever MTA you are using) is not listening to localhost (127.0.0.1). You can test this by doing a: netstat -na |grep :25 # Typical response would look like this: # tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN You should also look at the FAQ 3.14 entry. That may be helpful. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Good Luck - Jon Carnes ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org