Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 01:27:56 -0400 (EDT)
From:      Peter Matulis <petermatulis@yahoo.ca>
To:        freebsd-questions@freebsd.org
Cc:        petermatulis@yahoo.ca
Subject:   RE: Sendmail not listening correctly
Message-ID:  <20050920052756.35103.qmail@web60012.mail.yahoo.com>
In-Reply-To: <200509200519.j8K5JbG88620@fat_man.ascendency.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--- Mike Loiterman <mike@ascendency.net> wrote:

This looks to me like the correct combination (to be put in /etc/rc.conf):

> sendmail_enable="YES"
> sendmail_submit_enable="NO"

> I get the following errors in my messages.log
> 
> NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP socket
> wedged: exiting

First, keep in mind that these parameters only define how sendmail starts when the system is
rebooted.

Second, stop any sendmail processes.

Third, start sendmail with the correct cf (config) file.  It should be /etc/mail/freebsd.cf. 
It is created from /etc/mail/freebsd.mc.  The former is for sendmail only (do not peek) and the
latter is for you to read.  When submit_only is ON, freebsd.submit.cf (generated from
freebsd.submit.mc) is used.  You should investigate the mc files and learn how to generate cf
files from them.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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