exchange 2007 Client was not authenticated (Full Version)

All Forums >> [Microsoft Exchange 2007] >> Message Routing



Message


magicj -> exchange 2007 Client was not authenticated (2.Aug.2006 3:48:22 PM)

Can any one help please i have installed EXCH 2007 Beta 2 and i could send e-mail out to the internet and internal but i can't recieved e-mail from the internet i will get an error Client was not authenticated can someonre give me some ides how to fix this issue.

Thx




Henrik Walther -> RE: exchange 2007 Client was not authenticated (3.Aug.2006 8:17:41 AM)

By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don't have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server.

You cannot set this authentication setting via the GUI (only when creating new connectors!), so you'll need to open the Exchange Management Shell and type:

set-ReceiveConnector "Default <Servername>" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"




Carl_Johansson -> RE: exchange 2007 Client was not authenticated (7.Aug.2006 6:52:52 AM)

I had the same problem and followed the suggested fix:

set-ReceiveConnector "Default <Servername>" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"

Now I have another problem. Sending email to the test Exchange results in the following error.


Diagnostic code: smtp;550 5.7.1 Unable to relay


Not sure if this is an Exchange configuration issue or just the way I setup the domain (VMWare) within Shaw Cable Internet service but using another domain name (ie, test domain uses redirect.hm for the domain but the IP address belongs to Shaw).

Thanks
Carl




Carl_Johansson -> RE: exchange 2007 Client was not authenticated (14.Aug.2006 8:22:07 AM)

I have figured out my issues. The "Unable to Relay" was the way I setup my domain. I am able to send and receive emails without using an Edge Transport role.
 
Step 1. Receive Connector, Using the powershell -
 
set-ReceiveConnector "Default Exchange" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"
 
Step 2. Send Connector (RWH_1's suggestion), using the GUI
 
Under Organization Configuration->Hub Transport->Sender Connectors->(Your connector)->Address Space

specify domain to be *

 
The above works. Thanks to Henrik and RWH_1 for the ideas.
 
Carl




lesterw2 -> RE: exchange 2007 Client was not authenticated (10.Sep.2006 8:24:11 PM)

I followed the steps above which allows inbound smtp email to Accepted Domains but does not support authenticated smtp clients. I get the following in the event log:
 
   Event Type: Information
  Event Source: MSExchange Transport
  Event Category: SmtpReceive
  Event ID: 1026
  Date:  9/10/2006
  Time:  11:10:59 AM
  User:  N/A
  Computer: MAIL2
  Description:
  SMTP rejected a (P1) mail from
'alice@herdomain.com' with 'Internet Mail2' connector.
    The user 'anonymous' does not have permissions to send as this address.
   For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Anyone have any idea whatsoever on how to get the Receive Connector to accept the smtp authentication? The default security mechanisms are available for authentication and I also ran the Set-ReceiveConnector command with the 4 permission groups. This problem has been extremely frustrating. Any help would be greatly appreciated.
 
This occurs using Outlook 2003 while setting up an smtp/pop3 account and using the "Test Account Settings..." button (and with the "My outgoing server (SMTP) requires authentication" using the same settings as my incoming mail server). The pop3 portion of the test passes indicating that the username and password are correct.
 
After all I've read, I'm guessing that this is a BUG in that if you AllowAnonymous on the ReceiveConnector, it simply treats all connections as anonymous, regardless of authentication.




Carl_Johansson -> RE: exchange 2007 Client was not authenticated (10.Sep.2006 9:01:19 PM)

In the MSH shell command:

set-ReceiveConnector "Default Exchange" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"

The "Exchange" was the host name of the box running Exchange 2007. I see that I missed this point in my comments. Insert your Exchange 2007 host name and rerun the command then see what happens.

set-ReceiveConnector "Default yourhostname" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"

If you still have issues then email me at carl.johansson@ubc.ca. I'll send you my Exchange 2007 installation notes so you can see exactly how I installed my Windows domain and exchange.

Carl




Krokomotzokal -> RE: exchange 2007 Client was not authenticated (21.Sep.2006 3:04:51 PM)

I have the same problem and i couldn't fix it :(




mtb1996 -> RE: exchange 2007 Client was not authenticated (22.Jan.2007 6:59:42 PM)

Has anyone found a solution to this.  I've been researching it for days now and cannot find a definitive solution.  My problem is the similar to what is described above, I have POP clients on untrusted networks that need to be able to authenticate and relay e-mail through my Exchange server.




paulymo -> RE: exchange 2007 Client was not authenticated (6.Apr.2007 8:30:00 AM)

I am having this same problem but when I enter the command in EMS, it ask me to enter an Identity.  I do not know what to put in for the Identity so I am stuck.





Henrik Walther -> RE: exchange 2007 Client was not authenticated (7.Apr.2007 3:47:42 AM)

You must specify the receive connector like this:

"Default <Servername>"




Lito -> RE: exchange 2007 Client was not authenticated (2.May2007 5:13:22 PM)

Hi,
You can set this authentication setting via the GUI on Server configuration / Hub Transport / Default <ServerName> / right click /properties /Permission Groups, just check Anonymous users and then click OK

regards
Lito




Page: [1]