/usr/local/share/sqwebmail/logindomainlist - if this file exists then
the login screens will include a drop-down list whose contents will be
read from this file. This file should contain a list of E-mail
domains, one per line. It should be created if SqWebMail is used to
provide mail access for multiple domains. Instead of typing
"user@domain" to log in, it will only be necessary to enter "user",
and select the domain from the drop-down list.
Hope that helps.
LanMan
Dale writes:
Okay... I'm missing something here.
Working on redoing all the templates Anyway.. I want to either specify the domain that a
person logs into via a drop down <option> list or
when I get the seperate templates for each domain done
have it automatically put the that domain on the
address so it will autenticate.
As of yet all if is giving me is a invalid login
attempt.
Not seeing the domain name.
Running sqwebmail 3.3.1 vpopmail-5.2
qmailadmin 1.0.2
the login page html is like this
<table border="0" width="197">
<tbody> <tr> <td> <font
color="#ffffff">Username:</font> </td>
<td> <input type="text" size="16"
name="username" maxlength="128">
</td>
<td>
<select name="select" size="1">
<option
selected>@maindomain.net</option>
<option>@domain1.com</option>
<option>@domain2.com</option>
<option>@domain3.com</option>
</select>
</td>
</tr>
<tr> <td> <font
color="#ffffff">Password:</font> </td>
<td> <font color="#ffffff">
<input type="password" size="16"
name="password" maxlength="128">
</font> </td>
<td> </td>
</tr>
<tr> <td><br>
</td>
<td> <input type="submit" value="Login"
name="do.login">
</td>
<td> </td>
</tr>
</tbody> </table>
if I enter my domain in the login field all works
great.
Okay.. since I am missing something simple.. someone
laugh at me and fill me in please.
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
