Author |
|
sblademan Newbie
Joined: 14 March 2009
Online Status: Offline Posts: 3
|
Posted: 14 March 2009 at 6:36pm | IP Logged
|
|
|
Hi,
I am using the trial version of WebMail Pro ASP.NET.
My web server is Win2k3, IIS 6.
My POP3 server is Win2k3 at a remote location.
We currently use Outlook Express with SPA (windows integrated authentication) and I was able to connect to the POP3 server using WebMail but only when I type the user and password of the user checking his email in the Web.config file.
<identity impersonate="true" userName="user" password="password" />
If I leave that line like this:
<identity impersonate="true" />
I get exactly the symptoms described here:
http://www.afterlogic.com/forum/forum_posts.asp?TID=2005&KW= impersonate
I am able to send emails, but not receive new, when I try to get new mails I get an authentication error.
I was wondering if you found a solution for that issue.
Thank you,
Edgar
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 16 March 2009 at 7:42am | IP Logged
|
|
|
In case if you followed all the recommendations provided in the forum thread you mentioned, we are unable to help as it's a Windows POP3 service bug and is not caused by our product.
Regards,
Igor
|
Back to Top |
|
|