Page 1 of 1
email is not valid
Posted: Sun Oct 26, 2014 9:54 am
by guineapig
I have put a valid email address but the Vesta Installation quits in the middle email address is not valid cannot create admin ..
Nice
Re: email is not valid
Posted: Sun Oct 26, 2014 9:58 am
by guineapig
Error: email
[email protected] is not valid
Error: can't create admin user
I have google DNS setup what the problem is this ???
Re: email is not valid
Posted: Mon Oct 27, 2014 8:20 pm
by imperio
Code: Select all
echo "nameserver 8.8.8.8" > /etc/resolv.conf
Re: email is not valid
Posted: Mon Oct 27, 2014 8:32 pm
by Milka
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