[horde] smtp auth sasl

Nicolás Valera nvalera at gmail.com
Thu Mar 1 11:05:00 UTC 2012


Thanks!
it works...

Cheers
Nicolás.

On 02/29/2012 12:29 PM, Jan Schneider wrote:
>
> 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
>



More information about the horde mailing list