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/' > > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org