Yes, it's running, altough not perfect (sometimes it's terribly slow).
First, you should make that there is at least one mail in your mailbox, so it's 'initialized'. Authentication should go via imap, using localhost as server and imap/notls as protocol (port 143).
Imp is something else, the server list should be 'hidden' and you should edit /horde/imp/config/servers.php so $servers['imap'] becomes something like this:
Code:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'newnewyork.be',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);
And just hope that everything goes fast, since I added turba (contact manager) and another theme (from
www.w8.se), everything is incredibly irritating slow (don't know why, still figuring out) and the administration menu doesn't work any more

(and I just find oud, the menu in imp is also gone

)
Recent comments
9 hours 4 sec ago
9 hours 59 min ago
13 hours 46 min ago
15 hours 48 sec ago
18 hours 37 min ago
1 day 1 hour ago
1 day 10 hours ago
1 day 12 hours ago
2 days 3 hours ago
2 days 5 hours ago