I think the box is now usable. There are 3 sites enabled currently:
https://ponymail-vm.apache.org/_T_E_S_T_master/ - this uses the current master code and the local ES 5.x database I use the script /home/pm/resync_master to pull updates from Git. https://ponymail-vm.apache.org/_T_E_S_T_0.9/ - this uses the 0.9 code (as per Git) and the local ES 5.x database Note that the local database has some mails/lists flagged as private (in fact they are copies of public mails, so no security problems can arise) https://ponymail-vm.apache.org/_GUI_/ - this uses the current master GUI code and the live database Calls to the local api/*.lua scripts are routed to https://lists.apache.org/ (this can be a bit slow sometimes) This allows one to compare the behaviour of the old and new GUI None of the sites currently support logins. The URLs are deliberately akward so they don't look like live systems Local auth ======== No auth methods have been set up. This was deliberate, to avoid any possibility of credential leakage. However it might be possible to set up some local auth for use against the local database using a suitable aaa_local module. Since there is no private information in the local database, exposure of local credentials should not be a problem It's probably not a good idea to allow auth in the _GUI_ installation as that would run the risk of exposing the credentials used by the live site.
