[imp] Horde Groupware Webmail Edition 1.2.4 / uw-imap

Jan Schneider jan at horde.org
Tue Sep 22 16:44:31 UTC 2009


Zitat von Christophe BONNET <christophe.bonnet at lkb.ens.fr>:

> Hello,
>
> I'm trying to setup Horde Groupware Webmail Edition 1.2.4 with the  
> IMAP server : uw-imap
>
> I can't modify IMAP/SMTP server settings (not root).
>
> My imp/config/server.php file is :
>
> $servers['imap'] = array(
>    'name' => 'IMAP Server',
>    'server' => 'imap.mydomain.com',
>    'hordeauth' => 'false',
>    'protocol' => 'imap/ssl/novalidate-cert',
>    'port' => 993,
>    'maildomain' => 'mydomain.com',
>    'smtphost' => 'smtp.mydomain.com',
>    'smtpport' => 25,
>    'realm' => '',
>    'preferres' => '',
>    'imap_config' => array(
>       'namespace' => array(
>          'mail/' => array(
>             'name' => 'mail/',
>             'delimiter' => '/',
>             'type' => 'personal',
>             'hidden' => false
>          ),
>       ),
>       'search_charset' => array(
>          'UTF-8' => true
>       ),
>    ),
> );
>
> User inbox is under /var/mail/<user_id> (mbox format) and sent  
> mails, trash & drafts is under ~/mail/Sent, ~/mail/Trash &  
> ~/mail/Drafts.
>
> When a user logs, in IMP interface, in the left column, folders  
> Sent, Trash & Drafts appear but not the inbox, this is because the  
> imap_config is present, i think.
>
> How to display inbox in the left column ?

How about *not* setting imap_config then, which is not supported anyway?

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the imp mailing list