Q & A

Eroare Roundcube : smtp error (454) authentication failed. roundcube. Cum rezolv problema. Rog ajutati-ma.

  • GNU/Linux.ro
  • 3 years ago

Aceasta solutie normal nu ar trebui sa functioneze, dar pare sa functioneze. Exista o serie de linii care arata astfel:

// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';

Roundcube pare sa functioneze corect daca schimbati liniile astfel:

// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';