Rachel:
I ran the following twice, to verify perceived delays:
----------------------------------------------------------------------------------------------------
mail:~ # telnet mail.egad.com 25
Trying 66.93.64.35...
Connected to mail.egad.com.
Escape character is '^]'.
220 mail.egad.com ESMTP Scalix SMTP Relay 10.0.0.175; Wed, 12 Apr 2006 17:28:35 -0700 (PDT)
HELO localhost
250 mail.egad.com Hello mail.egad.com [66.93.64.35], pleased to meet you
MAIL FROM: root@localhost
250 root@localhost... Sender ok
RCPT TO:
peter.zaharkiv@egad.com
250 Ok
QUIT
221 mail.egad.com closing connection
Connection closed by foreign host.
mail:~ #
All above were instant. No perceived delays after hitting return.
mail:~ # telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.egad.com ESMTP Sendmail 8.13.4/8.13.4/SuSE Linux 0.7; Wed, 12 Apr 2006 17:30:50 -0700
HELO localhost
250 mail.egad.com Hello localhost [127.0.0.1], pleased to meet you
MAIL FROM: root@localhost
250 2.1.0 root@localhost... Sender ok
RCPT TO:
peter.zaharkiv@egad.com
250 2.1.5
peter.zaharkiv@egad.com... Recipient ok
QUIT
221 2.0.0 mail.egad.com closing connection
Connection closed by foreign host.
mail:~ #
telnet localhost 25 has a 2 to 3 second delay before following responses.
Other commands after that were almost instant.
mail:~ # sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
> 3,0
peter.zaharkiv@egad.com
canonify input: peter . zaharkiv @ egad . com
Canonify2 input: peter . zaharkiv < @ egad . com >
Canonify2 returns: peter . zaharkiv < @ egad . com . >
canonify returns: peter . zaharkiv < @ egad . com . >
parse input: peter . zaharkiv < @ egad . com . >
Parse0 input: peter . zaharkiv < @ egad . com . >
Parse0 returns: peter . zaharkiv < @ egad . com . >
ParseLocal input: peter . zaharkiv < @ egad . com . >
ParseLocal returns: peter . zaharkiv < @ egad . com . >
Parse1 input: peter . zaharkiv < @ egad . com . >
Parse1 returns: $# scalix $@ mail $: peter . zaharkiv < @ egad . com . >
parse returns: $# scalix $@ mail $: peter . zaharkiv < @ egad . com . >
> mail:~ #
The sendmail -bt and the following commands were instant. No delays at all.
------------------------------------------------------------------------------------------
regards.
- Peter