From owner-freebsd-questions@FreeBSD.ORG Sun Mar 25 16:13:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41A7116A402; Sun, 25 Mar 2007 16:13:48 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1F413C45B; Sun, 25 Mar 2007 16:13:47 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup105.ach.sch.gr [81.186.70.105]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l2PGD3RN007471 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Mar 2007 19:13:14 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l2PGCruu002576; Sun, 25 Mar 2007 19:12:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l2PGCl54002575; Sun, 25 Mar 2007 19:12:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 25 Mar 2007 19:12:47 +0300 From: Giorgos Keramidas To: tomohito.kajiwara@nts.ricoh.co.jp Message-ID: <20070325161246.GA2502@kobe.laptop> References: <4604DF4C.9080907@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.668, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.53, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: owner-freebsd-questions@freebsd.org, freebsd-questions@freebsd.org, bernt@bah.homeip.net Subject: Re: Why doesn't sendmail wait to receive on port 25? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2007 16:13:48 -0000 On 2007-03-24 17:57, tomohito.kajiwara@nts.ricoh.co.jp wrote: > > Thank you very much !! > > I didn't think that it was necessary to add > sendmail_enable="YES" because sendmail is running without > changing rc.conf. > > I confirmed that sendmail listens on port 25 after adding the > above setting. > > I couldn't find out what to do for three days. > > Thank you very much !!! m(_ _)m Tomohito-san, Sendmail is listening only to 'localhost:25' by default. This is necessary for local email delivery, but it doesn't allow any other host to connect to your SMTP port. You can find more about the various sendmail-related options of "rc.conf" files in the rc.sendmail manpage: man rc.sendmail Regards, Giorgos