See this bug for details:
http://bugs.horde.org/ticket/7050


horde from cvs (updated today)

imp/config/servers.php is only


$servers['_prompt'] = array(
    'name' => _("Choose a mail server:")
);

$servers['imap'] = array(
        'name' => 'Lupus',
        'server' => 'mail.olen.net',
        'protocol' => 'imap/ssl/novalidate-cert',
        'port' => '993',
        'maildomain' => 'olen.net',
        'smtphost' => 'smtp.nytt.no',
        'smtpport' => 25,
        # 'hordeauth' => 'full',
);


The setup worked for a few years, and a few months ago apache started segfaulting when loading sidebar.php

I have tried different protocols and ports and most other settings, but only after commenting out hordeauth=true (or 'full') I am able to load sidebar.php

If I remove "hordeauth" from the config, I can log into imp with the login-form without a problem.

Any help to debug this would be appreciated.

My "weird" setup of horde also contains the following:

The server runs only https.
Authentication is done via LDAP. (I can log in to horde just fine, so auth works).


Rgds.

Ola Thoresen



--
         _,--',   _._.--._____
  .--.--';_'-.', ";_      _.,-'   Ola Thoresen
 .'--'.  _.'    {`'-;_ .-.>.'
       '-:_      )  / `' '=.      It is easier to fix Unix
         ) >     {_/,     /~)     than to live with Windows
         |/               `^ .'

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to