Changes

Jump to navigation Jump to search
Line 43: Line 43:  
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
   −
==Miscellaneous Cleanup Tasks==
+
==Cleanup Tasks==
 +
===Updating Configuration Database with New Default Values===
 
SME 7.2 includes different default values for some settings.  This section tells you how to change those values.
 
SME 7.2 includes different default values for some settings.  This section tells you how to change those values.
===qpsmtpd LogLevel===
+
====Generic Instructions====
 +
Any configuration database item that has a "default" value can be set to the default value using
 +
config delprop key prop
 +
/etc/e-smith/events/actions/initialize-default-databases
 +
Afterwards, you will need to re-expand the affected templates and restart the affected services..
 +
====qpsmtpd LogLevel====
 
SME 7.0 - 7.1.3 all defaulted to qpsmtpd LogLevel 8 (or 'debug') in order to make sure that the logfile contained all plugin results.
 
SME 7.0 - 7.1.3 all defaulted to qpsmtpd LogLevel 8 (or 'debug') in order to make sure that the logfile contained all plugin results.
    
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
  −
signal-event email-update
  −
svc -t /var/service/qpsmtpd
  −
or, to set the default value (in case it ever changes from 6):
   
  config delprop qpsmtpd LogLevel
 
  config delprop qpsmtpd LogLevel
 
  /etc/e-smith/events/actions/initialize-default-databases
 
  /etc/e-smith/events/actions/initialize-default-databases
 
  signal-event email-update
 
  signal-event email-update
 
  svc -t /var/service/qpsmtpd
 
  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.  
+
{{DrawBoxNote|content=If you are using Brian Read's spamfilter-stats-7.pl 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. The update is available from http://mirror.contribs.org/smeserver/contribs/bread/mailstats.
   −
Update is available from http://mirror.contribs.org/smeserver/contribs/bread/mailstats.
+
Installation instructions here: http://mirror.contribs.org/smeserver/contribs/bread/mailstats/install_howto.txt or here: http://wiki.contribs.org/Email_Statistics}}
   −
Installation instructions here: http://mirror.contribs.org/smeserver/contribs/bread/mailstats/install_howto.txt or here: http://wiki.contribs.org/Email_Statistics
+
===Ensuring the correct yum repository configuration===
 +
Unless you are an expert with yum you are highly encouraged to reset your yum repository configuration to the defaults using the instructions found at [[:AddingSoftware#Restoring_Default_Yum_Repositories]]
    
==Known Problems==
 
==Known Problems==

Navigation menu