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

Christophe BONNET christophe.bonnet at lkb.ens.fr
Tue Sep 22 13:19:59 UTC 2009


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 ?

Thanks in advance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4081 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.horde.org/archives/imp/attachments/20090922/78f62baf/attachment.bin>


More information about the imp mailing list