From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 15:20:09 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 367C616A4D9 for ; Wed, 9 Feb 2005 15:20:09 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C36243D58 for ; Wed, 9 Feb 2005 15:20:08 +0000 (GMT) (envelope-from emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 09 Feb 2005 15:20:05 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) (62.245.232.135) by mail.gmx.net (mp003) with SMTP; 09 Feb 2005 16:20:05 +0100 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Wed, 9 Feb 2005 16:19:59 +0100 User-Agent: KMail/1.7.2 References: <20050209151522.73681.qmail@web51706.mail.yahoo.com> In-Reply-To: <20050209151522.73681.qmail@web51706.mail.yahoo.com> X-Birthday: 10/06/72 X-CelPhone: +49 173 9967781 X-Tel: +49 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4564238.yoohHWj8lk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200502091620.05081@harrymail> X-Y-GMX-Trusted: 0 cc: saravanan ganapathy Subject: Re: 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:20:09 -0000 --nextPart4564238.yoohHWj8lk Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Mittwoch, 9. Februar 2005 16:15 schrieb saravanan ganapathy: > 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 Sendmail is part of the FreeBSD base system. I don't know if the prot disab= les=20 the base sendmail, you can always add 'sendmail_enable=3D"NONE"' to=20 your /etc/rc.conf. =2DHarry > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" --nextPart4564238.yoohHWj8lk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCCiolBylq0S4AzzwRAnPiAJ9LeTRlWy75mGi9VX0U1+e47ZaSzACfZ29U KGS7PvH7wPKpmtgV2PKBxIg= =K0Qr -----END PGP SIGNATURE----- --nextPart4564238.yoohHWj8lk--