It's simple once you understand where it all at...
1. Go to the upper right of your screen and right click your username, a drop down menu should appear.
2. Next click on "Account Settings" and then click email address on your left.
3. From there you should be able to make the changes you desire.
Found the solution. Thanks for your help max.
https://forum.vestacp.com/viewtopic.php?f=10&t=6650
Here is the quote from the VestaCP forum.
Remove rpaf that doesn't work.
apt-get remove libapache2-mod-rpaf
create the file remoteip.conf
vim /etc/apache2/mods-available/remoteip.conf the file should say this.
<IfModule mod_remoteip.c>
RemoteIPHeader X-Real-IP
RemoteIPInternalProxy 127.0.0.1
RemoteIPInternalProxy xxx.xxx.xxx.xxx (add your server IP here)
</IfModule> save the file. Activate remoteip which is native in Apache 2.4
a2enmod remoteip
service apache2 restart
Now works perfectly...