[imp] how to restore email functionality in a horde install?

Robert P. J. Day rpjday at crashcourse.ca
Wed Nov 4 12:52:00 UTC 2009


  been a while since i was on the horde lists, frantically looking for
help to migrate horde from a very old debian install to a much newer
one.  here's hoping this is a simple question.

  in the *old* horde directory (down under /var/www/.../horde, from
back in august), there was an "imp" directory so, obviously, email had
been configured for use back then.  here's the relevant snippet from
the old registry.php file:

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => 'mail',
);

  as i was doing that migration, i was told that email under horde
wasn't that big a deal since they were standardizing on thunderbird as
their email client, so i simply left out copying over the "imp"
directory; thusly, there is no email functionality in the current
horde setup.

  well, time marches on, and they want it back so is it sufficient to
just copy over that entire "imp" directory to the new horde directory?
the *current* registry.php file reads:

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => array('mail', 'contacts/favouriteRecipients')
);

(not sure where that new provides element came from, but it doesn't
look like it would hurt anything.)

  in short, the new horde setup appears to already correctly refer to
an "imp" directory (if one only existed).  need i simply restore that
entire directory to get back the previous functionality?

  NOTE:  we're talking a *very* old version of IMP whose directory i
would restore.  from the imp README file:

:Last update:   $Date: 2004/10/20 06:05:48 $
:Revision:      $Revision: 2.21 $
:Contact:       imp at lists.horde.org

  yes, i'd want to update that at some point but, for now, just to get
email back, can i grab that old directory?  and would i have to
restore anything *else* from the old horde directory?  thanks muchly.

rday
--


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================


More information about the imp mailing list