It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
wget -O - http://autoinstall.plesk.com/one-click-installer | sh
curl http://autoinstall.plesk.com/one-click-installer | sh
fetch -o - http://autoinstall.plesk.com/one-click-installer | sh
Comments
1. MySQL socket error.. resolution is to add:
bind-address = "your ip address" (without quotes)
into my.cnf file (/etc/mysql/my.cnf) under [mysqld] section.
2. Dovecot won't start.. resolution is, create new config file in /etc/dovecot/conf.d
name it for example: 5-ip4-listen.conf and add there:
# Listen on IPv4 only
listen = *
save it and Dovecot will start now.
Resolution is to create Passive Ports config file in /etc/proftd.d/
for example: 40-passive-ports.conf
put there for example:
PassivePorts 30000 30400
and then in Plesk Firewall config you have to create new rule to open that ports ( Allow incoming from all on port 30000-30400/tcp )