Mark Frater writes:
> Hi Sam (et al), > > Thanks for the tip. The 3 files you mention would be html template files > login.html, invalid.html and expired.html. > I've tried modifying login.html (for example) by adding <input type="hidden" > name="hostname" value="quicksilver.net.nz"> as shown below, but I'm still > getting the default hostname of the machine serving this http request. The name of the field should be 'logindomain'. This is the name of the drop-down field that's automatically added to the form when /usr/local/share/sqwebmail/logindomainlist exists. You're essentially adding a hidden field by the same name, instead. -- Sam
