[Tickets #12652] Re: SMTP to localhost with no authentication

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Oct 21 13:13:38 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12652
------------------------------------------------------------------------------
  Ticket             | 12652
  Updated By         | r at hq.sk
  Summary            | SMTP to localhost with no authentication
  Queue              | Horde Base
  Version            | 5.1.4
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


r at hq.sk (2013-10-21 13:13) wrote:

Same problem here.

horde/conf.php:
$conf['mailer']['params']['host'] = 'localhost';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['localhost'] = 'localhost';
$conf['mailer']['params']['auth'] = false;
$conf['mailer']['type'] = 'smtp';

imp/backends.php:
$servers['imap'] = array(
     'disabled' => false,
[..imap config omited...]
         'smtp' => array(
                 'debug' => '/tmp/horde_smpt.log')
);

/tmp/horde_smpt.log:
------------------------------
>> Mon, 21 Oct 2013 15:07:12 +0200
S: 220 gw2.example.com ESMTP
C: EHLO gw2
S: 250-gw2.example.com
S: 250-PIPELINING
S: 250-SIZE 104857600
S: 250-VRFY
S: 250-ETRN
S: 250-STARTTLS
S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: STARTTLS
S: 220 2.0.0 Ready to start TLS
C: EHLO gw2
S: 250-gw2.example.com
S: 250-PIPELINING
S: 250-SIZE 104857600
S: 250-VRFY
S: 250-ETRN
S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: AUTH DIGEST-MD5
S: 334 [...base64 data omitted...]
[AUTH Command - method: DIGEST-MD5; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: AUTH CRAM-MD5
S: 334 [...base64 data omitted...]
[AUTH Command - method: CRAM-MD5; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: AUTH LOGIN
S: 334 [...base64 data omitted...]
C: [...base64 data omitted...]
S: 334 [...base64 data omitted...]
[AUTH Command - method: LOGIN; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
[AUTH Command - method: PLAIN; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: QUIT
S: 221 2.0.0 Bye
S: 220 gw2.example.com ESMTP
C: EHLO gw2
S: 250-gw2.example.com
S: 250-PIPELINING
S: 250-SIZE 104857600
S: 250-VRFY
S: 250-ETRN
S: 250-STARTTLS
S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: STARTTLS
S: 220 2.0.0 Ready to start TLS
C: EHLO gw2
S: 250-gw2.example.com
S: 250-PIPELINING
S: 250-SIZE 104857600
S: 250-VRFY
S: 250-ETRN
S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: AUTH DIGEST-MD5
S: 334 [...base64 data omitted...]
[AUTH Command - method: DIGEST-MD5; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: AUTH CRAM-MD5
S: 334 [...base64 data omitted...]
[AUTH Command - method: CRAM-MD5; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: AUTH LOGIN
S: 334 [...base64 data omitted...]
C: [...base64 data omitted...]
S: 334 UGFzc3dvcmQ6
[AUTH Command - method: LOGIN; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
[AUTH Command - method: PLAIN; username: username]
S: 535 5.7.8 Error: authentication failed: authentication failure
C: QUIT
S: 221 2.0.0 Bye






More information about the bugs mailing list