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
Hello , I an trying install the version of lejmr/iredmail:mysql-0.9.7 in my server cloud (Azure), but ever its show me follow error:
Waiting for MySQL is up
.mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 13 - Permission denied)
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Hello , I an trying install the version of lejmr/iredmail:mysql-0.9.7 in my server cloud (Azure), but ever its show me follow error:
Waiting for MySQL is up
.mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 13 - Permission denied)
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
I ran:
docker run --privileged -p 3000:80 -p 443:443 -p 110:110 -p 587:587 -p 995:995 -p 993:993 -p 143:143 -e "DOMAIN=mydomain.com" -e "HOSTNAME=mail" -e "MYSQL_ROOT_PASSWORD=root" -e "SOGO_WORKERS=1" -e "TIMEZONE=Europe/Prague" -e "POSTMASTER_PASSWORD={SSHA512}mbjedENKHAewCV+VleLJBxMra9FsdNjZbtQi7aeTSe5wCejn4lf3JVhphVNTGKLcVvr1a5e2TcN5jhDSGeC5ZYUP5n0=" -e "IREDAPD_PLUGINS=['reject_null_sender', 'reject_sender_login_mismatch', 'greylisting', 'throttle', 'amavisd_wblist', 'sql_alias_access_policy']" -v $(pwd)/mysql:/var/lib/mysql -v $(pwd)/vmail:/var/vmail -v $(pwd)/clamav:/var/lib/clamav --name=mailServer lejmr/iredmail:mysql-0.9.7
My server cloud :
kernel => Linux
kernelmajversion => 4.15
kernelrelease => 4.15.0-1035-azure
kernelversion => 4.15.0lsb
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
*but if I run this in my local computer work perfectly.
The text was updated successfully, but these errors were encountered: