Changes

From SME Server
Jump to navigationJump to search
→‎Console Login: deprecated in SME 9
Line 1: Line 1:  +
{{Languages}}
 
==Chapter 4. Software Configuration==
 
==Chapter 4. Software Configuration==
 
Information for software that comes with the SME Server but may require additional configuration
 
Information for software that comes with the SME Server but may require additional configuration
   −
{{ :NutUPS }}
+
{{ :Uninterruptable_Power_Supply }}
 
{{ :MySQL }}
 
{{ :MySQL }}
 +
{{ :Email }}
 +
{{ :P2P_blocking }}
 +
{{ :Firewall }}
   −
===Email===
+
===iBays===
After changing the email settings with a db command run the event
+
To enable a Recycle Bin for an iBay
   −
  signal-event email-update
+
db accounts setprop <ibayname> RecycleBin enabled
 +
db accounts setprop <ibayname> KeepVersions enabled
 +
  signal-event ibay-modify <ibayname>
   −
====Spamassassin====
+
===LDAP===
Set spamassassin for automatically delete junkmail.
+
In the unlikely event your LDAP directory is corrupted you can do the following to "rebuild" your directory
You can change the "days" that spamassassin sets to automatically delete junkmail, to delete after two months
     −
  db configuration setprop spamassassin MessageRetentionTime 60  
+
  sv d /service/ldap
 +
mv /home/e-smith/db/ldap/domain.xxx.ldif /home/e-smith/db/ldap/domain.xxx.backup
 +
find /var/lib/ldap -type f | xargs rm -f
 +
expand-template /home/e-smith/db/ldap/ldif
 +
  sv u /service/ldap
    +
===Console Login===
 +
To change the console from automatic login to being prompted to login
   −
===Firewall===
+
config set ConsoleMode login
After changing the firewall settings with a db command run the event
+
  signal-event console-save
 
+
{{Warning box|This functionality has been deprecated as of SME Server 9.x}}
  signal-event remoteaccess-update
  −
 
  −
see the devguide http://mirror.contribs.org/smeserver/contribs/gordonr/devguide/html/x2072.htm
  −
 
  −
====Block An IP Range from a service====
  −
FIXME
 

Navigation menu