On 12/14/06, Jerry McAllister <[EMAIL PROTECTED]> wrote:

On Thu, Dec 14, 2006 at 12:08:23AM -0800, James Long wrote:

> > Date: Wed, 13 Dec 2006 17:33:32 -0600
> > From: Lane <[EMAIL PROTECTED]>
> > Subject: Re: how do I see security logs without turning on sendmail?
> > To: freebsd-questions@freebsd.org
> > Message-ID: <[EMAIL PROTECTED]>
> > Content-Type: text/plain;  charset="iso-8859-1"
> >
> > Tuareg,
> >
> > clearly sendmail is running.  That is indicated by "sendmail[41626]"
in
> > your /var/log/sendmail log.
> >
> > The question, of course, is how does it get started.
>
> This is quite the WAG here, but can sendmail be started on-demand
> from inetd.conf?

It probably could, but I don't think that is the way it is done normally.
Take a look in /etc/defaults/rc.conf  at the stuff for sendmail
and then note what overrides you have put in /etc/rc.conf
Also, check out /etc/rc.sendmail

////jerry


I sent this  before, but here we go again:

In /etc/defaults/rc.conf these are the lines wich contain "sendmail":

mta_start_script="/etc/rc.sendmail"

# Settings for /etc/rc.sendmail:
sendmail_enable="YES"   # Run the sendmail inbound daemon (YES/NO/NONE).
                       # If NONE, don't start any sendmail processes.
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)
sendmail_submit_enable="YES"    # Start a localhost-only MTA for mail
submission
sendmail_submit_flags="-L sm-mta -bd -q30m
-ODaemonPortOptions=Addr=localhost"
sendmail_outbound_enable="YES"  # Dequeue stuck mail (YES/NO).
sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound
only)
sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO).
sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
                               # Flags for sendmail_msp_queue daemon.

/etc/rc.sendmail doesn't exists.

And /etc/rc.conf:

### Network daemon (miscellaneous) & NFS options: ###
sendmail_enable="NONE"  # Run the sendmail daemon (or NO).
cron_enable="YES"       # Run the periodic job daemon.
portmap_enable="NO"     # Run the portmapper service (or NO).
usbd_enable="NO"
sshd_enable="YES"
tcp_drop_synfin="YES"
tcp_restrict_rst="YES"
syslogd_enable="YES"            # Run syslog daemon (or NO).
syslogd_flags="-s -s"           # Flags to syslogd (if enabled).

This is for FreeBSD 4.6-RELEASE
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to