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

Title: Mailman 2.1 FINAL Released...
Post 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!
Title: Re: Mailman 2.1 FINAL Released...
Post by: Michael Doerner on January 01, 2003, 11:15:50 PM
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
Title: Re: Mailman 2.1 FINAL Released...
Post by: Shad Lords on January 02, 2003, 02:19:32 AM
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/
Title: Re: Mailman 2.1 FINAL Released...
Post by: Jim Hale on January 02, 2003, 03:02:04 AM
FANTASTIC!

Thanks Shad and Michael :)
Title: Re: Mailman 2.1 FINAL Released...
Post by: Jay Rentmeester on January 08, 2003, 06:38:53 AM
So what is the actual order to install for a new, clean install?
Title: Re: Mailman 2.1 FINAL Released...
Post by: Shad Lords on January 09, 2003, 11:23:52 PM
Stick all rpm's in a directory and issue 'rpm -Uvh *.rpm'

-Shad