SMTP stuck in queue, - Inetserver

This is a discussion on SMTP stuck in queue, - Inetserver ; I am working with a web developer and his app need to mail using CDO. It doesn't work because there is a bunch of his mail stuck in the IIS Smtp Queue. I opened a telnet session as shown in ...

+ Reply to Thread
Results 1 to 10 of 10

SMTP stuck in queue,

  1. Default SMTP stuck in queue,

    I am working with a web developer and his app need to mail using CDO. It
    doesn't work because there is a bunch of his mail stuck in the IIS Smtp
    Queue. I opened a telnet session as shown in
    http://support.microsoft.com/kb/q153119/ and the remote server replied. The
    errors in the event log say that the remote domain connection failed.
    This machine at one time was our exchange 5.5 server but that job was
    moved to another ex2k machine and Ex5.5 has been shut down though this
    machine is still our webserver.
    DNS resolution is OK (it is also a DNS server, we are our own ISP) and
    that is about the only explaination I can locate on the web for this Mail
    stuck in queue problem.
    Anyone have any other ideas what the mail gets moved out of the pickup
    folder, into the Queue, and stalls there?




  2. Default Re: SMTP stuck in queue,

    Try setting the SMART HOST to the new exchange server.

    Open the IIS Manager and select the SMTP Server
    Right Click and select properties
    Select the Delivery tab and select Advanced
    Enter the name of the Exchange Server into the SMART HOST field.
    Remove the option Attempt Delivery before sending to Smart Host.

    See how that goes.

    --

    Cheers

    Chris Crowe [IIS MVP 1997 -> 2006]
    http://blog.crowe.co.nz
    ------------------------------------------------


    <churchmouse@noemail.nospam> wrote in message
    news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    > I am working with a web developer and his app need to mail using CDO.
    > It doesn't work because there is a bunch of his mail stuck in the IIS Smtp
    > Queue. I opened a telnet session as shown in
    > http://support.microsoft.com/kb/q153119/ and the remote server replied.
    > The errors in the event log say that the remote domain connection failed.
    > This machine at one time was our exchange 5.5 server but that job was
    > moved to another ex2k machine and Ex5.5 has been shut down though this
    > machine is still our webserver.
    > DNS resolution is OK (it is also a DNS server, we are our own ISP) and
    > that is about the only explaination I can locate on the web for this Mail
    > stuck in queue problem.
    > Anyone have any other ideas what the mail gets moved out of the pickup
    > folder, into the Queue, and stalls there?
    >
    >
    >




  3. Default Re: SMTP stuck in queue,

    I'll do that now, but will any authentication be involved? The app can't use
    it. (not sure why)

    "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    > Try setting the SMART HOST to the new exchange server.
    >
    > Open the IIS Manager and select the SMTP Server
    > Right Click and select properties
    > Select the Delivery tab and select Advanced
    > Enter the name of the Exchange Server into the SMART HOST field.
    > Remove the option Attempt Delivery before sending to Smart Host.
    >
    > See how that goes.
    >
    > --
    >
    > Cheers
    >
    > Chris Crowe [IIS MVP 1997 -> 2006]
    > http://blog.crowe.co.nz
    > ------------------------------------------------
    >
    >
    > <churchmouse@noemail.nospam> wrote in message
    > news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >> I am working with a web developer and his app need to mail using CDO.
    >> It doesn't work because there is a bunch of his mail stuck in the IIS
    >> Smtp Queue. I opened a telnet session as shown in
    >> http://support.microsoft.com/kb/q153119/ and the remote server replied.
    >> The errors in the event log say that the remote domain connection failed.
    >> This machine at one time was our exchange 5.5 server but that job was
    >> moved to another ex2k machine and Ex5.5 has been shut down though this
    >> machine is still our webserver.
    >> DNS resolution is OK (it is also a DNS server, we are our own ISP) and
    >> that is about the only explaination I can locate on the web for this Mail
    >> stuck in queue problem.
    >> Anyone have any other ideas what the mail gets moved out of the pickup
    >> folder, into the Queue, and stalls there?
    >>
    >>
    >>

    >
    >




  4. Default Re: SMTP stuck in queue,

    I get event 4000 "remote server did not respond to a connection attempt. "

    "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    > Try setting the SMART HOST to the new exchange server.
    >
    > Open the IIS Manager and select the SMTP Server
    > Right Click and select properties
    > Select the Delivery tab and select Advanced
    > Enter the name of the Exchange Server into the SMART HOST field.
    > Remove the option Attempt Delivery before sending to Smart Host.
    >
    > See how that goes.
    >
    > --
    >
    > Cheers
    >
    > Chris Crowe [IIS MVP 1997 -> 2006]
    > http://blog.crowe.co.nz
    > ------------------------------------------------
    >
    >
    > <churchmouse@noemail.nospam> wrote in message
    > news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >> I am working with a web developer and his app need to mail using CDO.
    >> It doesn't work because there is a bunch of his mail stuck in the IIS
    >> Smtp Queue. I opened a telnet session as shown in
    >> http://support.microsoft.com/kb/q153119/ and the remote server replied.
    >> The errors in the event log say that the remote domain connection failed.
    >> This machine at one time was our exchange 5.5 server but that job was
    >> moved to another ex2k machine and Ex5.5 has been shut down though this
    >> machine is still our webserver.
    >> DNS resolution is OK (it is also a DNS server, we are our own ISP) and
    >> that is about the only explaination I can locate on the web for this Mail
    >> stuck in queue problem.
    >> Anyone have any other ideas what the mail gets moved out of the pickup
    >> folder, into the Queue, and stalls there?
    >>
    >>
    >>

    >
    >




  5. Default Re: SMTP stuck in queue,

    used technique in KB153119 to verify router blocking and all the telnet
    stuff went fine, but the last thing said was that the message was "queued
    for delivery".
    Whats the next thing it has to do with the message? It seems to stop there.


    <churchmouse@noemail.nospam> wrote in message
    news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >I get event 4000 "remote server did not respond to a connection attempt. "
    >
    > "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    > message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >> Try setting the SMART HOST to the new exchange server.
    >>
    >> Open the IIS Manager and select the SMTP Server
    >> Right Click and select properties
    >> Select the Delivery tab and select Advanced
    >> Enter the name of the Exchange Server into the SMART HOST field.
    >> Remove the option Attempt Delivery before sending to Smart Host.
    >>
    >> See how that goes.
    >>
    >> --
    >>
    >> Cheers
    >>
    >> Chris Crowe [IIS MVP 1997 -> 2006]
    >> http://blog.crowe.co.nz
    >> ------------------------------------------------
    >>
    >>
    >> <churchmouse@noemail.nospam> wrote in message
    >> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>> I am working with a web developer and his app need to mail using CDO.
    >>> It doesn't work because there is a bunch of his mail stuck in the IIS
    >>> Smtp Queue. I opened a telnet session as shown in
    >>> http://support.microsoft.com/kb/q153119/ and the remote server replied.
    >>> The errors in the event log say that the remote domain connection
    >>> failed.
    >>> This machine at one time was our exchange 5.5 server but that job was
    >>> moved to another ex2k machine and Ex5.5 has been shut down though this
    >>> machine is still our webserver.
    >>> DNS resolution is OK (it is also a DNS server, we are our own ISP)
    >>> and that is about the only explaination I can locate on the web for this
    >>> Mail stuck in queue problem.
    >>> Anyone have any other ideas what the mail gets moved out of the pickup
    >>> folder, into the Queue, and stalls there?
    >>>
    >>>
    >>>

    >>
    >>

    >
    >




  6. Default Re: SMTP stuck in queue,

    Where is the message sitting now?

    Have you configured the Smart Host property?


    --

    Cheers

    Chris Crowe [IIS MVP 1997 -> 2006]
    http://blog.crowe.co.nz
    ------------------------------------------------


    <churchmouse@noemail.nospam> wrote in message
    news:%23Zgm1uP%23FHA.740@TK2MSFTNGP12.phx.gbl...
    > used technique in KB153119 to verify router blocking and all the telnet
    > stuff went fine, but the last thing said was that the message was "queued
    > for delivery".
    > Whats the next thing it has to do with the message? It seems to stop
    > there.
    >
    >
    > <churchmouse@noemail.nospam> wrote in message
    > news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >>I get event 4000 "remote server did not respond to a connection attempt. "
    >>
    >> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    >> message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >>> Try setting the SMART HOST to the new exchange server.
    >>>
    >>> Open the IIS Manager and select the SMTP Server
    >>> Right Click and select properties
    >>> Select the Delivery tab and select Advanced
    >>> Enter the name of the Exchange Server into the SMART HOST field.
    >>> Remove the option Attempt Delivery before sending to Smart Host.
    >>>
    >>> See how that goes.
    >>>
    >>> --
    >>>
    >>> Cheers
    >>>
    >>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>> http://blog.crowe.co.nz
    >>> ------------------------------------------------
    >>>
    >>>
    >>> <churchmouse@noemail.nospam> wrote in message
    >>> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>>> I am working with a web developer and his app need to mail using
    >>>> CDO. It doesn't work because there is a bunch of his mail stuck in the
    >>>> IIS Smtp Queue. I opened a telnet session as shown in
    >>>> http://support.microsoft.com/kb/q153119/ and the remote server replied.
    >>>> The errors in the event log say that the remote domain connection
    >>>> failed.
    >>>> This machine at one time was our exchange 5.5 server but that job
    >>>> was moved to another ex2k machine and Ex5.5 has been shut down though
    >>>> this machine is still our webserver.
    >>>> DNS resolution is OK (it is also a DNS server, we are our own ISP)
    >>>> and that is about the only explaination I can locate on the web for
    >>>> this Mail stuck in queue problem.
    >>>> Anyone have any other ideas what the mail gets moved out of the pickup
    >>>> folder, into the Queue, and stalls there?
    >>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




  7. Default Re: SMTP stuck in queue,

    properly?? not sure what I have to do to the host itself. It's ex2000. I
    configured SMTP to point to it (bu entering the IP) and if I drop a message
    into the pickup folder containing the three necessary lines the message goes
    out and I receive it. But the app does this and the message just disappears!
    This start as soon as the smart host was configured so I am thinking that
    there is the same syntax problem with the app(whatever that is!) , but now
    the message is sitting somewhere else. but where?

    "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    message news:%23jQzOpc%23FHA.2176@TK2MSFTNGP14.phx.gbl...
    > Where is the message sitting now?
    >
    > Have you configured the Smart Host property?
    >
    >
    > --
    >
    > Cheers
    >
    > Chris Crowe [IIS MVP 1997 -> 2006]
    > http://blog.crowe.co.nz
    > ------------------------------------------------
    >
    >
    > <churchmouse@noemail.nospam> wrote in message
    > news:%23Zgm1uP%23FHA.740@TK2MSFTNGP12.phx.gbl...
    >> used technique in KB153119 to verify router blocking and all the telnet
    >> stuff went fine, but the last thing said was that the message was "queued
    >> for delivery".
    >> Whats the next thing it has to do with the message? It seems to stop
    >> there.
    >>
    >>
    >> <churchmouse@noemail.nospam> wrote in message
    >> news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >>>I get event 4000 "remote server did not respond to a connection attempt.
    >>>"
    >>>
    >>> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    >>> message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >>>> Try setting the SMART HOST to the new exchange server.
    >>>>
    >>>> Open the IIS Manager and select the SMTP Server
    >>>> Right Click and select properties
    >>>> Select the Delivery tab and select Advanced
    >>>> Enter the name of the Exchange Server into the SMART HOST field.
    >>>> Remove the option Attempt Delivery before sending to Smart Host.
    >>>>
    >>>> See how that goes.
    >>>>
    >>>> --
    >>>>
    >>>> Cheers
    >>>>
    >>>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>>> http://blog.crowe.co.nz
    >>>> ------------------------------------------------
    >>>>
    >>>>
    >>>> <churchmouse@noemail.nospam> wrote in message
    >>>> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>>>> I am working with a web developer and his app need to mail using
    >>>>> CDO. It doesn't work because there is a bunch of his mail stuck in the
    >>>>> IIS Smtp Queue. I opened a telnet session as shown in
    >>>>> http://support.microsoft.com/kb/q153119/ and the remote server
    >>>>> replied. The errors in the event log say that the remote domain
    >>>>> connection failed.
    >>>>> This machine at one time was our exchange 5.5 server but that job
    >>>>> was moved to another ex2k machine and Ex5.5 has been shut down though
    >>>>> this machine is still our webserver.
    >>>>> DNS resolution is OK (it is also a DNS server, we are our own ISP)
    >>>>> and that is about the only explaination I can locate on the web for
    >>>>> this Mail stuck in queue problem.
    >>>>> Anyone have any other ideas what the mail gets moved out of the pickup
    >>>>> folder, into the Queue, and stalls there?
    >>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




  8. Default Re: SMTP stuck in queue,

    Not properly - "Property"

    If you are using CDO then are you specifying a SMTP Server? if you are which
    it sounds like you are, the IP of the exchange server then you are not using
    the IIS SMTP service anyway.

    If you put a file into the Pickup Directory and it is delivered then IIS is
    correctly configured.

    If you are specifying a SMTP server that is not LOCALHOST then you may find
    that the exchange server is bouncing it.

    I am not an exchange server guru so not a lot I can offer but if you load
    the Exchange System Manager (or get someone who has the rights to) and
    select the TOOLS node and the Message Tracking Center you will be able to
    search for your messages and see what exchange did with them.

    --

    Cheers

    Chris Crowe [IIS MVP 1997 -> 2006]
    http://blog.crowe.co.nz
    ------------------------------------------------


    <churchmouse@noemail.nospam> wrote in message
    news:%23K6disg%23FHA.360@TK2MSFTNGP09.phx.gbl...
    > properly?? not sure what I have to do to the host itself. It's ex2000. I
    > configured SMTP to point to it (bu entering the IP) and if I drop a
    > message into the pickup folder containing the three necessary lines the
    > message goes out and I receive it. But the app does this and the message
    > just disappears! This start as soon as the smart host was configured so I
    > am thinking that there is the same syntax problem with the app(whatever
    > that is!) , but now the message is sitting somewhere else. but where?
    >
    > "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    > message news:%23jQzOpc%23FHA.2176@TK2MSFTNGP14.phx.gbl...
    >> Where is the message sitting now?
    >>
    >> Have you configured the Smart Host property?
    >>
    >>
    >> --
    >>
    >> Cheers
    >>
    >> Chris Crowe [IIS MVP 1997 -> 2006]
    >> http://blog.crowe.co.nz
    >> ------------------------------------------------
    >>
    >>
    >> <churchmouse@noemail.nospam> wrote in message
    >> news:%23Zgm1uP%23FHA.740@TK2MSFTNGP12.phx.gbl...
    >>> used technique in KB153119 to verify router blocking and all the telnet
    >>> stuff went fine, but the last thing said was that the message was
    >>> "queued for delivery".
    >>> Whats the next thing it has to do with the message? It seems to stop
    >>> there.
    >>>
    >>>
    >>> <churchmouse@noemail.nospam> wrote in message
    >>> news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >>>>I get event 4000 "remote server did not respond to a connection attempt.
    >>>>"
    >>>>
    >>>> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote
    >>>> in message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >>>>> Try setting the SMART HOST to the new exchange server.
    >>>>>
    >>>>> Open the IIS Manager and select the SMTP Server
    >>>>> Right Click and select properties
    >>>>> Select the Delivery tab and select Advanced
    >>>>> Enter the name of the Exchange Server into the SMART HOST field.
    >>>>> Remove the option Attempt Delivery before sending to Smart Host.
    >>>>>
    >>>>> See how that goes.
    >>>>>
    >>>>> --
    >>>>>
    >>>>> Cheers
    >>>>>
    >>>>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>>>> http://blog.crowe.co.nz
    >>>>> ------------------------------------------------
    >>>>>
    >>>>>
    >>>>> <churchmouse@noemail.nospam> wrote in message
    >>>>> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>>>>> I am working with a web developer and his app need to mail using
    >>>>>> CDO. It doesn't work because there is a bunch of his mail stuck in
    >>>>>> the IIS Smtp Queue. I opened a telnet session as shown in
    >>>>>> http://support.microsoft.com/kb/q153119/ and the remote server
    >>>>>> replied. The errors in the event log say that the remote domain
    >>>>>> connection failed.
    >>>>>> This machine at one time was our exchange 5.5 server but that job
    >>>>>> was moved to another ex2k machine and Ex5.5 has been shut down though
    >>>>>> this machine is still our webserver.
    >>>>>> DNS resolution is OK (it is also a DNS server, we are our own ISP)
    >>>>>> and that is about the only explaination I can locate on the web for
    >>>>>> this Mail stuck in queue problem.
    >>>>>> Anyone have any other ideas what the mail gets moved out of the
    >>>>>> pickup folder, into the Queue, and stalls there?
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




  9. Default Re: SMTP stuck in queue,

    Sorry. a play on words that failed.
    Yes, if I create a message file myself with from to and message, and drop
    it in there, it goes. but the app written by others doesn't work. I really
    need to see the failed message and see the syntax of what they are creating.
    They must have messed up somewhere.
    Last question, will using a smarthost require authentication? Apparently
    it is common to not use authentication in a simple web app like this but
    since I shut off relay privileges long ago, it's required if it runs through
    the exchange server. But somehow it's not when it runs through IIS.
    Hence my curiousity about the smarthost. How does that work?


    "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    message news:OVJwM0i%23FHA.3852@TK2MSFTNGP14.phx.gbl...
    > Not properly - "Property"
    >
    > If you are using CDO then are you specifying a SMTP Server? if you are
    > which it sounds like you are, the IP of the exchange server then you are
    > not using the IIS SMTP service anyway.
    >
    > If you put a file into the Pickup Directory and it is delivered then IIS
    > is correctly configured.
    >
    > If you are specifying a SMTP server that is not LOCALHOST then you may
    > find that the exchange server is bouncing it.
    >
    > I am not an exchange server guru so not a lot I can offer but if you load
    > the Exchange System Manager (or get someone who has the rights to) and
    > select the TOOLS node and the Message Tracking Center you will be able to
    > search for your messages and see what exchange did with them.
    >
    > --
    >
    > Cheers
    >
    > Chris Crowe [IIS MVP 1997 -> 2006]
    > http://blog.crowe.co.nz
    > ------------------------------------------------
    >
    >
    > <churchmouse@noemail.nospam> wrote in message
    > news:%23K6disg%23FHA.360@TK2MSFTNGP09.phx.gbl...
    >> properly?? not sure what I have to do to the host itself. It's ex2000.
    >> I configured SMTP to point to it (bu entering the IP) and if I drop a
    >> message into the pickup folder containing the three necessary lines the
    >> message goes out and I receive it. But the app does this and the message
    >> just disappears! This start as soon as the smart host was configured so I
    >> am thinking that there is the same syntax problem with the app(whatever
    >> that is!) , but now the message is sitting somewhere else. but where?
    >>
    >> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    >> message news:%23jQzOpc%23FHA.2176@TK2MSFTNGP14.phx.gbl...
    >>> Where is the message sitting now?
    >>>
    >>> Have you configured the Smart Host property?
    >>>
    >>>
    >>> --
    >>>
    >>> Cheers
    >>>
    >>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>> http://blog.crowe.co.nz
    >>> ------------------------------------------------
    >>>
    >>>
    >>> <churchmouse@noemail.nospam> wrote in message
    >>> news:%23Zgm1uP%23FHA.740@TK2MSFTNGP12.phx.gbl...
    >>>> used technique in KB153119 to verify router blocking and all the telnet
    >>>> stuff went fine, but the last thing said was that the message was
    >>>> "queued for delivery".
    >>>> Whats the next thing it has to do with the message? It seems to stop
    >>>> there.
    >>>>
    >>>>
    >>>> <churchmouse@noemail.nospam> wrote in message
    >>>> news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >>>>>I get event 4000 "remote server did not respond to a connection
    >>>>>attempt. "
    >>>>>
    >>>>> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote
    >>>>> in message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >>>>>> Try setting the SMART HOST to the new exchange server.
    >>>>>>
    >>>>>> Open the IIS Manager and select the SMTP Server
    >>>>>> Right Click and select properties
    >>>>>> Select the Delivery tab and select Advanced
    >>>>>> Enter the name of the Exchange Server into the SMART HOST field.
    >>>>>> Remove the option Attempt Delivery before sending to Smart Host.
    >>>>>>
    >>>>>> See how that goes.
    >>>>>>
    >>>>>> --
    >>>>>>
    >>>>>> Cheers
    >>>>>>
    >>>>>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>>>>> http://blog.crowe.co.nz
    >>>>>> ------------------------------------------------
    >>>>>>
    >>>>>>
    >>>>>> <churchmouse@noemail.nospam> wrote in message
    >>>>>> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>>>>>> I am working with a web developer and his app need to mail using
    >>>>>>> CDO. It doesn't work because there is a bunch of his mail stuck in
    >>>>>>> the IIS Smtp Queue. I opened a telnet session as shown in
    >>>>>>> http://support.microsoft.com/kb/q153119/ and the remote server
    >>>>>>> replied. The errors in the event log say that the remote domain
    >>>>>>> connection failed.
    >>>>>>> This machine at one time was our exchange 5.5 server but that job
    >>>>>>> was moved to another ex2k machine and Ex5.5 has been shut down
    >>>>>>> though this machine is still our webserver.
    >>>>>>> DNS resolution is OK (it is also a DNS server, we are our own
    >>>>>>> ISP) and that is about the only explaination I can locate on the web
    >>>>>>> for this Mail stuck in queue problem.
    >>>>>>> Anyone have any other ideas what the mail gets moved out of the
    >>>>>>> pickup folder, into the Queue, and stalls there?
    >>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




  10. Default Re: SMTP stuck in queue,

    On Tue, 6 Dec 2005 20:59:04 -0800, <churchmouse@noemail.nospam> wrote:

    >Sorry. a play on words that failed.
    >Yes, if I create a message file myself with from to and message, and drop
    >it in there, it goes. but the app written by others doesn't work. I really
    >need to see the failed message and see the syntax of what they are creating.
    >They must have messed up somewhere.


    That's exactly the symtoms of an error in the creatinon of the
    message. Incorrect addressing, bad formatting, etc.

    > Last question, will using a smarthost require authentication? Apparently
    >it is common to not use authentication in a simple web app like this but
    >since I shut off relay privileges long ago, it's required if it runs through
    >the exchange server. But somehow it's not when it runs through IIS.
    >Hence my curiousity about the smarthost. How does that work?


    Smarthosts may or may not require SMTP authentication. It depends on
    the smarthost. Normally you wouldn't authenticate if you control both
    boxes, but if the smarthost had to realy for a number of sources
    authentication is one more security feature to prevent spammers from
    hijacking the server. If IIS is on the same system as the SMTP
    server, it's likely relaying for local accounts only.

    Jeff



    >
    >"Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    >message news:OVJwM0i%23FHA.3852@TK2MSFTNGP14.phx.gbl...
    >> Not properly - "Property"
    >>
    >> If you are using CDO then are you specifying a SMTP Server? if you are
    >> which it sounds like you are, the IP of the exchange server then you are
    >> not using the IIS SMTP service anyway.
    >>
    >> If you put a file into the Pickup Directory and it is delivered then IIS
    >> is correctly configured.
    >>
    >> If you are specifying a SMTP server that is not LOCALHOST then you may
    >> find that the exchange server is bouncing it.
    >>
    >> I am not an exchange server guru so not a lot I can offer but if you load
    >> the Exchange System Manager (or get someone who has the rights to) and
    >> select the TOOLS node and the Message Tracking Center you will be able to
    >> search for your messages and see what exchange did with them.
    >>
    >> --
    >>
    >> Cheers
    >>
    >> Chris Crowe [IIS MVP 1997 -> 2006]
    >> http://blog.crowe.co.nz
    >> ------------------------------------------------
    >>
    >>
    >> <churchmouse@noemail.nospam> wrote in message
    >> news:%23K6disg%23FHA.360@TK2MSFTNGP09.phx.gbl...
    >>> properly?? not sure what I have to do to the host itself. It's ex2000.
    >>> I configured SMTP to point to it (bu entering the IP) and if I drop a
    >>> message into the pickup folder containing the three necessary lines the
    >>> message goes out and I receive it. But the app does this and the message
    >>> just disappears! This start as soon as the smart host was configured so I
    >>> am thinking that there is the same syntax problem with the app(whatever
    >>> that is!) , but now the message is sitting somewhere else. but where?
    >>>
    >>> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
    >>> message news:%23jQzOpc%23FHA.2176@TK2MSFTNGP14.phx.gbl...
    >>>> Where is the message sitting now?
    >>>>
    >>>> Have you configured the Smart Host property?
    >>>>
    >>>>
    >>>> --
    >>>>
    >>>> Cheers
    >>>>
    >>>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>>> http://blog.crowe.co.nz
    >>>> ------------------------------------------------
    >>>>
    >>>>
    >>>> <churchmouse@noemail.nospam> wrote in message
    >>>> news:%23Zgm1uP%23FHA.740@TK2MSFTNGP12.phx.gbl...
    >>>>> used technique in KB153119 to verify router blocking and all the telnet
    >>>>> stuff went fine, but the last thing said was that the message was
    >>>>> "queued for delivery".
    >>>>> Whats the next thing it has to do with the message? It seems to stop
    >>>>> there.
    >>>>>
    >>>>>
    >>>>> <churchmouse@noemail.nospam> wrote in message
    >>>>> news:uMxDGmP%23FHA.3036@TK2MSFTNGP09.phx.gbl...
    >>>>>>I get event 4000 "remote server did not respond to a connection
    >>>>>>attempt. "
    >>>>>>
    >>>>>> "Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote
    >>>>>> in message news:%23vlMb6J%23FHA.252@TK2MSFTNGP15.phx.gbl...
    >>>>>>> Try setting the SMART HOST to the new exchange server.
    >>>>>>>
    >>>>>>> Open the IIS Manager and select the SMTP Server
    >>>>>>> Right Click and select properties
    >>>>>>> Select the Delivery tab and select Advanced
    >>>>>>> Enter the name of the Exchange Server into the SMART HOST field.
    >>>>>>> Remove the option Attempt Delivery before sending to Smart Host.
    >>>>>>>
    >>>>>>> See how that goes.
    >>>>>>>
    >>>>>>> --
    >>>>>>>
    >>>>>>> Cheers
    >>>>>>>
    >>>>>>> Chris Crowe [IIS MVP 1997 -> 2006]
    >>>>>>> http://blog.crowe.co.nz
    >>>>>>> ------------------------------------------------
    >>>>>>>
    >>>>>>>
    >>>>>>> <churchmouse@noemail.nospam> wrote in message
    >>>>>>> news:e083BhH%23FHA.160@TK2MSFTNGP12.phx.gbl...
    >>>>>>>> I am working with a web developer and his app need to mail using
    >>>>>>>> CDO. It doesn't work because there is a bunch of his mail stuck in
    >>>>>>>> the IIS Smtp Queue. I opened a telnet session as shown in
    >>>>>>>> http://support.microsoft.com/kb/q153119/ and the remote server
    >>>>>>>> replied. The errors in the event log say that the remote domain
    >>>>>>>> connection failed.
    >>>>>>>> This machine at one time was our exchange 5.5 server but that job
    >>>>>>>> was moved to another ex2k machine and Ex5.5 has been shut down
    >>>>>>>> though this machine is still our webserver.
    >>>>>>>> DNS resolution is OK (it is also a DNS server, we are our own
    >>>>>>>> ISP) and that is about the only explaination I can locate on the web
    >>>>>>>> for this Mail stuck in queue problem.
    >>>>>>>> Anyone have any other ideas what the mail gets moved out of the
    >>>>>>>> pickup folder, into the Queue, and stalls there?
    >>>>>>>>
    >>>>>>>>
    >>>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >



+ Reply to Thread

Similar Threads

  1. some messages get stuck in the smtp queue and must reboot to get them out!
    By Application Development in forum Microsoft Exchange
    Replies: 3
    Last Post: 03-31-2006, 07:43 PM
  2. Messages stuck in SMTP queue
    By Application Development in forum Microsoft Exchange
    Replies: 1
    Last Post: 03-07-2005, 09:17 PM
  3. SMTP queue stuck messages
    By Application Development in forum Microsoft Exchange
    Replies: 1
    Last Post: 05-20-2004, 03:05 PM
  4. SMTP Mail stuck in Queue
    By Application Development in forum Microsoft Exchange
    Replies: 6
    Last Post: 08-13-2003, 11:11 AM
  5. Re: SMTP Mail stuck in Queue
    By Application Development in forum Microsoft Exchange
    Replies: 1
    Last Post: 07-09-2003, 11:56 AM