Date: Mon, 02 Jul 2001 21:41:57 -0500 From: "David P. Discher" <dpd@dpdtech.com> To: <freebsd-questions@freebsd.org> Subject: Re: qmail startup Message-ID: <B7669B24.33D4F%dpd@dpdtech.com> In-Reply-To: <200107030004.TAA06936@fep.hirshfields.com>
next in thread | previous in thread | raw e-mail | index | archive | help
The restart may have been needed in this cause because you where running it out of inetd. Have to SIGHUP that inetd before it reads the inetd.conf file again. # kill -HUP `cat /var/run/inetd.pid` In Mr. Schmitt's case, I'm not sure if this is the case, but this is probably what Mr. Johnson saw. I still use the pain-in-the-rear-end Sendmail, Got it working with SMTP Auth and SSL (well, wrapping it with stunnel is better because Outlook doesn't like the StartTLS ). on 7/2/01 7:04 PM, Roger P. Johnson at rpj@fep.hirshfields.com wrote: > I had the same problem on Solaris. I was following the INSTALL directions > verbatim, killed sendmail, started qmail, telnet localhost 25 and got > "connection refused". Rebooted the machine and qmail worked. I don't why > I had to reboot. But it has worked ever since. > > BTW, I am starting qmail via inetd, and not using the tcpserver stuff. > > -Roger > >> >> If you run it from the rc startup script, does tcpserver start correctly? >> If it's not running from inetd, it would need to have tcpserver handle >> it's connections on port 25. >> >> HTH, Jason >> >> On Tue, 3 Jul 2001 at 6:19pm, Moritz Schmitt thought about >> -- David P. Discher dpd2@cec.wustl.edu, dpd@dpdtech.com (314) 518-3795 http://dpd.dpdtech.com/ Founder/Owner of BigDumbGrin.COM 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?B7669B24.33D4F%dpd>