[horde] [imp] Mails are not showing in the inbox
Lars Stavholm
stava at telcotec.se
Sat Jan 6 03:32:58 PST 2007
Gyanchand Maurya wrote:
> Hi,
>
> I am using horde 3.1after login I am able to send mail but mails are
> not showing in the inbox or nor getting back.ithing there is some
> thing wrong with imap server but I am not able to figure out,
> but using pop3 and smtp I am able to send and reciev mail,
Have a look at your horde/imp/config/servers.php.
Here's mine using Cyrus IMAP:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => '',
'realm' => '',
'preferred' => '',
);
Hope that helps
/Lars
More information about the horde
mailing list