If I send an email to myself, using my ISP's SMTP server, it gets delivered to my mailbox straight away:
Yet if I send the email to myself via the server where the mail resides on (so mail never leaves the server) it takes ages:
Why is that? Does Exim batch internal stuff? Where does it sit for those approx 3 minutes?
Code:
2005-05-02 14:54:46 1DSStW-000Jwm-Db <= [email][email protected][/email] U=mail P=spam-scanned S=6422 [email protected] T="RE: Monday - Day after FA's 11ty billion kw's!" from <[email protected]> for [email][email protected][/email]
2005-05-02 14:54:46 1DSStW-000Jwm-Db => admin <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=6607
2005-05-02 14:54:46 1DSStW-000Jwm-Db Completed
Yet if I send the email to myself via the server where the mail resides on (so mail never leaves the server) it takes ages:
Code:
2005-05-02 14:51:03 1DSStZ-000Jwf-DE <= [email][email protected][/email] H=xxx.xxx.xxx.net.au (xxx) [xxx.xxx.xx.xxx] P=esmtp S=14393 T="test" from <[email protected]> for [email][email protected][/email]
2005-05-02 14:54:52 1DSStZ-000Jwf-DE => admin <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=14455
2005-05-02 14:54:52 1DSStZ-000Jwf-DE Completed
Why is that? Does Exim batch internal stuff? Where does it sit for those approx 3 minutes?