> -----Original Message----- > From: Joe Oaks [mailto:[EMAIL PROTECTED]] > Sent: Friday, 22 November 2002 11:35 AM > To: Vchkpw > Subject: [vchkpw] QmailAdmin ? > > > May not be the right list, but here goes a quick question.
The correct list is [EMAIL PROTECTED] > qmailadmin, is there a way to set the domain in the login screen so > we don't have to keep typing it in? go to the dir where you untarred the qmailadmin source cd html vi show_login.html scroll about 1/2 way down and look for the html like this : <input type="text" size="14" name="domain" maxlength="128"> change it to something like : <input type="text" size="14" name="domain" value="mydomain.com" maxlength="128"> save and exit make make install-strip Michael.