Here is my crontab, per your request:


# At 5PM every day, mail reminders to admins as to pending requests
0 17 * * * /usr/local/bin/python -S /local5/mailman/cron/checkdbs
#
# Noon, mail digests for lists that do periodic as well as threshhold delivery.
0 12 * * * /usr/local/bin/python -S /local5/mailman/cron/senddigests
#
# 5 AM on the first of each month, mail out password reminders.
0 5 1 * * /usr/local/bin/python -S /local5/mailman/cron/mailpasswds
#
# Every 5 mins, try to gate news to mail.  You can comment this one out
# if you don't want to allow gating, or don't have any going on right now,
# or want to exclusively use a callback strategy instead of polling.
# 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/python -S /local5/mail
man/cron/gate_news
#
# At 3:27am every night, regenerate the gzip'd archive file.  Only
# turn this on if the internal archiver is used and
# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py
27 3 * * * /usr/local/bin/python -S /local5/mailman/cron/nightly_gzip
#
# Retry failed deliveries once per minute.
* * * * * /usr/local/bin/python -S /local5/mailman/cron/qrunner




At 07:25 AM 7/4/2001 +0530, you wrote:
On Jul 3, 2001 at 19:36, Forrest Aldrich wrote:

>I just installed Mailman today, by-the-book and double checked as much as I
>could, and I'm having the same problems.

>archive (even though I told it to archive the new private list), but I see
>in the qfiles directory:
>
>4da4aafdb0a6912bd8774da049fc15a4d25ffe7d.db
>4da4aafdb0a6912bd8774da049fc15a4d25ffe7d.msg
[snip]

>My crontab was installed properly and I HUP'd the cron process (the paths
>are correct in the crontab entries).

Please post your crontab.

>         Alias /pipermail/ "/local5/mailman/archives/"
>
>Though I admit to not seeing where that is useful -- and it doesn't let me
>at the archive anyway.

It won't let you at the list archive, until at least one message has
been posted to the list.

>Do you have to place an entry in the httpd.conf file for every list you
>create?? 

No.

--
Satya. <URL:http://satya.virtualave.net/>
US-bound grad students! For pre-apps, see <URL:http://quickapps.cjb.net/>
One man's "magic" is another man's engineering.  "Supernatural" is a null
word.              -- Robert Heinlein


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to