From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 15:15:23 2005 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 6A0D616A4CE for ; Wed, 9 Feb 2005 15:15:23 +0000 (GMT) Received: from web51706.mail.yahoo.com (web51706.mail.yahoo.com [206.190.38.224]) by mx1.FreeBSD.org (Postfix) with SMTP id DC85D43D2F for ; Wed, 9 Feb 2005 15:15:22 +0000 (GMT) (envelope-from sarav_gsa@yahoo.com) Received: (qmail 73683 invoked by uid 60001); 9 Feb 2005 15:15:22 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=TVKhHSLfrlYEiaIj2Osy1+xpjdX1oMiuYWNe9B0CBC9gBTNp/qWIBXi7xNS/tzwphia+zFu0p/5EJWulz36/8kzH57y3GUObNlhuWDwYF0IUPTSzI0pJsiChoKnp7zUGRK4jLwqvLXLDVmcN44z8x54qCMU73VIuPJ80tz8XVpg= ; Message-ID: <20050209151522.73681.qmail@web51706.mail.yahoo.com> Received: from [203.193.155.110] by web51706.mail.yahoo.com via HTTP; Wed, 09 Feb 2005 07:15:22 PST Date: Wed, 9 Feb 2005 07:15:22 -0800 (PST) From: saravanan ganapathy To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: sendmail issue 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: Wed, 09 Feb 2005 15:15:23 -0000 Hai , I am using 5.3 release with updated all the ports. I am facing a problem with sendmail. # pkg_info | grep sendmail sendmail-8.13.3 Reliable,.... # /usr/local/etc/rc.d/sendmail.sh start # netstat -an | grep 25 tcp6 0 0 *.25 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN # telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]' 220 ....ESMTP Sendmail 8.13.3/8.13.1; It works fine. But I also found that another sendmail which is in /etc/rc.d/sendmail If I do # /etc/rc.d/sendmail start Then this also create a new socket as #netstat -an | grep 25 tcp4 0 0 127.0.0.1.25 *.* LISTEN tcp6 0 0 *.25 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN If I do again # telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]' 220 ....ESMTP Sendmail 8.13.1/8.13.1; How two sendmail(8.13.1 & 8.13.3) installed in my system? If I remove sendmail-8.13.3 using pkg_deinstall, pkg_info shows no sendmail. But still I can start /etc/rc.d/sendmail. What may be the problem? Please help me Sarav __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com