Re: [Mailman-Users] Trouble Subscribing/Unsubscribing/Sending Messages

2006-10-04 Thread Ki Song
 I must have messed up a setting on my mailman server because none of the
 requests sent by email are being processed.
 
 When I send a subscribe request to: [EMAIL PROTECTED] I see
 my Postfix server relaying the message to the mailman server,
 
 
 How? Is it piping the message to | path/to/mail/mailman join specials?
 
The message is being piped to path/to/mail/mailman join specials by postfix.

 
 but it doesn't
 actually subscribe the email address that I want to subscribe. Instead,
 there are no actions that are taken by the mailman server (to the best of my
 knowledge).
 
 Is there a setting that I could have messed up that prevents messages sent
 to the mailman server from being process properly?
 
 
 Yes. First step is to verify that the message to specials-join is being
 piped to the wrapper with arguments join specials (you should see
 this in your postfix log). If not, you need to check your aliases for
 Postfix.
 
The message is being piped to path/to/mail/mailman join specials by postfix.

 If the message is being piped correctly, see if it is sitting in
 qfiles/commands/. If so, then as Glen suggests in another reply, make
 sure CommandRunner is running.
 
There are a bunch of files sitting in the qfiles/commands directory.
How do I make sure CommandRunner is running?

--
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] Trouble Subscribing/Unsubscribing/Sending Messages

2006-10-04 Thread Ki Song
 If the message is being piped correctly, see if it is sitting in
 qfiles/commands/. If so, then as Glen suggests in another reply, make
 sure CommandRunner is running.
 
 There are a bunch of files sitting in the qfiles/commands directory.
 How do I make sure CommandRunner is running?

Got it. I just restarted mailmanctl and it is running smoothly.

How come this process is not running by default?
How can I make sure that the next time the system is rebooted, that
mailmanctl starts on boot?

--
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] Trouble Subscribing/Unsubscribing/Sending Messages

2006-10-03 Thread Glenn Sieb
Ki Song wrote:
 I must have messed up a setting on my mailman server because none of the
 requests sent by email are being processed.
 
 When I send a subscribe request to: [EMAIL PROTECTED] I see
 my Postfix server relaying the message to the mailman server, but it doesn't
 actually subscribe the email address that I want to subscribe. Instead,
 there are no actions that are taken by the mailman server (to the best of my
 knowledge).
 
 Is there a setting that I could have messed up that prevents messages sent
 to the mailman server from being process properly?

First thing I'd check is to make sure mailman is actually running...

ps awwux | grep mailman

If nothing shows up, you need to launch the mailman qrunners:

mailmanctl start

Best,
--Glenn
--
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] Trouble Subscribing/Unsubscribing/Sending Messages

2006-10-03 Thread Mark Sapiro
Ki Song wrote:

I must have messed up a setting on my mailman server because none of the
requests sent by email are being processed.

When I send a subscribe request to: [EMAIL PROTECTED] I see
my Postfix server relaying the message to the mailman server,


How? Is it piping the message to | path/to/mail/mailman join specials?


but it doesn't
actually subscribe the email address that I want to subscribe. Instead,
there are no actions that are taken by the mailman server (to the best of my
knowledge).

Is there a setting that I could have messed up that prevents messages sent
to the mailman server from being process properly?


Yes. First step is to verify that the message to specials-join is being
piped to the wrapper with arguments join specials (you should see
this in your postfix log). If not, you need to check your aliases for
Postfix.

If the message is being piped correctly, see if it is sitting in
qfiles/commands/. If so, then as Glen suggests in another reply, make
sure CommandRunner is running.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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

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