6.2. Mailserver for CVS updates
To setup a mailserver for CVS updates, first download and install mailman. For Red Hat systems, the following RPM could be used:
After installing, read the following information about Mailman and what needs to be done after installation (taken from the RPM meta data):
"Mailman is software to help manage email discussion lists, much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely from the web. Mailman also integrates most things people want to do with mailing lists, including archiving, mail <-> news gateways, and so on.
When the package has finished installing, you will need to:
- Run /var/mailman/bin/mmsitepass to set the mailman administrator password.
- Edit /var/mailman/Mailman/mm_cfg.py to customize mailman's configuration for your site.
- Modify the sendmail configuration to ensure that it is running and accepting connections from the outside world (to ensure that it runs, set "DAEMON=yes" in /etc/sysconfig/sendmail, ensuring that it accepts connections from the outside world may require modifying /etc/mail/sendmail.mc and regenerating sendmail.cf), and
- Add these lines:
ScriptAlias /mailman/ /var/mailman/cgi-bin/ Alias /pipermail/ /var/mailman/archives/public/ <Directory /var/mailman/archives> Options +FollowSymlinks </Directory>
to /etc/httpd/conf/httpd.conf to configure your web server.
Users upgrading from previous releases of this package may need to move their data or adjust the configuration files to point to the locations where their data is."
Then run /var/mailman/bin/newlist and follow the directions from there.