You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ ! -d "/var/lib/mysql/mysql" ]; then /usr/bin/mysql_install_db;fi
/etc/init.d/mysql start;
PSSW=`doveadm pw -s MD5-CRYPT -p $PADMP | sed 's/{MD5-CRYPT}//'`
if [ ! -d "/var/lib/mysql/mail" ];
then mysql < /roundcube_postfixadmin.sql;mysql -e "insert into admin values('$PADMIN','$PSSW',1,'2016-03-02 15:23:14','2016-03-03 16:24:44',1);insert into domain_admins values('$PADMIN', 'ALL', NOW(), 1)" mail;