Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2003 05:23:30 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        bastill@adam.com.au
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sendmail woes
Message-ID:  <20030403022330.GB56557@gothmog.gr>
In-Reply-To: <1049333119.3e8b8d7f0c73b@webmail.adam.com.au>
References:  <1049333119.3e8b8d7f0c73b@webmail.adam.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-04-03 10:55, bastill@adam.com.au wrote:
>
> In discussion on -stable, people have been trying to help me with a
> sendmail issue.  The effect is for sendmail to refuse to start, no
> matter what, and I cannot use the Internet from that box.  (I am using
> webmail and Windoze - <sob> - to send this message)
>
> One problem is that the version of sendmail and its .cf file are out
> of sync and I don't know how to correct this.  There might be other
> problems I need to address.

Start by reading /etc/mail/README and then by regenerating your
sendmail.cf file.  Running the following as root should be fine,
but you should really read the README file for hints and pointers
to more detailed documentation.

	# cd /etc/mail
	# test -f `hostname`.mc && cp `hostname`.mc `hostname`.mc.BAK
	# cp freebsd.mc `hostname`.mc
	# make && make install
	# make stop ; make restart

Then, if the file `hostname`.mc.BAK exists, you should check the
differences of that file and `hostname`.mc and merge local changes
back into `hostname`.mc that were lost in the process.

- Giorgos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030403022330.GB56557>