ALGUNA IDEA PARA SOLUCIONAR ESTE ERROR Auth_SASL

Ocurre al tratar de configurar el correo al momento de intentar selccionar la carpeta de IMBOX del corrreo . solo me ocurreo en al nueva version suitecrm 8.3.1. en la 8.3.0 no ocurre de antemano muchas gracias.


ubuntu 22.04.4
mysql 8.0.33
apache 2.4
suitecrm 8.3.1

When you run these commands from the command line:

pear channel-update pear.php.net 
pear install Auth_SASL 
sudo systemctl reload apache2  

…and go to Admin, Email, New inbound email account again, what’s the behavior?

EDIT: you may need to fully restart apache to get this new package used by PHP.
In linux, run:
sudo systemctl restart apache2