Solved IMAP php module - Was not enable for user

technoredac

Verified User
Joined
Mar 16, 2023
Messages
35
I activated IMAP in the custombuild options which updated all my PHP verison.
But it seems that users still don't have IMAP on their web interface.

Note that I don't use cloudlinux, so I don't have an interface for users to activate it themselves.

What should I do to enable everyone to use IMAP?

kD5jkL7.png


Here is screenshot from user

bs6Jh13.png
 
Try rebuilding php via SSH and see if it throws errors.
Code:
cd /usr/local/directadmin/custombuild
./build update
./build php n
 
Back
Top