on 3/7/01 6:45 PM, Lu at [EMAIL PROTECTED] wrote:

> When entering a URL such as  http://mymail.com/cgi-bin/qmailadmin
> I would like the qmailadmin to take mymail.com as the domain name and not
> bother asking for domain name  at the login prompt.
> 
> Would anyone know how to do that please ?

Try this..

In html/show_login.html, change:

<input type=text size=14 name=domain maxlength=128>

to:  <input type=hidden size=14 name=domain value="<mymail.com>"
maxlength=128>

You'll need to edit the table structure around it so that "Domain:" doesn't
show..

Hope that works.

-Bill

Reply via email to