nikos wrote: >I put the "mailto" line in crontab and I recieve the first errors: > >/bin/sh: mailman: command not found > >I think refers to mailman /usr/lib/mailman/cron/... lines. >What is wrong with that?
You have installed a "system" crontab as the mailman user's crontab. The crontab you installed is designed to be put in a file in /etc/cron.d/ (e.g. /etc/cron.d/mailman). Thus it has an extra field between the days/times and the command which contains the userid (mailman) under which the command is to be run. If you install it in /var/spool/cron/ via the crontab command, you have to remove the mailman userid field from between the times and 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 [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/ 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&file=faq01.027.htp
