IMAP MODULE

Anyone that could help me with this error in installing SuiteCRM. This was the error “IMAP ModuleNot found: InboundEmail and Campaigns (Email) require the IMAP libraries. Neither will be functional.” What will i do to resolve this ?

You need to install and enable the IMAP module in PHP.

If you are on shared hosting with a CPanel, this is sometimes found as a checkbox that you select under “PHP modules” or similar.

If you have access to your own server, you can check your php.ini to enable that module. you might have to install it first in your OS.

Look for generic instructions on how to achieve this for your specific system, without reference to SuiteCRM. Just Google something like “enable imap module in php 7.1 on Ubuntu 16.04” or whatever is your case.

1 Like

If you are on ubuntu , it should be staright a command as “Root” user.

something like that

apt-get install php7.1-imap

1 Like

This blog may help.
https://store.outrightcrm.com/how-to-upgrade-php-7-2-and-use-multiple-php-rendition-on-ubuntu-18-04/