dan> [dan@xeon:~] $ echo 'hi there' | mail -v [EMAIL PROTECTED] dan> [EMAIL PROTECTED] Connecting to localhost.example.org. via dan> relay...
dan> <insert 75s delay here> dan> 220 xeon.example.org ESMTP Sendmail 8.12.5/8.12.5; Thu, 29 Aug 2002 dan> 08:32:14 -0400 (EDT) That's either IDENT or DNS. 1. Does the same delay happen if you do this: telnet localhost.example.org 25 2. Does the delay happen on every message? If the answers to question 1 is no and question 2 is yes, try: echo 'hi there' | /usr/sbin/sendmail -v -d8.8 [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

