[imp] Re: [horde] problems sending mail

Andy andy at stronzo.d2g.com
Fri Mar 21 00:18:45 PST 2003


Hello,



Quoting Ole Andreas Weel <weelers at c2i.net>:

> Redhat 7.3
> Horde 2.0
> Imp 3.2
> Exim-3.36-2
> Using imap

WHICH imap do you use? Depends on handling the servers.php


> 
> I can send/recive mail with outlook express in one of the windows computers
> in the network. But with Imp i can only recive, and when i try to send i get
> the error msg:
> 
> Fatal error: Call to a member function on a non-object in
> /usr/share/pear/Mail.php on line 52
> 
> 
> from file /usr/share/pear/Mail.php on line 52:
> 
>     return $this->raiseError('Unable to find class for driver ' , $driver);
> 
> ---------------
> maillog:
> 
> Mar 20 16:16:38 jonas imapd[30575]: Authenticated user=sivly
> host=localhost.localdomain [127.0.0.1]
> Mar 20 16:16:38 jonas imapd[30575]: Logout user=sivly
> host=localhost.localdomain [127.0.0.1]
> 
> 127.0.0.1 is the localhost and the server is running on this.
> 
> ---------------
> In the file /var/www/html/mail/horde/imp/config/servers.php
> 
> I have this:
> 
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => 'localhost',  <-- it is this computer the server is running
>     'protocol' => 'imap/notls',
>     'port' => 143, <-- yes this is open
>     'folders' => 'mail/',
>     'namespace' => '',
>     'maildomain' => 'gurustation.hiof.no', <- this is right
>     'smtphost' => 'mail.gurustation.hiof.no', <- this is right
>     'realm' => '',
>     'preferred' => 'true'
> );
> 
maybe try that:

      'folders' => '',
       'namespace' => 'INBOX.',

instead of the above. Depends on your imapd.

so long,

Andy



> + some more stuff..
> 
> is there something more ?
> 
> -Ole
> 
> 
> 
> 
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 





More information about the imp mailing list