Hi,
I am currently trying to configure my installation of Horde and have nearly got it working... users can login and check their email but they only see their INBOX. According to the Horde FAQ this can be caused by:
- The $conf['user']['allow_folders'] setting in conf.php
- Whether IMAP subscriptions are required ($_prefs['subscribe'] in horde/imp/config/prefs.php).
- The configuration of the folders and namespace variables in horde/imp/config/servers.php (See that file for more details).
The first two are set correctly. The third is where I believe the problem lies. Here is the PHP code from servers.php (my domain is
www.copelin.co.uk)
$servers['imap'] = array(
'name' => 'Copelin.co.uk Mail Server',
'server' => 'mail.copelin.co.uk',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '/home/copelin/mail/copelin.co.uk/',
'namespace' => '',
'maildomain' => 'copelin.co.uk',
'smtphost' => 'localhost',
'realm' => '',
'preferred' => ''
);
Can anyone please tell me what I have done wrong, or even if the above is indeed correct? I have tried setting 'folders' to /home/copelin/mail/ but that brings up a blank page whenever I use Horde/IMP.
Any help from fellow Surpassers would be much appreciated!
Regards
Jonathan