Hi all
- a machine I look after has a huge backlog to hotmail.com
I noticed exim is closing down the connection after each mail message.
Then if a single connect fails (which is seems to happen fairly
often) we enter a retry cycle.
Here is the smtp transaction....
SMTP>> HELO mrelay2.soas.ac.uk
SMTP<< 250 m40.hotmail.com Hello zzzz.yyy.ac.uk
SMTP>> MAIL FROM:<xx@???>
SMTP<< 250 Ok
SMTP>> RCPT TO:<xxx@???>
SMTP<< 250 Ok
SMTP>> DATA
SMTP<< 354 Start mail input; end with <CRLF>.<CRLF>
SMTP>> .
SMTP<< 250 Roger
SMTP>> QUIT
SMTP<< 221 m40.hotmail.com Out
Do I have a configure problem or is exim disliking "250 Roger"
Martyn
--
+--------------------------------------------------------------------+
| Martyn Hampson | Tel: 0171 594 6973 |
| Imperial College | Fax: 0171 594 6958 |
| Computer Centre | E-Mail: M.Hampson@??? |
| London SW7 2BP, ENGLAND | "Don't just do something, sit there!" |
+--------------------------------------------------------------------+
--
*** Exim information can be found at
http://www.exim.org/ ***