Kris Vassallo wrote:

>I am getting emails with the following error in the body of emails being
>sent to the list owner:  
>/bin/sh: mailman: command not found
>
>The subject reads as follows: 
>[Mailman] Cron <[EMAIL PROTECTED]> mailman
>/usr/lib/mailman/cron/gate_news
>

Your Mailman crontab is not correctly installed. The crontab.in or
whatever that you used is designed to be put in /etc/cron.d/, and thus
it has the executing userid as field 6 between the run times
parameters and the command.

If you install it with

crontab -u mailman crontab.in

or whatever the file name is, you first have to remove the 'mailman'
entries preceding the commands.

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

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

Reply via email to