Morning all, I upgraded from 1.5.2 to 1.6.0, but the SMTP auth broke. I got the error message when I tried to send a message in the browser: SMTP Error (): Authentication Failed.
Smtp-auth worked before, and it still works with my other non-webmail clients. I noticed some values had changed e.g default_host, smtp_server I asked it to update the files, but looks like it tried but failed: # # grep smtp_host config.inc.php # But it did correctly update imap_host: # grep imap_host config.inc.php $config['imap_host'] = 'localhost:9043'; # A grep for smtp gives: # grep smtp config.inc.php $config['smtp_log'] = false; // requires 'smtp_timeout' to be non zero. // $config['smtp_conn_options'] = [ $config['smtp_conn_options'] = array ( $config['smtp_port'] = 587; # The user.log file shows: Sep 25 08:11:06 mx roundcube: <jr04h66p> PHP Error: SMTP server does not support authentication (POST /?_task=mail&_unlock=loading1664093466188&_framed=1&_action=send) Sep 25 08:11:06 mx roundcube: <jr04h66p> SMTP Error: Authentication failure: mx.example.org Sep 25 08:11:06 mx roundcube: PIPELINING Sep 25 08:11:06 mx roundcube: SIZE 23960000 Sep 25 08:11:06 mx roundcube: ETRN Sep 25 08:11:06 mx roundcube: STARTTLS Sep 25 08:11:06 mx roundcube: ENHANCEDSTATUSCODES Sep 25 08:11:06 mx roundcube: 8BITMIME Sep 25 08:11:06 mx roundcube: DSN Sep 25 08:11:06 mx roundcube: SMTPUTF8 (Code: 250) in /var/www/webmail.roundcube/program/lib/Roundcube/rcube.php on line 1795 (POST /?_task=mail&_unlock=loading1664093466188&_framed=1&_action=send) ## Output of upgrade script: Running update script at target... WARNING: Replaced config options: (These config options have been replaced or renamed) - 'default_host' was replaced by 'imap_host' - 'smtp_server' was replaced by 'smtp_host' Do you want me to fix your local configuration? (y/N) t^Uy^Uy . backing up the current config file(s)... . writing /var/www/webmail.roundcube/config/config.inc.php... Done. Your configuration files are now up-to-date! Executing database schema update. Updating database schema (2021081000)... [OK] Updating database schema (2021100300)... [OK] This instance of Roundcube is up-to-date. Have fun! All done. Has anybody got any ideas? Regards, S _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
