Later versions of Mailman, versions 2.1 and above, need
cron for certain support jobs, but not for normal mail
delivery. In Mailman 2.1.x there is an independent daemon
called mailmanctl. You need to make sure that the mailmanctl
daemon is also running
ps auxww| grep mailmanctl |grep -v grep
If this returns a blank line then the Mailman daemon is not
running!
Also, do
ps auxww | egrep 'p[y]thon'
or
ps -fAww | egrep 'p[y]thon'
or however you might spell it on your system. This should
show that mailmanctl and eight qrunner processes are all
running.
|