icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » PHP, MySQL » Horde Installation help please

PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >>

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old September 6th, 2004, 4:51 PM   #1 (permalink)
Surpass Fan
Comfy Contributor
 
jdcopelin's Avatar
 
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
165 posts
Gave thanks: 22
Thanked 18 times
Horde Installation help please

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
__________________
Server: Pass32 and dedicated server
jdcopelin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 13th, 2004, 7:05 PM   #2 (permalink)
Registered User
Fresh Surpasser
 
Joined in Aug 2004
27 posts
Gave thanks: 0
Thanked 0 times
I wish I could help, but I can't even get Horde setup at all. I have no clue what I'm doing. I wanted to setup the newer version because of the fetchers.....but I can't figure it out... Any help (maybe in the form of some instructions) to get to your point would also be greatly appreciated! =)
sndinc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 14th, 2004, 6:27 AM   #3 (permalink)
Surpass Fan
Comfy Contributor
 
jdcopelin's Avatar
 
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
165 posts
Gave thanks: 22
Thanked 18 times
I will try to help you as much as I can, just let me know where you are up to and what works and what doesn't etc. My installation of IMP still isn't working so perhaps two heads will be better than one!
__________________
Server: Pass32 and dedicated server
jdcopelin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On