Marvin Raab wrote: > >I've setup ver. 2.1.9 on Fedora 8. I used yum to install (can't find >'configure' but that's not really my question) and configured it using the >docs on the website including the cron section: >% cd $prefix/cron >% crontab -u mailman crontab.in
That's your problem. As Stephen points out, when you install a package via yum, you should not then go to the documentation for installing the source distribution. The crontab.in in your package is designed to be installed in /etc/cron.d/mailman, and in fact, yum may have already put it there. Again, as Stephen points out, if you install this crontab.in via the crontab command (which puts it in /var/spool/cron/mailman), you have to remove the 'mailman' from between the times and the command. BTW, don't do this without first verifying that there is no /etc/cron.d/mailman. >I did search through some of this lists archives but didn't see this >particular problem. It's discussed many times. See <http://www.google.com/search?q=site%3Amail.python.org++inurl%3Amailman++crontab+%22mailman%3A+command+not+found%22>. In particular, see <http://mail.python.org/pipermail/mailman-users/2005-May/044891.html>. -- 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
