• IIS SMTP Queue stuck


    1. review smtp logs in C:WindowsSystem32LogFilesSMTPSVC1,  

    2. find 421 error

    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 109 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 109 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 109 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 94 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 94 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 94 SMTP - - - -
    2014-12-08 02:02:40 212.118.102.234 OutboundConnectionResponse SMTPSVC1 SMTP1 - 25 - - 421+Service+not+available,+closing+transmission+channel 0 0 55 0 94 SMTP - - - -

    3. check this ip

    nslookup 212.118.102.234
    Server: server1
    Address: 192.130.74.51

    Name: mail.zahid.com
    Address: 212.118.102.234

    4. telnet port 25 for this server on smtp, return 421 error

    421 Service not available, closing transmission channel

    Connection to host lost.

    5. telnet port 25 for this server on other server, return 220, connection established.

    Xshell:> telnet 212.118.102.234 25

    Connecting to 212.118.102.234:25...
    Connection established.
    To escape to local shell, press 'Ctrl+Alt+]'.
    220 *************************************************

    6. So 212.118.102.234 block our SMTP external IP address, and many emails are in queue to ready to delivery again.......

    refer: http://simplydotnet.wordpress.com/2010/08/11/outgoing-email-stuck-in-queue-folder-iis-smtp-server/

  • 相关阅读:
    [BZOJ1492] [NOI2007]货币兑换Cash 斜率优化+cdq/平衡树维护凸包
    [BZOJ2638] 黑白染色
    [BZOJ2006] [NOI2010]超级钢琴 主席树+贪心+优先队列
    [BZOJ3698] XWW的难题 网络流
    [BZOJ2151] 种树 贪心
    js中的闭包理解一
    HTML5 input placeholder 颜色修改示例
    26 个 jQuery使用技巧
    JS原型与原型链(好文看三遍)
    文字和图片垂直居中
  • 原文地址:https://www.cnblogs.com/oskb/p/4150572.html
Copyright © 2020-2023  润新知