[horde] smtp auth sasl
Jan Schneider
jan at horde.org
Wed Feb 29 15:29:44 UTC 2012
Zitat von Nicolás Valera <nvalera at gmail.com>:
> Jan, thanks for answer!
> maybe i didn't explain well.
> I'm trying to configure the horde mailer with a sasl auth smtp
> server and if it is possible with the user credentials.
>
> $conf['mailer']['params']['host'] = 'smtps.example.com';
> $conf['mailer']['params']['port'] = 465;
> $conf['mailer']['params']['auth'] = true;
>
> i didn't see the ssl option
Try this:
$conf['mailer']['params']['host'] = 'ssl://smtps.example.com';
$conf['mailer']['params']['port'] = 465;
$conf['mailer']['params']['auth'] = true;
> On 02/29/2012 11:35 AM, Jan Schneider wrote:
>>
>> Zitat von Nicolás Valera <nvalera at gmail.com>:
>>
>>> hi, is it possible to configure horde to use SMTP authentication
>>> using ssl and current username/password used by the logged user,
>>> instead of a fixed username/password specified on
>>> horde/config/conf.php ?
>>
>> One hasn't do with the other, so: yes.
>>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
--
The Horde Project
http://www.horde.org/
More information about the horde
mailing list