[Tickets #13567] Re: Horde_SMTP misses horde-auth authentication to SMTP server

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Sep 15 13:57:23 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           | Feedback
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


Klaus.Steinberger at physik.uni-muenchen.de (2014-09-15 13:57) hat geschrieben:

> What parameter are you talking about?

these in config backends.php:

$servers['advanced']['smtp'] = array(
                 'auth' => true,
                 'horde_auth' => true,
                 'debug' => '/tmp/smtp.log',
                 'host' => 'mail.physik.uni-muenchen.de',
                 'port' => 587,
         );

horde_auth is not used anywhere in Horde_smtp (but it worked before  
the change to Horde_SMTP), look into /usr/share/pear/Horde/Smtp.php at  
line 440/441, the code looks only for "username" which is for  
authentication with _one_ fixed account. We need to use horde_auth, so  
that the credentials of the user are used.

I did change these two lines, but later in the code also horde_auth is  
not used.








More information about the bugs mailing list