« Previous Next »

Thread: IIS Default SMTP Virtual Server internal email problem

Last post 11-28-2008 1:33 PM by DomWatson. 10 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (11 items)

Sort Posts:

  • 08-03-2007, 10:45 AM

    • Big Show
    • Not Ranked
    • Joined on 05-21-2003, 4:38 PM
    • Posts 4

    IIS Default SMTP Virtual Server internal email problem

    I have an application where people can click on "Forgot my password" to retrieve username/password to their email address.  If a person has an email address that is outside the domain, (like joe@yahoo.com or sara@hotmail.com ), it works, but if a person using an email address that is the same as the domain (meaning internal emails address), then it will not work.

    I've tried configuring "Advanced Delivery" different ways, but I'm not sure I'm in the right direction to correct the issue.  Right now, all test emails are getting stuck in the Drop folder, but no email after that.

    Anyone have any ideas?

  • 08-03-2007, 4:47 PM In reply to

    • Big Show
    • Not Ranked
    • Joined on 05-21-2003, 4:38 PM
    • Posts 4

    Re: IIS Default SMTP Virtual Server internal email problem

    If this helps, exchange is on a different server on the network and  I'm running windows server 2003

  • 08-03-2007, 5:15 PM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Hey,

    I can't say that I have actually used this article before but here are some steps that might get you going in the right direction.  In short, though, you need to setup your local SMTP instance to use a SmartHost and point it to your Exchange server. 

    Step 2: Configure the SMTP Service to Relay for Internal Domains

    Depending on the scenario, it may be necessary to configure the SMTP service to relay inbound messages for your internal domains.

    1. Click Start, point to Programs, click Administrative Tools, and then click Internet Services Manager.

    2. Expand the tree under the server name, and then expand the Default SMTP Virtual Server. By default, you should have a Local (Default) domain with the fully qualified domain name of the server.

    1. Configure the domain for inbound:

      1. Right-click the Domains icon, click New, and then click Domain.

    1. Click Remote, click Next, and then type the domain name in the Name box. Click Finish.

    If this doesn't get you headed in the right direction let me know and I will dig more or even test on my end..

    ~Chris
    Former Program Manager
    IIS Product Unit (Microsoft)
  • 08-03-2007, 5:44 PM In reply to

    • Big Show
    • Not Ranked
    • Joined on 05-21-2003, 4:38 PM
    • Posts 4

    Re: IIS Default SMTP Virtual Server internal email problem

    Yeah, I rechecked these settings against what I already had and it didn't work.  I've searched on the net and came across several articles/steps of how to and none of them worked.  I'm kind of at a loss here.  Any other ideas?  Thanks for your reply...

  • 08-03-2007, 7:23 PM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Nah, not at the moment... I will try and configure this tonight at home and see if I can get it to work and let you know.  Maybe someone else might know...

    ~Chris
    Former Program Manager
    IIS Product Unit (Microsoft)
  • 08-04-2007, 11:50 AM In reply to

    • Big Show
    • Not Ranked
    • Joined on 05-21-2003, 4:38 PM
    • Posts 4

    Re: IIS Default SMTP Virtual Server internal email problem

    I failed to mention, if this helps, that this server is located on a web farm with Load Balancer.  So, would I configure a 10.1 or a 192 address?  The email server is a 10.1 address.  Can you tell me why people with external addresses have no problem getting emails but internal users do?  I do see that external addresses are handled differently than internal request.  I'm taking it, also, that external users never hit exchange.  Do they just get forwarded out by the local IIS automatically?  How does that work?

     

    Thanks

  • 08-05-2007, 11:31 AM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Use a FQDN for the SMTP server, and don't use the SMTP in your web server.  Point your app directly to the Exchange server.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 08-05-2007, 11:34 AM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Big Show:
    Right now, all test emails are getting stuck in the Drop folder, but no email after that.

    This means SMTP is working fine.  That's the way SMTP is supposed to deliver the message, then a POP/IMAPI server picks it up from the drop folder.  Only you're expecting mail to move to another server in your domain, which isn't going to happen, since SMTP knows it's destined for the domain it serves.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 09-04-2008, 5:01 PM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Hello, Im new to SMTP servers in ISS, Im having difficulty in setting this mail system. Im trying to get it to work on a asp.net starter kit, When I try to send a message to another user on my website, it says "the email has been sent" but it just sends that email to my server instead of the user. It will only send the email to the drop box and will not relay. Can someone please give me instructions on how to fix this.

  • 09-04-2008, 11:04 PM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 11-28-2008, 1:33 PM In reply to

    Re: IIS Default SMTP Virtual Server internal email problem

     Though the images are now dead, this did the trick for us - so yes, thank you!

Page 1 of 1 (11 items)