[Mimedefang] MD logging
    Jason Englander 
    jason at englanders.cc
       
    Fri Aug 22 16:48:56 EDT 2003
    
    
  
On Fri, 22 Aug 2003, Jon R. Kibler wrote:
>    1) Where does it come from?
My guess is mimedefang.pl (line 1471 in MD 2.36)
>    2) How can I get rid of it?
That bit is logged to the mail facility at the debug level.  So, log at a
less verbose priority.  If you have a line like this in /etc/syslog.conf:
mail.*                                          /var/log/maillog
you could change it to something like this:
mail.info                                       /var/log/maillog
but then you'll loose debug info from other apps that log to the mail
facility too.  If you want a seperate log for MD you can set this (local0
or any other facility you like) in your filter:
$SyslogFacility = "local0";
Then add a line like this to your /etc/syslog.conf:
local0.info					/var/log/mimedefang.log
  Jason
-- 
Jason Englander <jason at englanders.cc>
394F 7E02 C105 7268 777A  3F5A 0AC0 C618 0675 80CA
    
    
More information about the MIMEDefang
mailing list