From owner-freebsd-questions Tue Jun 25 21:33:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 0879237B439 for ; Tue, 25 Jun 2002 21:32:37 -0700 (PDT) Received: (qmail 840 invoked by uid 1001); 26 Jun 2002 04:33:04 -0000 Date: Wed, 26 Jun 2002 00:33:04 -0400 From: Miroslav Pendev To: Taylor Dondich Cc: questions@freebsd.org Subject: Re: How come SMTP isn't working on my QMAIL installation? Message-ID: <20020626043304.GC252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> References: <000c01c21cba$708563c0$cde85940@penguin> <20020626033159.GB252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <001b01c21cc4$d5768fc0$cde85940@penguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001b01c21cc4$d5768fc0$cde85940@penguin> X-Divine-Shadow-Zone: Beware of Lexxx! X-Operating-System: FreeBSD 4.6 User-Agent: Mutt/1.5.1i 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 On Tue, Jun 25, 2002 at 08:51:58PM -0700, Taylor Dondich wrote: > > Did you finish the qmail installation with 'make disable-sendmail' and > > 'make enable-qmail'? > > Yes. > > > > > You must edit your configuration files into /var/qmail/control/ too! > > This has been done. > > > > > The installation will install qmail.sh file into /usr/local/etc/rc.d > > to start qmail you need to reboot, or just type ./qmail.sh start into the > > above directory. > > Done as well. > > > > > Can you type 'netstat -a | grep LISTEN' as root and see if you have > > something to listen as smtp? > > Now here's the interesting thing. Nothing is listening on it. The standard > qmail daemons are running in the background but nothing is listening on the > smtp port. > > Taylor Dondich You can see qmail-send process running with 'top', right? Do you have inetd runing? Check for 'inetd_enable="YES"' (and sendmail_enable="NO") into /etc/rc.conf! If the inetd is running, try to uncomment the line for smtp into /etc/inetd.conf. The line begins with 'smtp stream tcp nowait qmaild ...' Hope that will help... :-) --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message