[horde] Horde 2.2 & Imp 3.2 - Only INBOX folder

nick at ndhsoft.com nick at ndhsoft.com
Wed May 21 10:00:09 PDT 2003


Hello again,

I found two problems that corrected my problem:

> I am running Horde-2.2, Imp-3.2, Turba-1.2 and Kronolith-1.1 on Red Hat
> 9 with Qmail, Courier-Imap, Vpopmail, Qmailadmin . . .  Vpopmail is
> authenticating with MySql.
>
> Everything works except I only have a INBOX folder, no SENT folder.  I
> am unable to create any others.
>
> Mail in and out is working.  Turba and Kronolith are working fine.
>
> Any help will be greatly appreciated.
>
> Thanks,
>
> Nick
> nick at ndhsoft.com
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

First, I changed 'folders' => from '', to 'INBOX.',

Imp severs.php:


$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'INBOX.',
    'namespace' => '',
    'maildomain' => '',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => ''
);

Second, I corrected some file ownerships to apache:apache

Thanks,

Nick





More information about the horde mailing list