Date: Fri, 15 Dec 2006 12:37:22 -0600 From: Tuareg <tuaregmex@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: how do I see security logs without turning on sendmail? Message-ID: <7a4a15bd0612151037r4cc2f602jee110db18bb02e1a@mail.gmail.com> In-Reply-To: <20061213201849.C225.GERARD@seibercom.net> References: <200612131657.18164.lane@joeandlane.com> <17489c7a0612131526v67d74964xb2136b4515dff29b@mail.gmail.com> <20061213201849.C225.GERARD@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/13/06, Gerard Seibert <gerard@seibercom.net> wrote: > > > You need to check out this URL: > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.html Also, Sendmail is invoked from the /etc/defaults/rc.conf file. You over > ride it in the /etc/rc.conf file. In FreeBSD 5.0, > > SENDMAIL_ENABLE="NONE" > > is not the proper way to disable Sendmail. Check out the above URL for > further information. > > -- > Gerard Hello Gerard, We've read this link.... and we have this line in /etc/rc.conf sendmail_enable="NONE" 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 And at this point, I just get a little more confused with this settings.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7a4a15bd0612151037r4cc2f602jee110db18bb02e1a>