I have just installed vqadmin 2.3.6 with 2 patches from sourceforge
"valias support" and "dir_control fix, vlimits, pretty quotas".
The add domain page populates the fields with defaults I don't want.
How do I configure my own defaults?
One options I thought of was to remove the javascript from the
template (add_domain.html) that does this. As I don't really need
defaults but they would be handy.
<script language="JavaScript">
function fillForm() {
form1.lusers.value = '';
form1.lfor.value = '';
form1.lalias.value = '';
form1.lresponder.value = '';
form1.llists.value = '';
form1.quota.value = '';
}
</script>
There must be a better way.
cheers,
Bjorn