i have developed on aplication for sending email.

i have Specified Smtp address, Credentials,

i am using windows server 2008, IIS 7

Mailbox unavailable. The server response was: 5.7.1 Unable to relay for Abc@xyz.com

To fix it you have to configure relay restrictions in the IIS admin.

but where this option in IIS server 7

link|improve this question
feedback

migrated from stackoverflow.com May 26 '11 at 0:34

This question came from our site for professional and enthusiast programmers.

1 Answer

To configure relay restrictions in IIS admin follow below mentioned steps

  1. Go to “Default SMTP Virtual Server” in IIS and then go to properties

  2. Select tab “Access”

  3. Select last Option "Relay Restriction" by clicking the "Realy" button

a new window will pop up

  1. Select the appropriate radio button and add IP addresses accordingly
link|improve this answer
feedback

Your Answer

 
or
required, but never shown