Messages remain in SMTP queue (Full Version)

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



Message


WVR -> Messages remain in SMTP queue (14.Mar.2007 2:26:06 AM)

Hello All,

I send my mail to my ISP. In the queue viewer under 'Next Hop Domain' the smtp server of my ISP is listed, the delivery type is 'SmartHostConnectorDelivery' but the status is 'Retry'. The last error is '451 4.4.0 Primary target IP address responded with: 451 5.7.3.Require basic authentication'.

The smarthost-properties are filled in correctly: the correct userid / password is given.

Only the password-field shows nothing, is blank if I edit the properties. I suppose that is a display-bug...

Any ideas to get this solved?

With kind regards,
WVR




WVR -> RE: Messages remain in SMTP queue (14.Mar.2007 4:05:10 PM)

I tried the following:

$CredentialObject = Get-Credential

In the popup I entered the userid and password for the SMTP Connector

Then:

New-SendConnector -Name "Internet via qwerty05" -AddressSpaces 'smtp:*;1' -AuthenticationCredential $CredentialObject -SmartHostAuthMechanism BasicAuth -Usage 'Custom' -DNSRoutingEnabled $false -Smarthosts 'smtp.blabla.nl' -SourceTransportServers 'qwerty05'

Still no luck. Any ideas?

"telnet smtp.smarthost.nl 25" works perfectly. I receive response.

How do I enable external email via an ISP smarthost?

With kind regards,
WVR




WVR -> RE: Messages remain in SMTP queue (28.Mar.2007 9:27:22 AM)

Any ideas?




WVR -> RE: Messages remain in SMTP queue (3.Apr.2007 10:02:20 AM)

Solved: a smarthost userid / password wasn't necessary because I used my providers' network to send the messages.





Page: [1]