237-cvs: Still no folders (was: Re: [imp] IMP 2.3.7: No folders selectable/shown)
Alexander Skwar
ASkwar@DigitalProjects.com
Mon, 17 Sep 2001 19:56:54 +0200
So sprach »Chuck Hagenbuch« am 2001-09-12 um 12:56:09 -0400 :
> No versions of UW that I know of use INBOX. for folders... ?
Well, I just now did a complete reinstall of horde. Currently, I'm only
interested in getting imp to work.
For this, I did a fresh checkout of the horde cvs.
I copied the horde checkout to /var/www/html/horde, and the imp checkout
to /var/www/html/horde/imp. Next, I copied all the .dist files to the
"correct" files (ie. foo.php.dist -> foo.php, bar.txt.dist -> bar.txt).
After, I modified ./imp/config/servers.php like this:
$servers['imap'] = array(
'name' => 'IMAP Server',
- 'server' => 'localhost',
+ 'server' => 'imap.example.com',
'protocol' => 'imap',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
- 'maildomain' => 'DigitalProjects.com',
- 'smtphost' => 'localhost',
- 'realm' => 'DigitalProjects.com',
+ 'maildomain' => 'example.com',
+ 'smtphost' => 'smtp.example.com',
+ 'realm' => 'example.com',
'preferred' => ''
);
So, $servers is:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'DigitalProjects.com',
'smtphost' => 'localhost',
'realm' => 'DigitalProjects.com',
'preferred' => ''
);
This is also the first entry for $servers.
Last, I modified ./config/horde.php:
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = 'XyyyXyyyy';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
Now, when I login, what should I enter in the "folders prefix" text
entry area? I tried "mail/" which resulted in IMP not showing any
folders at all (besides Inbox, sent-mail and saved-mail). Then I tried
leaving this spot blank, which caused quite some heavy action for some
minutes but then Netscape told me, that it didn't get any response.
One or two weeks ago, I tried the stable horde/imp, and there imp
showed me the folders just fine.
Alexander Skwar
--
How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
Homepage: http://www.digitalprojects.com | http://www.iso-top.de
iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 4 days 11 hours 31 minutes