[imp]
vpopmail + IMP + courier IMAP.. question/problem re: servers.php config
K a z
ikazdek at hotmail.com
Wed Dec 11 13:57:56 PST 2002
I'm not sure what to put for the 'folders' entry with this setup. For some
reason I am unable to create new folders in the IMAP account. When I click
on 'folders' in imp when it's set in servers.php like this:
'folders' => 'INBOX.',
- then I get nothing.
When its set like
'folders' => 'INBOX',
- then my webserver & imap start spinning away in process table.
My settings for this server is as follows:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
// 'protocol' => 'imap/notls',
'protocol' => 'imap/ssl/novalidate-cert',
// 'port' => 143,
'port' => 993,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => '',
'smtphost' => 'mail.mydomain.com',
'realm' => mydomain.com',
'preferred' => ''
);
(mydomain.com is replaced with my real domain of course)
I think I have the same problem with Eudora when using IMAP - can't use
other folders. I'm wondering if it has something to do with the mailbox
location prefix setting (in eudora, equiv of the 'folders' setting here in
imp).. is it supposed to be /Maildir or something?
I am running Matt Simersons FreeBSD toaster basically.
Thanks for any help or info!
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
More information about the imp
mailing list