Horde IMP: E-mails not loading

Discussion in 'HOWTO-Related Questions' started by chomes, Jan 4, 2011.

  1. chomes

    chomes New Member

    I'm trying to figure out how to get e-mails to load up.

    I've configured Imp and I can see all the e-mails in the test account, but when I click on it, the screen goes white after showing that it's loading up the message id at the bottem of the page.

    I'm sure i'm missing a simple configuration but any help would be appreciated. Here's my servers.php file:

    $servers['imap'] = array(
    'name' => 'megatron',
    'server' => '192.168.10.251',
    'hordeauth' => true,
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => 'my-domain.org',
    'smtphost' => 'mailhost.my-domain.org',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',


    Is there another config file I need to be looking at to get this working fully?

    *edit* Sorry I didn't give more details.

    I'm using Centos 5.5 as the server and MySQL is installed if this helps. I'm also using a ClearOS to run the LDAP and the CentOS authorizes via the ldap for usernames etc.

    *edit again*

    We've decided to just use squirrelmail it's letting us read e-mails and we'll just work on configuring the shared calander for that. if a mode could thread that'd be great, thanks.
     
    Last edited: Jan 5, 2011

Share This Page