[Mimedefang] md_syslog and RedHat9

Oliver Schulze L. oliver at samera.com.py
Wed Jun 4 02:46:01 EDT 2003


Hi,
I'm having problems using this function in mimedefang-filter:
md_syslog("mail", "test message");

The problem I got is that mimedefang print all the messages to the console
using the wall command(prints in all open shell sessions)

If I use the:
md_syslog("info", "test message");
the funtion works and print in /var/log/messages

If I use this command:
# logger -p mail.info test
it also works ok by printing in /var/log/maillog

I use this code to debug:
my $num_faccc = convert_log_facility_to_number("mail");
md_syslog("info", "test_fac: $num_faccc");
and it prints:
test_fac: 16

Is there a problem in RH9 or mimedefang?

Many thanks
Oliver

-- 
Oliver Schulze L.
<oliver at samera.com.py>





More information about the MIMEDefang mailing list