Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 23
  1. #1
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default mailman won't send digests daily - help?

    Mailman doesn't seem to want to send digests each day, even though the list is configured to do so:

    Should a digest be dispatched daily when the size threshold isn't reached? YES

    The last digest it kicked out was sent today Feb 28th at 11:32AM local time (I thought digests were sent at Noon?) and contained messages dating back to Monday Feb 23rd.

    My e-mail program thinks the digest is about 72kb, but maybe it is close to 100kb, the current digest limit.... so maybe it is only sending a digest when the size limit is reached?

    Any help for this newbie?

    - Scott

  2. #2
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    ** bump **

    Please, anyone have any ideas or where can I turn? The last digest I received from this one particular list had messages from March 9th through March 23rd. 36 messages, about 62kb in size. But I have MailMan configured for this list to send digests out daily!

    Help?

    - Scott

  3. #3
    Registered User
    Join Date
    Mar 2004
    Posts
    3

    Default

    Most likely your mailman cron job file has gotten wiped. You may need to reinstall the Mailman crontab.in to the cron jobs. These urls helped me solve the problem:

    http://www.python.org/cgi-bin/faqw-m...=faq05.004.htp

    http://www.mail-archive.com/mailman-.../msg20256.html

    http://www.kurtwerks.com/software/mailman.html
    scroll down to #13

    Keep in mind that the specific paths shown on these webpages may be different from your Mailman installation, you may need to modify them for your server.

  4. #4
    cPanel Partner NOC This forum account has been confirmed by cPanel staff to represent a vendor.cPanel Partner NOC Badge
    Join Date
    Nov 2001
    Location
    San Clemente, Ca
    Posts
    703

    Default

    whats the command below return

    crontab -l -u mailman
    Shaun Reitan
    NDCHost.com - cPlicensing.net - ProVPS.com
    Contact us for your cPanel Licensing needs! We Price Match, We provide Support, We take care of our customers!

  5. #5
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    First, I want to say that if you ever need cPanel licensing products (monthly with or without support, or yearly licenses, Shaun & Steve at CPLicensing are awesome -- great pricing & support!).

    As far as the question, the output of that command is:

    root@www3 [~]# crontab -l -u mailman
    # DO NOT EDIT THIS FILE - edit the master and reinstall.
    # (/dev/null installed on Wed Mar 17 02:53:21 2004)
    # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
    root@www3 [~]#

  6. #6
    Registered User
    Join Date
    Mar 2004
    Posts
    3

    Default

    That means your Mailman cron job file is empty. Follow the info at the urls I posted above to reinstall your Mailman cron job and your daily digests will start coming again.

  7. #7
    cPanel Partner NOC This forum account has been confirmed by cPanel staff to represent a vendor.cPanel Partner NOC Badge
    Join Date
    Nov 2001
    Location
    San Clemente, Ca
    Posts
    703

    Default

    Check my response to the ticket you have open.
    Shaun Reitan
    NDCHost.com - cPlicensing.net - ProVPS.com
    Contact us for your cPanel Licensing needs! We Price Match, We provide Support, We take care of our customers!

  8. #8
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Thanks for helping out this newbie. What I am trying to understand is that here is the contents of usr/local/cpanel/src/3rdparty/gpl/mailman-2.1.3/cron/crontab.in:

    MAILTO=postmaster
    # At 8AM every day, mail reminders to admins as to pending requests.
    # They are less likely to ignore these reminders if they're mailed
    # early in the morning, but of course, this is local time...
    0 8 * * * /usr/bin/python2 -S /usr/local/cpanel/3rdparty/mailman/cron/checkdbs
    #
    # At 9AM, send notifications to disabled members that are due to be
    # reminded to re-enable their accounts.
    0 9 * * * /usr/bin/python2 -S /usr/local/cpanel/3rdparty/mailman/cron/disabled
    #
    # Noon, mail digests for lists that do periodic as well as threshhold delivery.
    0 12 * * * /usr/bin/python2 -S /usr/local/cpanel/3rdparty/mailman/cron/senddigests
    #
    # 5 AM on the first of each month, mail out password reminders.
    0 5 1 * * /usr/bin/python2 -S /usr/local/cpanel/3rdparty/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/bin/python2 -S /usr/local/cpanel/3rdparty/mailman/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/bin/python2 -S /usr/local/cpanel/3rdparty/mailman/cron/nightly_gzip

    So, when you say my mailman cron is empty... how do I get the above to run?

    Sorry for dumb questions! You are talking to an MCSE who is trying to get un-assimmilated.

    - Scott

  9. #9
    Registered User
    Join Date
    Mar 2004
    Posts
    3

    Default

    You might check out Shaun's reply on your ticket first.

    Or read these urls that I posted earlier, the answer is there, follow the instructions:

    http://www.mail-archive.com/mailman...g/msg20256.html

    http://www.python.org/cgi-bin/faqw-...e=faq05.004.htp

  10. #10
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Thanks -- I sort of get it now... except. On one of the links above, the page says:

    >> If you are using an older Mailman, like version 2.0.x,
    >> then you forget to set up the crontab entries. Check the
    >> Mailman's crontab:

    And it goes on to have the same as what I'm being told to put into the crontab. But I am using Mailman 2.1 as far as I know, not version 2.0.

    Oh well, maybe this is one of those that I won't wind up understanding, but will just do as told.

    - Scott

  11. #11
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Just to give some closure on this... for reasons unknown, the mailman cron job was missing. It was there, the digests had been working, but *poof* it was gone.

    Thanks everyone for the clues to solve the mystery! Learning something everyday...

    - Scott

  12. #12
    Member
    Join Date
    May 2003
    Posts
    36

    Default

    About a month ago we had someone reporting their digest not working. We checked, and the mailman cron was empty. I copied it from another of our servers, and all was fine again.

    Today they reported it again. And again I found it missing. But this time, it was missing on the first 'one of our other servers' I checked our other servers, and it appears that it has been killed on ALL two dozen or so of them.

    I ran /scripts/reinstallmailman, and it has put it back. But perhaps a more serious question here - what is causing it to be blown away in the first place, on all of our servers. If it was just one, I would assume it was just a glitch on that one. But this appears to be something related to cpanel, since thats the only commonality on these servers. (The mailman cron is fine other servers, which are not running cpanel)

  13. #13
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Thanks for letting me know that it's not just my machine!!!

    Sorry for the newbie question, but can you tell me what you did to reinstall mailman? I wound up replacing the cron job, but it might be easier to just launch some script in the future to resolve this.

    - Scott

  14. #14
    Member
    Join Date
    May 2003
    Posts
    36

    Default

    " /scripts/reinstallmailman"

  15. #15
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    FYI, my mailman cron is EMPTY AGAIN!!!

    This sucks.

    EDIT: I ran /scripts/reinstallmailman and it's back again... let's see for how long. Any ideas why it is going away?

    - Scott
    Last edited by sneader; 04-04-2004 at 03:26 PM.

Similar Threads & Tags
Similar threads

  1. Email won't send...
    By h0tmailz in forum E-mail Discussions
    Replies: 0
    Last Post: 12-13-2008, 11:01 AM
  2. exim won't send
    By cyanide in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 03-30-2005, 03:00 AM
  3. mailman won't send as plain text
    By forwardweb in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-19-2003, 07:36 AM
  4. I need to send raw logs daily via cron to my client
    By dianaward in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 06-03-2003, 06:35 PM
  5. NeoMail won't send
    By griz in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 04-17-2002, 10:30 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube