Hi,

I had problems getting the cronjobs to work until I found something that looks 
like an error in the docs to me.
It says do "% crontab -u mailman crontab.in" to set up your cronjobs. But the 
crontab.in file includes cron commands like:
0 8 * * * mailman /usr/lib/mailman/cron/checkdbs

So it results in the error msg (email):
Subject: [Mailman Site List] Cron <[EMAIL PROTECTED]> mailman 
/usr/lib/mailman/cron/gate_news
Body: /bin/sh: mailman: command not found

I fixed that my removing "mailman" from all commands in crontab.in. E.g.:
0 8 * * * /usr/lib/mailman/cron/checkdbs

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
------------------------------------------------------
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