Submitted a ticket about this but thought i would post it here as well.
Mailman doesn't deliver any mail that is being sent to the list. It does however send out welcome emails if you do a bulkregister of members as admin.
The mails are incoming as they are saved in the qfiles folder but never delivered.
One weird thing is that if the maillist is set up on a subdomain, then it's working like a charm. No problems there.
This is what my crontab.in file looks like:
# At 5PM every day, mail reminders to admins as to pending requests
0 17 * * * /usr/bin/python -S /usr/local/cpanel/3rdparty/mailman/cron/checkdbs
#
# Noon, mail digests for lists that do periodic as well as threshhold delivery.
0 12 * * * /usr/bin/python -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/python -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/python -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/python -S /usr/local/cpanel/3rdparty/mailman/cron/nightly_gzip
#
# Retry failed deliveries once per minute.
* * * * * /usr/bin/python -S /usr/local/cpanel/3rdparty/mailman/cron/qrunner
Any help would be greatly appreciated!



LinkBack URL
About LinkBacks

Reply With Quote





