[imp] Invalid Mailbox Name

Franck GENTEUR franck.genteur@zetamind.com
Wed, 24 Apr 2002 14:02:13 +0200


Yeah ! That worked ! I don't really know where the problem was but,
anyway, it works fine now. Thank you Bruce for your help and also Will
for his suggestions.

I'll record this issue in my knowledge base as soon as it is online...

Thanks again !

Jester

-----Message d'origine-----
De : Bruce Peterson [mailto:bpeterson@nc.rr.com] 
Envoyé : mercredi 24 avril 2002 13:46
À : Franck GENTEUR; imp@lists.horde.org
Objet : Re: [imp] Invalid Mailbox Name

Frank,
Yes that fixed my problem.  I can create folders under IMP using
"INBOX.newfolder".  Here are some settings to check.

I'm running:
Qmail 1.03
vPopMail 5.2
Courier-IMAP 1.4.4
IMP 3.0

------------------------------------------------
FILE:   horde/imp/config/prefs.php

$_prefs['folders'] = array(
    'value' => '',
    'locked' => true,
    'shared' => false,
    'type' => 'implicit',
    'desc' => _("Path to your mail folders:")
);

// user default mailbox
$_prefs['mailbox'] = array(
    'value' => 'INBOX',
    'locked' => true,
    'shared' => false,
    'type' => 'implicit'
);
-------------------------------------------------
FILE:   horde/imp/config/servers.php

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

---------------------------------------------
FILE:   horde/imp/config/conf.php

$conf['user']['allow_folders'] = true;
$conf['server']['show_dotfiles'] = true;

-------------------------------------------------------------------

Let me know if that still doesn't fix it..
Thanks
Bruce