Author |
|
DavenLC Newbie
Joined: 22 May 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 22 May 2012 at 5:50am | IP Logged
|
|
|
I have Webmail Lite version 6.5.3 I think. I'm serving one domain name. How can users just enter their name without having to sign in without typing in the whole email address?
I tried following instructions in this thread, but it still says "fill in Domain name"
http://www.afterlogic.com/forum/forum_posts.asp?TID=4062&PN=5
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 May 2012 at 6:10am | IP Logged
|
|
|
You'll need to edit settings.xml file, the following options should be checked:
* Set LoginFormType to LoginAtDomain;
* LoginAtDomainValue should match the domain name used;
* UseLoginAsEmailAddress is On or Off, depending on whether mail server requires email or just the username as login.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
DavenLC Newbie
Joined: 22 May 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 25 May 2012 at 8:36am | IP Logged
|
|
|
I set these to what you said... still says "You should enter a domain"
<LoginFormType>Login</LoginFormType>
<UseLoginAsEmailAddress>On</UseLoginAsEmailAddress>
<LoginAtDomainValue />domainName.net
<DefaultDomainValue />domainName.net
<UseAdvancedLogin>Off</UseAdvancedLogin>
(domainName.net was used instead of real website address)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 May 2012 at 11:57pm | IP Logged
|
|
|
Code:
<LoginAtDomainValue />domainName.net |
|
|
That's not a correct XML format. It should be like this:
Code:
<LoginAtDomainValue>domainName.net</LoginAtDomainValue> |
|
|
and most probably, you will need to set LoginFormType to LoginAtDomain, not to Login.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
gaokeyuan Newbie
Joined: 12 June 2012 Location: China
Online Status: Offline Posts: 1
|
Posted: 12 June 2012 at 2:00am | IP Logged
|
|
|
<LoginFormType>Login</LoginFormType>
<UseLoginAsEmailAddress>Off</UseLoginAsEmailAddress>
<LoginAtDomainValue>lgz.cn</LoginAtDomainValue>
<DefaultDomainValue>lgz.cn</DefaultDomainValue>
this is my setting.xml
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 13 June 2012 at 4:08am | IP Logged
|
|
|
That one looks good, are you having any issues with it?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
DavenLC Newbie
Joined: 22 May 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 05 August 2012 at 1:56pm | IP Logged
|
|
|
Thank you... I finally had time to get it to work using the example above.
Dave
|
Back to Top |
|
|