[Mailman-Users] mailman won't send out mail

Jon Carnes jonc at nc.rr.com
Thu Jul 31 17:59:29 CEST 2003


On Thu, 2003-07-31 at 11:29, Justin Rush wrote:
> Thanks alot to all those that replied and helped me out.  Adding those 
> lines to my config file fixed the problem.  However, for somereason the 
> qrunner was not running, so I started it manually.  What is the best to 
> way to start this on boot?
> 

Since you are using Red Hat 9, use the chkconfig utility (or you could
use the Services gui that comes in the System Settings/Server Settings
menu).

chkconfig --list mailman
mailman         0:off   1:off   2:off   3:off   4:off   5:off   6:off

chkconfig --level 345 mailman on
# this will turn the mailman daemon on automatically when the server is
booted.

Hope this helps - Jon Carnes

> On 31 Jul 2003, Jon Carnes wrote:
> 
> > 
> > Put the following in your /var/mailman/Mailman/mm_cfg.py file:
> > MAILMAN_USER = 'mailman'
> > MAILMAN_GROUP = 'mailman'
> > 
> > Also you will need to put in your hosts real domain name:
> > #DEFAULT_EMAIL_HOST = 'porky.devel.redhat.com'
> > #DEFAULT_URL_HOST = 'porky.devel.redhat.com'
> > DEFAULT_EMAIL_HOST = 'list.anncons.org'
> > DEFAULT_URL_HOST = 'list.anncons.org'
> > DEFAULT_URL_PATTERN = 'http://%s/mailman/'
> >                                                                                 






More information about the Mailman-Users mailing list