Date: Mon, 31 Jul 2000 20:33:27 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Larry Rosenman <ler@lerctr.org> Cc: Harry Putnam <reader@newsguy.com>, freebsd-questions@FreeBSD.ORG Subject: Re: sendmail port, where for art thou? Message-ID: <20000731203326.A58962@hades.hell.gr> In-Reply-To: <200007291829.e6TITrP16946@lerami.lerctr.org>; from ler@lerctr.org on Sat, Jul 29, 2000 at 01:29:53PM -0500 References: <m2hf995bz1.fsf@reader.ptw.com> <200007291829.e6TITrP16946@lerami.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 29, 2000 at 01:29:53PM -0500, Larry Rosenman wrote: > > How about CVSup, and make world? > >> "Josh Paetzel" <jpaetzel@hutchtel.net> writes: >> >>> Now I find no sendmail port. Why is there none? How does one go >>> about reinstalling the full sendmail package and helper packages such >>> as mailwrapper? The `make world' idea is a nice thing, but it will probably leave a few things out. So, let me see if I can come up with a more detailed list of things to do in order to restore sendmail. Unless you are erasing your /usr/obj tree after a successful run of `make installworld' like I am doing almost all the time, you could just: # cd /usr/src # make installworld and all the binaries for sendmail will be put in the right place [ that is, unless you have NO_SENDMAIL=yes in your /etc/make.conf ]. Then, you have to restore the configuration files of sendmail and related programs, such as mailwrapper, in /etc. Things that I would check out include: * If you're using mailwrapper, then you might have to copy a new mailer.conf in /etc/mail and edit it appropriatelly. * Check out if inetd.conf includes a line that fires up qmail-smtpd. This can stop your sendmail from binding port 25 for receiving incoming mail through SMTP. * Check the /etc/rc* scripts and /usr/local/etc/rc.d/* to make sure that you don't have any programs related to qmail started automagically the next time you boot. - giorgos keramidas < keramida @ ceid . upatras . gr > 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?20000731203326.A58962>