DNS
From FusionForge Wiki
Domain structure
FusionForge recommends that you reserve a domain or subdomain for it, for instance:
- forge.yourdomain.tld : the web interface (http and https)
- scm.forge.yourdomain.tld : access to source repositories e.g. Git and SVN (https, ssh, rsync, xinetd)
- lists.forge.yourdomain.tld : mailing lists (smtp and https)
- users.forge.yourdomain.tld : user e-mail aliases (smtp)
- *.forge.yourdomain.tld : wildcard for project web pages
Bind configuration
TODO