- Peter Gradwell <[EMAIL PROTECTED]>:
(Could you please keep your lines shorter than 80 characters?)
| I'm trying to envisiage a totally automatic domain name registering
| system, where by the webform takes a domain name registration
| request, sends off the appropriate forms, adds the appropriate dns
| entries and changes the mail server config so you can accept mail
| for that domain...
|
| However, this would require adding an entry to virtualdomains for
| each new domain, and thus restarting your qmail server, probably not
| a good plan.
No need to restart. Just HUP it. If qmail-send is controlled by
supervise, all that is needed is something like svc -h /var/run/qmail.
| Would it be possible to have the virtual domains file replaced with
| some sort of database mechanism
Just go and hack in some cdb support in qmail-send, but why bother?
- Harald