A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Email and Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Email and Windows Vista All issues relating to email and email software using Windows Vista. (microsoft.public.windows.vista.mail)

email address as username



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 4th 06, 06:19 PM posted to microsoft.public.windows.vista.mail
admin at justwrong dot com
external usenet poster
 
Posts: 3
Default email address as username

i own a domain and have it hosted on the mail server at an isp. in order to
check my mail, i have to use the entire email address as the password. this
worked in OE, but is not working in WM. by the error(below) i think it is
trimming the username to not include the @ or anything after it.

i have another email address that is like and it check fine, so
i know the mail server settings are correct. but when i try and check the
it keeps asking for the user name and password again. does
anyone have a solution, or at least verification that theirs works with email
address for username?

Account: 'justwrong', Server: 'mail.wmol.com', Protocol: POP3, Server
Response: '-ERR me logon failed', Port: 110, Secure(SSL): No, Server Error:
0x800CCC90, Error Number: 0x800CCC92
  #2 (permalink)  
Old October 5th 06, 12:04 AM posted to microsoft.public.windows.vista.mail
Jim Pickering
external usenet poster
 
Posts: 41
Default email address as username

Have you tried telnet to the mail server to ensure that the username and
password are correct and you can connect using that program?

If you are using Exchange, see this KB article for some possible tips:
The error 0x800CCC92 or error 0x800CCCD2 occurs when you try to retrieve a
message from a POP3 server:
http://support.microsoft.com/default...b;en-us;309216

--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.




"admin at justwrong dot com"
m wrote in message
...
i own a domain and have it hosted on the mail server at an isp. in order
to
check my mail, i have to use the entire email address as the password.
this
worked in OE, but is not working in WM. by the error(below) i think it is
trimming the username to not include the @ or anything after it.

i have another email address that is like and it check fine,
so
i know the mail server settings are correct. but when i try and check the
it keeps asking for the user name and password again.
does
anyone have a solution, or at least verification that theirs works with
email
address for username?

Account: 'justwrong', Server: 'mail.wmol.com', Protocol: POP3, Server
Response: '-ERR me logon failed', Port: 110, Secure(SSL): No, Server
Error:
0x800CCC90, Error Number: 0x800CCC92


  #3 (permalink)  
Old October 11th 06, 12:00 PM posted to microsoft.public.windows.vista.mail
admin at justwrong dot com
external usenet poster
 
Posts: 3
Default email address as username

i only have this problem in Windows Mail on vista. i can check it fine with
Outlook Express on XP. also, i have another account at the same mail server,
that does not require the entire address as username, and i can check that
one with both versions. i have not tried to telnet to the mail server, don't
know how, but i can log into the web interface, so i know the UID/PW are
correct.

"Jim Pickering" wrote:

Have you tried telnet to the mail server to ensure that the username and
password are correct and you can connect using that program?

If you are using Exchange, see this KB article for some possible tips:
The error 0x800CCC92 or error 0x800CCCD2 occurs when you try to retrieve a
message from a POP3 server:
http://support.microsoft.com/default...b;en-us;309216

--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.




"admin at justwrong dot com"
m wrote in message
...
i own a domain and have it hosted on the mail server at an isp. in order
to
check my mail, i have to use the entire email address as the password.
this
worked in OE, but is not working in WM. by the error(below) i think it is
trimming the username to not include the @ or anything after it.

i have another email address that is like and it check fine,
so
i know the mail server settings are correct. but when i try and check the
it keeps asking for the user name and password again.
does
anyone have a solution, or at least verification that theirs works with
email
address for username?

Account: 'justwrong', Server: 'mail.wmol.com', Protocol: POP3, Server
Response: '-ERR me logon failed', Port: 110, Secure(SSL): No, Server
Error:
0x800CCC90, Error Number: 0x800CCC92



  #4 (permalink)  
Old October 11th 06, 04:10 PM posted to microsoft.public.windows.vista.mail
Jim Pickering
external usenet poster
 
Posts: 41
Default email address as username

If the account works correctly in Outlook Express,switch to Outlook Express
on the machine involved, open Tools/Accounts - Mail tab and export the
settings for the account as an IAF file to some portable media (floppy, USB
thumbdrive, etc.), then switch to Vista, open Windows Mail and click
Tools/Accounts and delete the existing account you are having a problem
with, then use the Import option to import the settings from the IAF file.
Then test it and see if it works correctly.

For help with telnet if you'd like to try it, see the info at this link:

First you need to add the telnet client to Vista:

To add the Telnet client in Windows Vista, do the following.

Click Start/Run (or WinKey+r) and type:
start /w pkgmgr /iu:"TelnetClient"

The telnet client will then be available from the command line.

Second:

You can find added Telnet instructions at:
http://pages.prodigy.net/michael_san...pop3telnet.htm

Go to start/run and type the following:
telnet {pop3 server name} 110 - hit enter, don't type the brackets.
user {your username} - hit enter
pass {your password} - hit enter

There are various commands available:

list (will return all messages)
retr (whatever number will retrieve that message)
dele (+ number will delete that number message)
--
Jim Pickering, MVP, Windows Mail Apps
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.



"admin at justwrong dot com"
m wrote in message
...
i only have this problem in Windows Mail on vista. i can check it fine
with
Outlook Express on XP. also, i have another account at the same mail
server,
that does not require the entire address as username, and i can check that
one with both versions. i have not tried to telnet to the mail server,
don't
know how, but i can log into the web interface, so i know the UID/PW are
correct.

"Jim Pickering" wrote:

Have you tried telnet to the mail server to ensure that the username and
password are correct and you can connect using that program?

If you are using Exchange, see this KB article for some possible tips:
The error 0x800CCC92 or error 0x800CCCD2 occurs when you try to retrieve
a
message from a POP3 server:
http://support.microsoft.com/default...b;en-us;309216

--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.




"admin at justwrong dot com"
m wrote in message
...
i own a domain and have it hosted on the mail server at an isp. in
order
to
check my mail, i have to use the entire email address as the password.
this
worked in OE, but is not working in WM. by the error(below) i think it
is
trimming the username to not include the @ or anything after it.

i have another email address that is like and it check
fine,
so
i know the mail server settings are correct. but when i try and check
the
it keeps asking for the user name and password again.
does
anyone have a solution, or at least verification that theirs works with
email
address for username?

Account: 'justwrong', Server: 'mail.wmol.com', Protocol: POP3, Server
Response: '-ERR me logon failed', Port: 110, Secure(SSL): No, Server
Error:
0x800CCC90, Error Number: 0x800CCC92




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.