> > > We don't write any of this stuff into our exim mail logs. Is > it easy to configur sa to just write certain things into the > log. Never looked much at the logging options in sa >
Are you even running SA 3.0 yet? By default, SA 3.0 records log entries via syslog into the mail facility. Which is defined in syslog.conf as /var/log/maillog usually on linux. [EMAIL PROTECTED] root]# cat /etc/syslog.conf | grep mail mail.* /var/log/maillog [EMAIL PROTECTED] root]# man spamd | grep syslog -s facility, --syslog=facility Specify the syslog facility (default: mail) Dallas