Changes

Jump to navigation Jump to search
Line 44: Line 44:     
SME 7.2 now includes the qpsmtpd logterse plugin allowing us to reduce the LogLevel to 6 without loss of critical tracking information and simultaneously reducing log activity significantly.
 
SME 7.2 now includes the qpsmtpd logterse plugin allowing us to reduce the LogLevel to 6 without loss of critical tracking information and simultaneously reducing log activity significantly.
 +
To change the qpsmtpd LogLevel to 6:
 
  config setprop qpsmtpd LogLevel 6
 
  config setprop qpsmtpd LogLevel 6
 
  signal-event email-update
 
  signal-event email-update
 
  svc -t /var/service/qpsmtpd
 
  svc -t /var/service/qpsmtpd
 
+
or, to set the default value (in case it ever changes from 6):
 +
config delprop qpsmtpd LogLevel
 +
/etc/e-smith/events/actions/initialize-default-databases
 +
signal-event email-update
 +
svc -t /var/service/qpsmtpd
 
If you are using Brian Read's "mailstats" script to get daily emails of mail server activity, you should update to the latest version to ensure that you have support for the logterse plugin.  
 
If you are using Brian Read's "mailstats" script to get daily emails of mail server activity, you should update to the latest version to ensure that you have support for the logterse plugin.  
  

Navigation menu