Date: Fri, 15 Dec 2006 13:19:15 -0600 From: Tuareg <tuaregmex@gmail.com> To: "Jerry McAllister" <jerrymc@msu.edu> Cc: James Long <list@museum.rain.com>, lane@joeandlane.com, freebsd-questions@freebsd.org Subject: Re: how do I see security logs without turning on sendmail? Message-ID: <7a4a15bd0612151119x55eb1e77m794d5b533f5231db@mail.gmail.com> In-Reply-To: <20061214151354.GB98067@gizmo.acns.msu.edu> References: <20061214064340.B476016A505@hub.freebsd.org> <20061214080822.GA14597@ns.umpquanet.com> <20061214151354.GB98067@gizmo.acns.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/14/06, Jerry McAllister <jerrymc@msu.edu> 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 <lane@joeandlane.com> > > > Subject: Re: how do I see security logs without turning on sendmail? > > > To: freebsd-questions@freebsd.org > > > Message-ID: <200612131733.32763.lane@joeandlane.com> > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7a4a15bd0612151119x55eb1e77m794d5b533f5231db>