[horde] OSX Server namespace and IMP
Fred Wunderlich
fwunder at pwr.com
Wed Sep 11 19:11:22 PDT 2002
Anybody know what the correct namespace for OSX Server (10.2 Jaguar) should be?
SquirrelMail, running on the same XServe box and works fine, shows:
global $default_folder_prefix;
$default_folder_prefix = '';
Setting IMP servers.php to:
$servers['imap'] = array(
'name' => 'ME IMAP Server',
'server' => 'mail.me.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'me.org',
'smtphost' => 'localhost',
'realm' => 'me.org',
'preferred' => '',
'quota' => false
);
Allows for successful login, shows that there are messages in INBOX (from Folders view), but
mailbox.php doesn't display the messages.
Path to INBOX is:
/Library/AppleMailServer/AppleMail/UserAccounts/me/INBOX
Path to messages:
/Library/AppleMailServer/AppleMail/MailStore
Horde/IMP is running on a different machine and has no problem retrieving and reading via POP.
Thanks!!
-fred
More information about the horde
mailing list