hieenslee
Posts: 6
Joined: 9.Mar.2007
Status: offline
|
I built Exchange 2007 organization with 01 server (Domain Controller, Client Access, Hub Transport and Mailbox server role) named pc21.dom21.com I activated IMAP4 service then typed at MSH prompt: Set-ReceiveConnector "Default pc21" -PermissionGroup"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers" Everything went smoothly when I check mail IMAP4, but I couldn't send mail. Following is the error message of Outlook Express: The message could not be sent because the server rejected the sender's e-mail address. The sender's e-mail address was 'u1@dom21.com'. Subject '1111111111', Account: 'pc21.dom21.com', Server: 'pc21.dom21.com', Protocol: SMTP, Server Response: '550 5.7.1 Client does not have permissions to send as this sender', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC78 And in the Event Viewer: SMTP rejected a (P1) mail from 'u1@dom21.com' with 'Default PC21' connector. The user 'anonymous' does not have permissions to send as this address. I removed AnonymousUsers by MSH cmd: Set-ReceiveConnector "Default pc21" - PermissionGroup"ExchangeUsers,ExchangeServers,ExchangeLegacyServers" I sent mail again, then the error message: The message could not be sent because the server rejected the sender's e-mail address. The sender's e-mail address was 'u1@dom21.com'. Subject '1111111111', Account: 'pc21.dom21.com', Server: 'pc21.dom21.com', Protocol: SMTP, Server Response: '530 5.7.1 Client was not authenticated', Port: 25, Secure(SSL): No, Server Error: 530, Error Number: 0x800CCC78 And in Event Viewer, I didn't find anything related to SMTP server Please help me to resolve!!!
|