Control Web Panel

WebPanel => E-Mail => Topic started by: Sp0oK on September 22, 2015, 10:13:27 AM

Title: Mail Problem
Post by: Sp0oK on September 22, 2015, 10:13:27 AM
Hi guys, i have a problem with Mail..when i try to add mail account to domain it's not add. I installed CWP and i make update to Mysql to 5.6 and php 5.6..can you help me resolve that problem? I go to Add Email Account and i put email name and click Create new account but Mail List it's empty..:(
Title: Re: Mail Problem
Post by: Igor S. on January 07, 2016, 06:46:38 AM
Hello.

The CWP does not have officially support MySQL higher 5.5.x .
Try to run SQL code:
Code: [Select]
ALTER TABLE roundcube.users MODIFY alias varchar(128) null;