> On Jun 18, 2024, at 2:45 PM, Noel Jones via Postfix-users 
> <postfix-users@postfix.org> wrote:
> 
> 
>> On Jun 18, 2024, at 2:30 PM, Paul Schmehl via Postfix-users 
>> <postfix-users@postfix.org> wrote:
>> 
>> So, here is what I now have configued in roundcube:
>> 
>> $config['smtp_host'] = 'tls://mail.stovebolt.com:465';
>> $config['smtp_auth_type'] = 'PLAIN';
>> $config['smtp_user'] = '%u';
>> $config['smtp_pass'] = '%p’;
>> 
> 
> When sending to port 465 with wrapper mode, you need to use 
> ssl://mail.stovebolt.com:465
> 
> ie. ssl: instead of tls:

I changed the config like this:

>> $config['smtp_host'] = 'tls://mail.stovebolt.com:587';

And sent mail successfully.

So, I guess we can mark this one as solved.

Paul Schmehl
paul.schm...@gmail.com
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to