Changes

Jump to navigation Jump to search
398 bytes removed ,  23:29, 16 January 2008
Line 77: Line 77:  
Extract/untar/unzip the tar/zip file.
 
Extract/untar/unzip the tar/zip file.
 
  tar -xvzf /var/lib/mailman.tar.gz
 
  tar -xvzf /var/lib/mailman.tar.gz
The rpm should have expanded the httpd configuration file and restarted the service but it hasn't. Small bug. The following reconfigures the httpd/web service (this should be able to be replaced with an event, but I'm not sure which one, yet -if you know, change it or talk it).
+
The lists are transferred but the SME SERVER doesn't know about them. Let the server know about the list:
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event mailman-addlist <listname>
Now we have to restart it to take effect. Since it's a 'supervised' service, we just have to stop it. It will start again on its own.
  −
/etc/init.d/httpd stop
  −
Finally, start the mailman service.
  −
/etc/init.d/mailman start
      
All your lists and lists' configurations should now be available at: http://domain.name/mailman
 
All your lists and lists' configurations should now be available at: http://domain.name/mailman
227

edits

Navigation menu