dustyp
I downgraded from 8.1 beta2 to 8.0 and it all started working OK
I assume you mean "it all worked again" on a default install of sme8.0 OS without extensive configuration or modification.
That implies that a default sme server is working correctly & your general network setup is OK (ie allowing access to Internet from workstations), but also implies that your production sme server configuration or modifications are the source of the issue you are experiencing.
You need to use the troubleshooting tools available to see what changes you have made to your sme server that may be the source of the problem.
See /sbin/e-smith/audittools
particularly run these commands
/sbin/e-smith/audittools/newrpms
/sbin/e-smith/audittools/templates
This also may help if you understand the output
iptables -L
There may be custom templates that are causing the issue, only you know what changes you have made to your server.
There may be a contrib installed that is blocking access.
You could temporarily move any/all custom templates to a safe location, then do
signal-event post-upgrade
signal-event reboot
& see if access is again available.
Then I restored from my backup so I would have all the emails and webs whereupon it stopped working again in spite of reporting 8.0.How can I restore my users, groups emails and web site alone?
It's easy enough to manually restore emails & web sites in ibays, but restoring users & groups (only) is difficult as the configuration data is stored in various db files & locations along with system configuration settings & cannot easily be extracted (on its own).
To restore users & groups & other necessary configuration to restore those, will also include system configuration & end up repeating (restoring) the same issues you are having now.
See this Howto for an overview of backup & restore including non standard procedures, which may be of limited assistance to you.
http://wiki.contribs.org/Backup_server_configI think the best answer is to troubleshoot your system, per above suggestions.
Post the output of those commands here so others can see.
PS If you start randomly changing settings on your server etc, that only makes it harder to track what has happened, so resist making hurried or trial & error changes. Investigate & diagnose first.