Date: Sun, 2 Dec 2007 20:29:48 +0100 From: cpghost <cpghost@cordula.ws> To: jekillen <jekillen@prodigy.net> Cc: User Questions <freebsd-questions@freebsd.org> Subject: Re: smtp in inetd.conf Message-ID: <20071202202948.16f4a723@epia-2.farid-hajji.net> In-Reply-To: <f81c36bebcf0472264778de90273d282@prodigy.net> References: <f81c36bebcf0472264778de90273d282@prodigy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Dec 2007 11:08:50 -0800 jekillen <jekillen@prodigy.net> wrote: > Hello; > I have my system, running FreeBSD v6.2, > using Postfix. > The following line in inetd.conf is uncommented; > smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env > tcp-env /var/qmail/bin/qmail-smtpd > and, I am getting messages on system boot that qmaild does not exist > and is being ignored. > Is this line (in inetd.conf) necessary for Postfix to operate? > Or, should I modify the line to remove the references to qmail? > (Meanwhile I have commented the line to see what happens) The line should be commented out. Otherwise, inetd (if started) will try to grab port 25 and start qmail on it. AFAICT, it's commented out by default. > Thank you for info; > Jeff K Regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071202202948.16f4a723>