Date: Wed, 26 Jun 2002 00:33:04 -0400 From: Miroslav Pendev <shadow@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> To: Taylor Dondich <thexder@lvcm.com> 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> In-Reply-To: <001b01c21cc4$d5768fc0$cde85940@penguin> References: <000c01c21cba$708563c0$cde85940@penguin> <20020626033159.GB252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <001b01c21cc4$d5768fc0$cde85940@penguin>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020626043304.GC252>