Date: Tue, 25 Jun 2002 22:35:51 -0600 From: "Samuel Chow" <cyschow@shaw.ca> To: "Taylor Dondich" <thexder@lvcm.com>, "Miroslav Pendev" <shadow@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> Cc: <questions@FreeBSD.ORG> Subject: Re: How come SMTP isn't working on my QMAIL installation? Message-ID: <029101c21ccb$02f589a0$0501a8c0@intelex> 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
Hi there, > 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. Do you have something like the following in /var/qmail/rc, or any other file you start qmail with? /usr/local/bin/tcpserver -v -H -lhostname -u 82 -g 81 \ -x /var/qmail/tcp.smtp.cdb 0 smtp /var/qmail/bin/qmail-smtpd & This starts tcpserver on smtp port. When a connection is accepted, it is passed on to qmail-smtpd. Please check the options for tcpserver, you probably don't want some of the options I have. --- Samuel Chow cyschow@shaw.ca Segmentation Fault (core dumped) This message is displayed using recycled electrons. 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?029101c21ccb$02f589a0$0501a8c0>