RE: [Mailman-Users] list emails aren't being sent (me, too) FIXED?

2001-07-03 Thread Forrest Aldrich

Ah.
It wasn't immediately obvious to me that the crontab in question needed
to be installed under the "mailman" ID.   
On FreeBSD, they have individual crontab entries, but also /etc/crontab
-- where most of my stuff goes.
I've put this into mailman's crontab, and manually ran the qrunner, and
the messages got delivered and the archive was visible.  That seems
to fix it major issue in question.
Note that confirmations of posts were not sent out -- and I've
subsequently tried this since then, and the post gets processed, and I
did configure it to send a confirmation back to the poster.
Yeah, the crontab was a flagrant oversight -- but maybe the docs could
emphasize this a bit, for those that might run into this.
Thanks for everyone's help.

At 10:16 PM 7/3/2001 -0400, Forrest Aldrich wrote:
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


RE: [Mailman-Users] list emails aren't being sent (me, too)

2001-07-03 Thread Forrest Aldrich

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. 
US-bound grad students! For pre-apps, see

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


RE: [Mailman-Users] list emails aren't being sent (me, too)

2001-07-03 Thread Satya

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. http://satya.virtualave.net/>
US-bound grad students! For pre-apps, see 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



RE: [Mailman-Users] list emails aren't being sent (me, too)

2001-07-03 Thread Forrest Aldrich

Interesting.
I just installed Mailman today, by-the-book and double checked as much as
I could, and I'm having the same problems.
/var/log/maillog shows that the message is sent (no errors) to
"wrapper" which is symlinked (on FreeBSD) in
/usr/libexec/sm.bin and has the correct permissions.
The logs/smtp file doesn't say anything useful:
Jul 03 18:28:32 2001 (75115) smtp for 1 recips, completed in 0.279
seconds
Nothing in the other logs that would point to a problem. 
"check_perms -f" says all is well.
The aliases in /etc/mail/aliases are set up correctly (that would be
obvious).
The administrative interface (web) says there is nothing in queue, and no
archive (even though I told it to archive the new private list), but I
see in the qfiles directory:
4da4aafdb0a6912bd8774da049fc15a4d25ffe7d.db
4da4aafdb0a6912bd8774da049fc15a4d25ffe7d.msg
6929ca5872c4a2d5c1d5b23a83ae5d25583d5e6b.db
6929ca5872c4a2d5c1d5b23a83ae5d25583d5e6b.msg
8118db9ce7268a9dd718f5cb2764d2260025abfe.db
8118db9ce7268a9dd718f5cb2764d2260025abfe.msg
84a81a52835bd793a1c0066286e304e9bbeeb75c.db
84a81a52835bd793a1c0066286e304e9bbeeb75c.msg
c7d72dd3264910737585c35e16372ae52caab1ed.db
c7d72dd3264910737585c35e16372ae52caab1ed.msg
My crontab was installed properly and I HUP'd the cron process (the paths
are correct in the crontab entries).
The httpd.conf (Apache 1.3.20) seems to be correctly configured -- I can
get to the interface using:
http://ourhost.ourdomain.com/mailman/admin
I installed an alias per the instructions I read:
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.
Do you have to place an entry in the httpd.conf file for every list you
create??   I want to have my private lists available in archive
form for the admin.
So... :-)  Just a little concerned about why this isn't working and
where I can look next for something awry.

Thanks in advance.

_F



At 09:49 AM 7/3/2001 +0200, Enriko Groen wrote:
> -Original
Message-
> From: Moonlit Submit
[mailto:[EMAIL PROTECTED]]
> 
> Hello,
> I need to know if there's a command for when
> list's mail isn't being sent.
> I do have shell access, but I need step by step instructions for
this.
The keyword is logfiles.
Check the mailman /log directory and check the MTA (mailer) logfiles
which
are placed depending on your mailer and OS.
Most probably /var/log/maillog or something similar...
--
Enriko Groen, Hosting manager

netivity bv  
www.netivity.nl 
 [EMAIL PROTECTED]
038 - 850 1000   van nagellstraat
4  8011 eb  zwolle

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


RE: [Mailman-Users] list emails aren't being sent

2001-07-03 Thread Enriko Groen

> -Original Message-
> From: Moonlit Submit [mailto:[EMAIL PROTECTED]]
> 
> Hello,
> I need to know if there's a command for when
> list's mail isn't being sent.
> I do have shell access, but I need step by step instructions for this.

The keyword is logfiles.
Check the mailman /log directory and check the MTA (mailer) logfiles which
are placed depending on your mailer and OS.

Most probably /var/log/maillog or something similar...

--
Enriko Groen, Hosting manager

netivity bv   www.netivity.nl   [EMAIL PROTECTED]
038 - 850 1000   van nagellstraat 4  8011 eb  zwolle

 

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