Koozali.org: home of the SME Server

IMP 3.2 RPMs anyone?

Ian Wells

IMP 3.2 RPMs anyone?
« on: February 24, 2003, 08:05:03 PM »
Now that IMP 3.2 has been released has anyone tried this on SME 5.6 and rolled some RPMs?

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #1 on: February 24, 2003, 08:33:50 PM »
Hmmm, wasn't aware it was out (haven't been following the imp list as closely as I should, I guess).  I'll try to get around to it shortly, but it may be a while.

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #2 on: February 25, 2003, 06:07:51 PM »
OK, RPMs of IMP 3.2 and horde 2.2.1 are built and will be in my contrib area tonight.  There are a couple of things that need to be tweaked, though.  I'll work on updating my e-smith-horde and e-smith-imp RPMs, but probably won't have them ready until at least tomorrow night.

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #3 on: February 25, 2003, 06:33:34 PM »
Got to it quicker than I thought.  A new e-smith-imp RPM will also be in my contrib area tonight; a new horde one isn't needed.  To upgrade, do this:

* Install the three RPMs (horde, imp, and e-smith-imp)
* /sbin/e-smith/signal-event email-update
* /sbin/e-smith/expand-template /home/httpd/html/horde/config/horde.php
* /sbin/e-smith/expand-template /home/httpd/html/horde/config/registry.php

That should do it.

Graeme Fleming

Re: IMP 3.2 RPMs anyone?
« Reply #4 on: February 25, 2003, 09:26:58 PM »
.. just went looking for the RPM's and can't find them; where are they Dan??

BTW - any update to the Howto necessary for this update?

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #5 on: February 25, 2003, 09:46:21 PM »
As I wrote (twice), "will be in my contrib area *tonight*."  The mirror runs at 2130 EST; it'll probably show up on the ftp site at 2200 EST.

As far as updates to the HOWTO, I've only tested this on SME 5.6, and the HOWTO for that version appears in my last post.  It'll probably work on <= 5.5, but it may take some tweaking.

Graeme Fleming

Re: IMP 3.2 RPMs anyone?
« Reply #6 on: February 25, 2003, 10:32:22 PM »
Sorry Dan - got my timezones mixed up (as I am in Australia) - spose I will just have to be patient (not my best characteristic) :-)

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #7 on: February 25, 2003, 10:41:03 PM »
Not mine either, I'm sure.  If it helps, I don't see much in the way of visible changes compared to 3.1, which is what I was running before.

Peter Walter

Re: IMP 3.2 RPMs anyone?
« Reply #8 on: February 26, 2003, 05:30:19 AM »
Dan,

For the newbies among us, where is your contrib area?
Peter

Dan Brown wrote:
>
> As I wrote (twice), "will be in my contrib area *tonight*."
> The mirror runs at 2130 EST; it'll probably show up on the
> ftp site at 2200 EST.
>
> As far as updates to the HOWTO, I've only tested this on SME
> 5.6, and the HOWTO for that version appears in my last post.
> It'll probably work on <= 5.5, but it may take some tweaking.

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #9 on: February 26, 2003, 06:45:54 AM »

Peter Walter

Re: IMP 3.2 RPMs anyone?
« Reply #10 on: February 26, 2003, 06:38:31 PM »
Dan,

I downloaded your rpm's and updated my 5.5 server.  the update appeared to go well, but now, post-upgrade, webmail refuses my login, although I can still gain access from my IMAP client. I have tried resetting my password to no avail. Can you suggest where I should look for the problem?

Peter

Thor Anthrax

Re: IMP 3.2 RPMs anyone?
« Reply #11 on: February 26, 2003, 06:47:36 PM »
You have to upgrade to the latest horde and then do the stept Dan wrote earlier. That did the trick for me.

btw, Thanx Dan, for this great update! Nice work.

Peter Walter

Re: IMP 3.2 RPMs anyone?
« Reply #12 on: February 26, 2003, 06:55:52 PM »
Thor,

The three rpms I installed were:
e-smith-imp-1.9.0-01db.noarch.rpm
horde-2.2.1-1es.noarch.rpm
imp-3.2-1es.noarch.rpm

What other rpms do I need?

Peter

Dan Brown

Re: IMP 3.2 RPMs anyone?
« Reply #13 on: February 26, 2003, 07:09:08 PM »
Did you follow the two expand-template steps I indicated above?  If so, what are the contents of /home/httpd/html/horde/imp/config/servers.php?

Peter Walter

Re: IMP 3.2 RPMs anyone?
« Reply #14 on: February 26, 2003, 07:15:57 PM »
Dan,

Yes, I followed your steps carefully.  The contents of servers.php are below.

/*
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see http://www.e-smith.org/custom/
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------

*/
// Any entries whose key value ('foo' in $servers['foo']) begin with
// '_' (an underscore character) will be treated as prompts, and you
// won't be able to log in to them. The only property these entries
// need is 'name'. This lets you put labels in the list, like this
// example:
$servers['_prompt'] = array(
    'name' => 'Choose a mail server:'
);
 
Peter