[horde] horde not auth with dovecot
José Eduardo Martins
jemartins at fis.unb.br
Sun Jun 16 15:11:10 UTC 2013
Can you see this with that command line?
$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
---
Eduardo
Citando Andreas Mauser <andreas at mauser.info>:
> ----- Nachricht von Michael J Rubinsky <mrubinsk at horde.org> ---------
> Datum: Sun, 16 Jun 2013 10:58:02 -0400
> Von: Michael J Rubinsky <mrubinsk at horde.org>
> Antwort an: mrubinsk at horde.org
> Betreff: Re: [horde] horde not auth with dovecot
> An: horde at lists.horde.org
>
>
>> Quoting Andreas Mauser <andreas at mauser.info>:
>>
>>> Hi,
>>>
>>> we created another Horde server, CentOS, postfix, dovecot, we can
>>> connect with thunderbird, and send mails to local users. The Horde
>>> 5 installation went fine, we could configure everything well, but
>>> when it comes to switch to Horde IMAP authentification Horde says
>>> always we can not log on because of password or username wrong.
>>>
>>> This will be a test server before updates goes production, and we
>>> use '' in cookies with no FQDN.
>>> We set Horde to Debug but the only message that comes up in syslog is:
>>>
>>> Jun 16 16:44:28 testhorde HORDE: [horde] FAILED LOGIN for andreas
>>> [192.168.24.110] to Horde [pid 1601 on line 199 of
>>> "/var/www/html/webmail/login.php"]
>>>
>>> We did not change the imp/config/backends.php:
>>>
>>> // IMAP server
>>> $servers['imap'] = array(
>>> // ENABLED by default; will connect to IMAP port on local server
>>> 'disabled' => false,
>>> 'name' => 'IMAP Server',
>>> 'hostspec' => 'localhost',
>>> 'hordeauth' => false,
>>> 'protocol' => 'imap',
>>> 'port' => 143,
>>> // Plaintext logins are disabled by default on IMAP servers (see RFC 3501
>>> // [6.2.3]), so TLS is the only guaranteed authentication available by
>>> // default.
>>> 'secure' => 'tls',
>>> );
>>
>>
>> Do you see the authentication attempt in the imap server's mail log?
>
> Thank you for your fast answer. No, there is no such message in
> syslog. dovecot logs to syslog, but also in maillog I see no attemt
> to connect anywhere.
>
> Andreas
More information about the horde
mailing list