[Tickets #13567] Re: Horde_SMTP misses horde-auth authentication to SMTP server
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Sep 16 07:11:38 UTC 2014
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/13567
------------------------------------------------------------------------------
Ticket | 13567
Aktualisiert Von | Klaus.Steinberger at physik.uni-muenchen.de
Zusammenfassung | Horde_SMTP misses horde-auth authentication to SMTP
| server
Warteschlange | Horde Base
Version | 5.2.1
Typ | Bug
Status | Not A Bug
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
Klaus.Steinberger at physik.uni-muenchen.de (2014-09-16 07:11) hat geschrieben:
That's my config in backends.d:
<?php
$servers['imap']['disabled'] = true;
$servers['advanced']['disabled'] = false;
$servers['advanced']['hordeauth'] = true;
$servers['advanced']['name'] = 'Fakultät IMAP Server';
$servers['advanced']['hostspec'] = 'localhost';
$servers['advanced']['secure'] = 'none';
$servers['advanced']['admin']['params']['admin_user'] = '*******';
$servers['advanced']['admin']['params']['admin_password'] = '*******';
$servers['advanced']['admin']['params']['userhierarchy'] = 'user/';
$servers['advanced']['smtp']['debug'] = '/tmp/smtp.log';
$servers['advanced']['smtp']['host'] = 'mail.physik.uni-muenchen.de';
$servers['advanced']['smtp']['port'] = 587;
$servers['advanced']['quota']['params']['unit'] = 'GB';
$servers['advanced']['cache'] = 'none';
$servers['advanced']['maildomain'] = 'physik.uni-muenchen.de';
As you can see $servers['advanced']['hordeauth'] = true; is set. And
it does not work, are you sure the configuration at your site really
works the way you want? See the smtp.log:
------------------------------
>> Tue, 16 Sep 2014 09:07:02 +0200
>> Connection to: smtp://mail.physik.uni-muenchen.de:587
S: 220 mail.physik.uni-muenchen.de ESMTP Postfix
C: EHLO testwebmail.physik.uni-muenchen.de
S: 250-mail.physik.uni-muenchen.de
S: 250-PIPELINING
S: 250-SIZE 31457280
S: 250-VRFY
S: 250-ETRN
S: 250-STARTTLS
S: 250-XVERP
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: STARTTLS
S: 220 2.0.0 Ready to start TLS
>> Successfully completed TLS negotiation.
C: EHLO testwebmail.physik.uni-muenchen.de
S: 250-mail.physik.uni-muenchen.de
S: 250-PIPELINING
S: 250-SIZE 31457280
S: 250-VRFY
S: 250-ETRN
S: 250-AUTH LOGIN PLAIN
S: 250-AUTH=LOGIN PLAIN
S: 250-XVERP
S: 250-ENHANCEDSTATUSCODES
S: 250-8BITMIME
S: 250 DSN
C: MAIL FROM:<Campus-admin at physik.uni-muenchen.de> SIZE=593 BODY=7BIT
C: RCPT TO:<Klaus.Steinberger at physik.uni-muenchen.de>
S: 250 2.1.0 Ok
S: 554 5.7.1
<testwebmail.physik.uni-muenchen.de[2001:4ca0:4102::2:200]>: Client
host rejected: Access denied
C: RSET
S: 250 2.0.0 Ok
C: QUIT
S: 221 2.0.0 Bye
As you can see authentication is never tried.
More information about the bugs
mailing list