From owner-freebsd-questions Thu Oct 11 11: 7:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id B7AE537B40C for ; Thu, 11 Oct 2001 11:07:10 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id BE5B12EF03 for ; Thu, 11 Oct 2001 21:07:06 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f9BHxKb16206 for ; Thu, 11 Oct 2001 20:59:20 +0300 (EEST) Message-ID: <016501c15275$659688a0$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: Subject: Re: "traceroute" For Sendmail? Date: Thu, 11 Oct 2001 20:54:31 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Drew Tomlinson To: Andrey Simonenko Cc: Sent: Thursday, October 11, 2001 9:46 PM Subject: Re: "traceroute" For Sendmail? > > Try > > > > $ mail -v user@domain.com > > Thanks for your answer but I would like even more detail. I want to > know what IP addresses to which sendmail is attempting to connect. I'm > looking for something like traceroute in that the mail goes from here to > here to here. Any other ideas? > Look at output of netstat, sendmail use TCP, so you will have some time to see SYN_SENT, ESTABLISHED or TIME_WAIT state for 25 port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message