[horde] Solved Can't log in to IMP...

Michael Robinson plug_1 at robinson-west.com
Sat Apr 20 00:40:13 UTC 2013


On Fri, 2013-04-19 at 18:31 -0600, Michael M Slusarz wrote:
> Quoting Michael Robinson <plug_1 at robinson-west.com>:
> 
> > A fatal error has occurred
> > IMP_Imap: Invalid method call "getParam".
> >
> > My backends.local.php must still be wrong :-(
> >
> > [root at xerxes config]# cat backends.local.php
> > <code>
> > <?php
> >         $servers['imap']['hostspec'] = 'mail.robinson-west.com';
> >         $servers['imap']['hordeauth'] = false;
> >         $servers['imap']['disabled'] = false;
> >         $servers['imap']['protocol'] = 'imap';
> >         $servers['imap']['port'] = 143;
> >         $servers['imap']['secure'] = false;
> > ?>
> > </code>
> 
> Get rid of the <code> tags.  Your backends.local.php should look like:
> 
> <?php
>      $servers['imap']['hostspec'] = 'mail.robinson-west.com';
>      $servers['imap']['hordeauth'] = false;
>      $servers['imap']['disabled'] = false;
>      $servers['imap']['protocol'] = 'imap';
>      $servers['imap']['port'] = 143;
>      $servers['imap']['secure'] = false;
> 
> 
> michael
> 
> ___________________________________
> Michael Slusarz [slusarz at horde.org]

Awesome, I got in.  Thank you.  Next I need to integrate kaPow and then
I should see about using SSL/TLS.




More information about the horde mailing list