From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 21:08:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6ED116A4CE for ; Fri, 31 Oct 2003 21:08:03 -0800 (PST) Received: from ece.iisc.ernet.in (ece.iisc.ernet.in [144.16.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A74143F93 for ; Fri, 31 Oct 2003 21:08:01 -0800 (PST) (envelope-from mailmonitor@ece.iisc.ernet.in) Received: from ece.iisc.ernet.in (localhost.localdomain [127.0.0.1]) by ece.iisc.ernet.in (8.12.6/8.11.6) with ESMTP id hA15Eqat011517 for ; Sat, 1 Nov 2003 10:44:52 +0530 (IST) Received: from localhost (mailmonitor@localhost)hA15EpQp011514 for ; Sat, 1 Nov 2003 10:44:52 +0530 (IST) Date: Sat, 1 Nov 2003 10:44:51 +0530 (IST) From: Mail Monitor To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: sendmail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 05:08:03 -0000 Hi, I'm running sendmail on FreeBSD 4.7 and have a problem with sendmail. Even though the sendmail is running, the mails are not coming into the server. I tried sending a mail from command line using /usr/sbin/sendmail -v abc@xxx.yyy. The output of this command hangs just before DATA i.e EHLO, MAIL from are supported. But i donot get "Recipient ok" it takes 10 min to complete the mail delivery and hangs after "RCPT To" for 10 min. Any clue why it happens? Thanks