how do I see security logs without turning on sendmail?
Tuareg
tuaregmex at gmail.com
Wed Dec 13 14:37:11 PST 2006
On 12/13/06, Lane <lane at joeandlane.com> wrote:
>
> Tuareg,
>
> Post /etc/rc.conf from one of the servers that does what you want and that
> should lead us to what mta is handling email.
cat /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).
> Also, please post a copy of
>
> ls -al /usr/local/etc/rc.d
>
> from that same working server, just in case there is a custom script
> starting
> the mta.
>
> lane
ls -al /usr/local/etc/rc.d
total 10
drwxr-xr-x 2 root wheel 512 Jan 23 2003 .
drwxr-xr-x 4 root wheel 512 Oct 30 18:06 ..
-rwxr--r-- 1 root wheel 624 Jan 14 2003 squid.sh
And that's all.
More information about the freebsd-questions
mailing list