Guest User!

You are not Sophos Staff.

[7.250] SMTP-Spool Retry dont work [NOTABUG]

i have 1 message in Smtp queue. If use Retry-option in Admin-Email manager, this message wont be delivered.
configuration: smtp-proxy off, smarthost for notification on

SMTP Proxy log

2008:07:04-23:18:00 (none) exim[8096]: 2008-07-04 23:18:00 End queue run: pid=8096
2008:07:04-23:18:25 (none) smtpd[4258]: MASTER[4258]: Action: Forcing delivery process for 0yG6am-0001tC-2o
2008:07:04-23:18:25 (none) exim[8108]: 2008-07-04 23:18:25 0yG6am-0001tC-2o 192.168.254.6 [192.168.254.6]:25 Connection refused
2008:07:04-23:18:25 (none) exim[8107]: 2008-07-04 23:18:25 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (111): Connection refused
2008:07:04-23:19:00 (none) exim[8123]: 2008-07-04 23:19:00 Start queue run: pid=8123
2008:07:04-23:19:00 (none) exim[8124]: 2008-07-04 23:19:00 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (-53): retry time not reached for any host
2008:07:04-23:19:00 (none) exim[8123]: 2008-07-04 23:19:00 End queue run: pid=8123
2008:07:04-23:20:00 (none) exim[8144]: 2008-07-04 23:20:00 Start queue run: pid=8144
2008:07:04-23:20:00 (none) exim[8145]: 2008-07-04 23:20:00 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (-53): retry time not reached for any host
2008:07:04-23:20:00 (none) exim[8144]: 2008-07-04 23:20:00 End queue run: pid=8144
2008:07:04-23:21:00 (none) exim[8180]: 2008-07-04 23:21:00 Start queue run: pid=8180
2008:07:04-23:21:00 (none) exim[8182]: 2008-07-04 23:21:00 0yG6am-0001tC-2o 192.168.254.6 [192.168.254.6]:25 Connection refused
2008:07:04-23:21:00 (none) exim[8181]: 2008-07-04 23:21:00 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (111): Connection refused
2008:07:04-23:21:00 (none) exim[8180]: 2008-07-04 23:21:00 End queue run: pid=8180
2008:07:04-23:22:00 (none) exim[8189]: 2008-07-04 23:22:00 Start queue run: pid=8189
2008:07:04-23:22:00 (none) exim[8190]: 2008-07-04 23:22:00 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (-53): retry time not reached for any host
2008:07:04-23:22:00 (none) exim[8189]: 2008-07-04 23:22:00 End queue run: pid=8189 


Funny thing: if i try to login to webadmin with wrong pass, the notification goes thru.

Gregor Kemter
Parents
  • These 3 lines:


    2008:07:04-23:18:25 (none) smtpd[4258]: MASTER[4258]: Action: Forcing delivery process for 0yG6am-0001tC-2o
    2008:07:04-23:18:25 (none) exim[8108]: 2008-07-04 23:18:25 0yG6am-0001tC-2o 192.168.254.6 [192.168.254.6]:25 Connection refused
    2008:07:04-23:18:25 (none) exim[8107]: 2008-07-04 23:18:25 0yG6am-0001tC-2o == todo@sk-computer.com R=static_route_hostlist T=static_smtp defer (111): Connection refused


    mean that the forced retry itself worked ok - however the remote host was down (connection refused), and we can't force it to open its port [:)]

    The tries that appear on a full minute (00 seconds) are the "normal" queue runners. The "forced" delivery processes ignore retry times, and attempt a delivery. Normal queue runners may skip the message if the retry time for the unavailable host has not yet been reached.

    /tom
  • the remote host is up
    As i wrote, if i try to login with wrong password, i recieve a notification mail:
    Failed WebAdmin login attempt from 192.168.254.150 at 2008:07:04-23:46:17

    Gregor Kemter
  • maybe you have a firewall between
    the MX and the mail server, which drops the connection after 1
    minute or so, but your internal server needs more time for spam and
    virus scanning etc
  • I found the reason:

    After install 7.250 and restore backup
    i enable SMTP Proxy to take a look of new features
    and disable it again.
    During this short period 1 notfication mail goes into smtp queue.

    My "disabled" SMTP Proxy try to use old/non-existent internal SMTP Server.

    So its [NOTABUG] [:)]

    regards 

    Gregor Kemter
Reply Children
No Data