[imp] Invalid Mailbox Name
Bruce Peterson
bpeterson@nc.rr.com
Wed, 24 Apr 2002 07:45:59 -0400
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
#####################################################
----- Original Message -----
From: "Franck GENTEUR" <franck.genteur@zetamind.com>
To: <imp@lists.horde.org>
Sent: Wednesday, April 24, 2002 4:27 AM
Subject: RE : [imp] Invalid Mailbox Name
Hi
Bruce, that doesn't work... what did this solve for you ? were you able
to create the folders ? How did you name them ? Did you create them from
IMP interface or Outlook ?
Will, creating a folder called INBOX.testsent in the folders menu
doesn't work. I have the same error message :"Invalid Mailbox Name". I
don't think sent-mail is related to mbox format as I've seen
configurations using Maildir with this folder.
The real question is : what is this @#!#ing 'Invalid Mailbox name error'
? Where does it come from ? What causes it ? How to debug it ?... etc
-----Message d'origine-----
De : Bruce Peterson [mailto:bpeterson@nc.rr.com]
Envoyé : mardi 23 avril 2002 21:24
À : Franck GENTEUR; imp@lists.horde.org
Objet : Re: [imp] Invalid Mailbox Name
Frank... I think I found it.
Edit the /imp/config/conf.php file and set the following:
$conf['server']['show_dotfiles'] = true;
Let me know if it works for you...
Thanks
Bruce
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org