|
Home > Archive > IIS and SMTP > November 2004 > Mail password rejected
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Mail password rejected
|
|
|
| Please help. I've set up ftp and web components on server 2003 ent. but
can't get mail to work. I've triple checked security and password settings
but no success.
Local host error from outlook exp. says:
There was a problem logging onto your mail server. Your Password was
rejected. Account: 'xxx', Server: '192.xxx.xxx.xxx', Protocol: POP3, Server
Response: '-ERR Logon Failure', Port:110, Secure(SSL): No, Server Error:
0x800CCC90, Error Number: 0x800CCC92
xternal error from non-networked outlook 2003 says:
Task 'mail.xxxxx.com - Receiving' reported error (0x800CCC92) : 'Your e-mail
server rejected your login. Verify your user name and password in your
account properties. Under Tools, click E-mail accounts. The server
responded: -ERR Logon Failure'
What am I doing wrong?
--
Thanx,
pro36
| |
| Johan Karl Larsen 2004-11-05, 5:50 pm |
| Account name must be of the form
user@domain
--
Johan
"pro36" <pro36@discussions.microsoft.com> wrote in message
news:3634CFA7-E50D-4CF3-9CB7-F4506308ACED@microsoft.com...
> Please help. I've set up ftp and web components on server 2003 ent. but
> can't get mail to work. I've triple checked security and password settings
> but no success.
>
> Local host error from outlook exp. says:
>
> There was a problem logging onto your mail server. Your Password was
> rejected. Account: 'xxx', Server: '192.xxx.xxx.xxx', Protocol: POP3,
> Server
> Response: '-ERR Logon Failure', Port:110, Secure(SSL): No, Server Error:
> 0x800CCC90, Error Number: 0x800CCC92
>
> xternal error from non-networked outlook 2003 says:
>
> Task 'mail.xxxxx.com - Receiving' reported error (0x800CCC92) : 'Your
> e-mail
> server rejected your login. Verify your user name and password in your
> account properties. Under Tools, click E-mail accounts. The server
> responded: -ERR Logon Failure'
>
> What am I doing wrong?
> --
> Thanx,
>
> pro36
| |
|
| Thanx Johan for your response. I'm running pop3 mail that comes with 2k3
server with no active dir. My current config is domain name ip address is
used for incoming& outgoing server names locally. And, mail.servername.com
for incoming & outgoing server names externally. Account name is
user@domainname.com on both clients.
Am I missing something?
pro36
"Johan Karl Larsen" wrote:
> Account name must be of the form
> user@domain
>
> --
> Johan
>
> "pro36" <pro36@discussions.microsoft.com> wrote in message
> news:3634CFA7-E50D-4CF3-9CB7-F4506308ACED@microsoft.com...
>
>
>
| |
| Johan Karl Larsen 2004-11-06, 7:46 am |
| According to the error codes
http://support.microsoft.com/defaul...kb;en-us;208814
it looks like you have wrong password.
Try and change the pasword to something simple. If you are using "Encrypted
password file" for the pop3 service, use winpop.exe to change password.
"winpop get auth" will tell you what kind of authentication method you have
configured.
You can also verify username/password by a telnet session. Start a telnet
session from command prompt with
telnet <servername/ip> pop3
Now send user and pass commands, they should return "+OK"
user <user@domain>
pass <password>
quit
--
Johan
"pro36" <pro36@discussions.microsoft.com> wrote in message
news:B5879104-0E3E-47E6-9E1E-5553C15412AB@microsoft.com...[vbcol=seagreen]
> Thanx Johan for your response. I'm running pop3 mail that comes with 2k3
> server with no active dir. My current config is domain name ip address is
> used for incoming& outgoing server names locally. And, mail.servername.com
> for incoming & outgoing server names externally. Account name is
> user@domainname.com on both clients.
>
> Am I missing something?
>
> pro36
>
> "Johan Karl Larsen" wrote:
>
|
|
|
|
|