Author Topic: Postfix: Can't create email accounts  (Read 8739 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Postfix: Can't create email accounts
« 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?

Offline
***
Re: Postfix: Can't create email accounts
« Reply #1 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