Hi, a new fresh installation of latest release under Ubuntu 24.04. I cannot get it to make incoming mail to work. I always get
Can not authenticate to IMAP server: The Auth_SASL package is required for DIGEST-MD5 authentication
Whe testing the connection. I checked this thread ( Import of e-mail fail...π - #64 by rsp ) but could not make it work. Is there a known solution to this? If so, how do I apply it? If no, what combo OS + SuiteCRM + PHP version should I use? I find it frustrating at the first attempt to use SuiteCRM and finding such an important bug to begin with :-(.
Hi @idiriasl ,
The error is due to missing SASL support in PHPβs IMAP extension on Ubuntu 24.04.
You can fix it by installing the proper SASL libs before enabling PHP IMAP, or, simpler, by switching your mail server to use LOGIN/PLAIN authentication with SSL/TLS, which does not require SASL.
This isnβt a SuiteCRM bug; itβs an environment requirement for certain IMAP auth methods.