Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Jim Hale on January 01, 2003, 07:41:02 PM
-
Was just wondering if anyone had a HOWTO, RPM or anything to getting the new version installed on SME 5.5?
Thanks!
-
Jim,
Shad Lords has done a great job to integrate Mailman into SME server (http://lordsfam.net/downloads/production/mailman-2.1).
He has updated through the beta versions and recently to rc1 and I expect him to update to final mailman 2.1 as well (probably soon if he is not on holiday).
Regards,
Michael Doerner
-
Mailman v2.1 final has been releases and my packages have been updated. Because of naming conventions there is a little problem updating. Clean installs work just fine. Follow the following steps to upgrade.
1) service mailman stop
2) rpm -Uvh --oldpackage mailman-2.1-1.i386.rpm
3) /sbin/e-smith/expand-template /opt/mailman/Mailman/mm_cfg.py
4) /opt/mailman/bin/update
5) service mailman start
Thanks,
-Shad
http://lordsfam.net/downloads/production/mailman-2.1/
-
FANTASTIC!
Thanks Shad and Michael :)
-
So what is the actual order to install for a new, clean install?
-
Stick all rpm's in a directory and issue 'rpm -Uvh *.rpm'
-Shad