email is not valid
email is not valid
I have put a valid email address but the Vesta Installation quits in the middle email address is not valid cannot create admin ..
Nice
Nice
Re: email is not valid
Error: email [email protected] is not valid
Error: can't create admin user
I have google DNS setup what the problem is this ???
Error: can't create admin user
I have google DNS setup what the problem is this ???
Re: email is not valid
Code: Select all
echo "nameserver 8.8.8.8" > /etc/resolv.conf
Re: email is not valid
Had the same issue, firewall was blocking outgoing connections from vps. Add a rule to allow it by typing the following on CLI and press enter.
Code: Select all
iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT