I installed qmailadmin 1.0.21 with "--enable-domain-autofill=Y" option, but when I enter the qmailadmin page, the domain row is empty how can I fill it :-) thx for your help,
With or without the autofill feature, you can pass the domain name in on the original URL to have it populate in the fields.
For example:
http://www.test.com/cgi-bin/qmailadmin?dom=something.net&user=hello
Will call up qmailadmin with the "User Account" pre-filled as hello and "Domain" pre-filled as "something.net".
With autofill, qmailadmin will search through /var/qmail/control/virtualdomains, looking for a domain that appears in the HTTP_HOST of the url. For example:
http://admin.test.com/cgi-bin/qmailadmin
Would pre-fill "Domain" with "test.com" (assuming test.com is in /var/qmail/control/virtualdomains).
I've updated the INSTALL file for the next release (1.0.22) to include more information on the autofill feature.
-- Tom Collins [EMAIL PROTECTED]
