> On Jun 18, 2024, at 2:30 PM, Paul Schmehl via Postfix-users > <[email protected]> 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: — Noel Jones _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
