[imp] Please check the syntax of my SERVERS.PHP file

MaxM impuser@wired2net.com
Tue Oct 15 03:52:12 2002


$servers['pop'] = array(
    'name' => 'POP Mail',
    'server' => 'mail.realvaluexx.com',
    'protocol' => 'pop3',
    'port' => 110,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'realvaluexx.com',
    'realm' => 'realvaluexx.com',
    'preferred' => ''
);

Is the folders key value supposed to be blank ? The messages reside in
/var/spool/mail/myloginname folder.

The PROBLEM

When I log into http://www.realvaluexx.com/horde it tell me that INBOX has 4
messages. But when I click on the INBOX hyperlink the next inbox content
window shows 0 messages. So I think its looking at the wrong place.

I have used OutlookExpress and telnet to verify that the messages are
accessible.

Thanks.

Max