Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Webmail 6 default domain Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
biotech
Newbie
Newbie
Avatar

Joined: 05 October 2010
Location: United States
Online Status: Offline
Posts: 17
Posted: 30 June 2011 at 2:20pm | IP Logged Quote biotech

Where can we set the value for default domain?
Sort of annoying to have to enter the full email address.

Looking at settings.xml I saw a strange and misspelled tag of <DefauldDomainValue />. Enterig a value or changing it did not make a diff.
Thanks.
Back to Top View biotech's Profile Search for other posts by biotech
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 30 June 2011 at 9:20pm | IP Logged Quote Igor

I understand you'd like to enter username rather than email address. Following values in settings.xml file would do that:

Code:
<LoginFormType>LoginAtDomain</LoginFormType>
<LoginAtDomainValue>yourdomain.com</LoginAtDomainValue>
<UseLoginAsEmailAddress>On</UseLoginAsEmailAddress>


It is assumed that email address is used as login on mail server. If username is used for that, set UseLoginAsEmailAddress to Off.

You can find more info on settings.xml file here.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 30 June 2011 at 9:21pm | IP Logged Quote Igor

And, thanks for pointing out the typo, it will be fixed of course.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
biotech
Newbie
Newbie
Avatar

Joined: 05 October 2010
Location: United States
Online Status: Offline
Posts: 17
Posted: 01 July 2011 at 8:07am | IP Logged Quote biotech

Thanks Igor,
I am still getting a js prompt at login:
"You should specify a correct e-mail."
and yes the goal is to login with just username not the full email of user@domain.com.
Thanks again.
Back to Top View biotech's Profile Search for other posts by biotech
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 03 July 2011 at 9:53pm | IP Logged Quote Igor

Have you purged JavaScript cache after making the modification?

If this still doesn't help, please submit your copy of settings.xml file for examination via HelpDesk.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
jason2k
Newbie
Newbie
Avatar

Joined: 16 August 2011
Location: Malaysia
Online Status: Offline
Posts: 7
Posted: 16 August 2011 at 4:33pm | IP Logged Quote jason2k

Doesn't v6 has something like v5 where the domain name is automatically appended so that the user doesn't need to type his/her entire email address in the login screen?

In v6, <LoginFormType>LoginAtDomain</LoginFormType> is not something I'm looking for as <LoginAtDomainValue>yourdomain.com</LoginAtDomainValue> can only contain 1 domain value. I'm having WebMail Pro handling multiple domains.

<LoginFormType>LoginAtDomainDropdown</LoginFormType> on the other hand allows the user to select which domain he/she intends to login to from a dropdown list. I wanted to hide this info from users. Users should not know how many domains my webmail is handling and what are the domains being handled.

The feature in v5 is just nice. Let's say I have 2 domains "abc.com" and "xyz.com". when user1@abc.com logs in his account from webmail.abc.com, he'll just need to enter user1 in the textbox and the literal abc.com is already appended behind without offering the user to change the domain. The same goes to user2@xyz.com logging in from webmail.xyz.com. where is this feature that used to be in v5?
Back to Top View jason2k's Profile Search for other posts by jason2k
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 17 August 2011 at 2:51am | IP Logged Quote Igor

According to the developers, the feature is there. To make it work, make sure LoginFormType is set to Login, and DefaultDomainValue is empty.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
jason2k
Newbie
Newbie
Avatar

Joined: 16 August 2011
Location: Malaysia
Online Status: Offline
Posts: 7
Posted: 17 August 2011 at 10:04am | IP Logged Quote jason2k

Igor wrote:
According to the developers, the feature is there. To make it work, make sure LoginFormType is set to Login, and DefaultDomainValue is empty.

--
Regards,
Igor, AfterLogic Support


It doesn't work. I got a long textbox where I'm expected to type in my full email address as username (which is the default feature). and according to the documentation of webmail pro v6 .NET, the valid options for LoginFormType are Email, LoginAtDomain, and LoginAtDomainDropdown
Back to Top View jason2k's Profile Search for other posts by jason2k
 
jason2k
Newbie
Newbie
Avatar

Joined: 16 August 2011
Location: Malaysia
Online Status: Offline
Posts: 7
Posted: 17 August 2011 at 8:10pm | IP Logged Quote jason2k

and it seems that this v6 that i'm using doesn't have DefaultDomainValue
Back to Top View jason2k's Profile Search for other posts by jason2k
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 18 August 2011 at 1:13am | IP Logged Quote Igor

I was referring to PHP version, and functionality related to this might be different for those two. I will check this with the developers and will let you know.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
jason2k
Newbie
Newbie
Avatar

Joined: 16 August 2011
Location: Malaysia
Online Status: Offline
Posts: 7
Posted: 21 August 2011 at 1:43pm | IP Logged Quote jason2k

any news on this yet?
Back to Top View jason2k's Profile Search for other posts by jason2k
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 22 August 2011 at 4:32am | IP Logged Quote Igor

According to the developers, this functionality is not currently available in ASP.NET edition. We have added this to the product roadmap, hopefully it will become available in one of the future versions.

It might be a good idea to switch to PHP version, as it has the feature you're looking for. PHP version is known to run just fine on Windows (be it IIS or Apache), and in a number of aspects, it's more polished and optimized compared to ASP.NET version.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
jason2k
Newbie
Newbie
Avatar

Joined: 16 August 2011
Location: Malaysia
Online Status: Offline
Posts: 7
Posted: 22 August 2011 at 4:38am | IP Logged Quote jason2k

okay, thanks
Back to Top View jason2k's Profile Search for other posts by jason2k
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide