Control Web Panel

WebPanel => Postfix => Topic started by: xUser on January 10, 2017, 01:37:00 PM

Title: Postfix: Can't create email accounts
Post by: xUser on January 10, 2017, 01:37:00 PM
Hi guys, i upgraded mysql to 5.7 and now i can't add email account to clients, when i try to add it's going to reload page and nothing! Can you please help me?
Title: Re: Postfix: Can't create email accounts
Post by: locvfx on February 17, 2017, 06:00:22 AM
edit your /usr/my.cnf:

#nano /usr/my.cnf

add this line
sql_mode=NO_ENGINE_SUBSTITUTION

Ctrl-X , Y

Restart mysqld
# service mysqld restart