On 5/1/20 8:45 am, Dirk Dettmering Roundcube User Mailinliste wrote:
I have a working installation of roundcube 1.3.10 and want to upgrade
it to 1.4.X. But from 1.4.0 on I can't get smtp authorization
working. Of course I adjusted the configuration for 1.4.X:

I'm no expert but I just checked my settings and FWIW the only
differences I can see are...

$config['smtp_server'] = 'ssl://hostname.domain.tld';
$config['smtp_port'] = 465;
//$config['smtp_auth_type'] = 'PLAIN'; // default to NULL

$config['smtp_server'] = 'tls://hostname.domain.tld';
$config['smtp_port'] = 587;
// I also tried $config['smtp_port'] = 465;
$config['smtp_timeout'] = 0;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['smtp_auth_type'] = 'PLAIN';

And here, the PHP code should report the fact but the code itself
should not throw a "PHP error" so maybe you have a mismatch of PHP
versions or support libs. Just a wild guess.

"PHP Error: SMTP server does not support authentication"

--
Mark Constable
0419 530 037
https://spiderweb.com.au
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to