[imp] New Net_SMTP package
Damian Alejandro Fernandez Sosa
damlists at cnba.uba.ar
Thu Jan 23 22:27:44 PST 2003
the "auth" parameter in $conf['mailer']['params'] MUST be true to allow
Mail class to authenticate. Now I'm sending a patch to the Pear dev list
to add a authMethod parameter to allow to select one particular Auth
Method.
For now the Net_SMTP class auto-select the best method available (it
checks the most secure first)
The $conf['mailer'] should be
$conf['mailer']['params'] = array('host' => 'imp.example.com',
'auth' => true);
On Thu, 2003-01-23 at 19:51, Jan Schneider wrote:
> Zitat von Yoseff Francus <francus at yossi.com>:
>
> > My real question is how to configure it within horde. Previously the
> > configuration line in horde.php was:
> >
> > $conf['mailer']['params'] = array('host' => 'imp.example.com', 'auth' =>
> > true);
> >
> > What does the line need to look like now? Is it something like this:
> >
> > $conf['mailer']['params'] = array('host' => 'imp.example.com',
> > 'auth' => 'CRAM-MD5');
>
> No, the Mail package hasn't been updated yet to use Net_SMTP's new auth
> mechanisms.
More information about the imp
mailing list