The 4 virtual_host*.conf files can now have scripting built in for even more flexibility. Realting to these guides: http://help.directadmin.com/item.php?id=2 http://help.directadmin.com/item.php?id=3 You can now add things like: |$/usr/local/bin/php <? echo "ServerAlias webmail.|DOMAIN|n"; ?> DONE| as a very basic (and fairly useless) example on how you can use it. The main purpose for adding it is to allow the ability for parsing tokens to customize their output. In theory, you can also write the virtualhost while using mysql settings if you want. The flexibilty is pretty much endless. ---------------- DA 1.44.1: Ability to set your own token variables via scripts: http://www.directadmin.com/features.php?id=1531