/[smeserver]/cdrom.image/sme8/README.txt
ViewVC logotype

Diff of /cdrom.image/sme8/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.16 by wellsi, Wed Jul 3 02:58:39 2013 UTC Revision 1.17 by wellsi, Thu Jul 4 01:05:42 2013 UTC
# Line 27  development. Line 27  development.
27    
28  Please visit http://wiki.contribs.org/Donate to donate.  Please visit http://wiki.contribs.org/Donate to donate.
29    
30  Thanks  Thanks and a plea for help
31  ======  ==========================
32    
33  The development team would like to thank all of those who have involved  The development team would like to thank all of those who have involved
34  themselves with this release.  themselves with this release.
35    
36  Notes  Notes
37  =====  =====
38    
39  1. CentOS 5 has dropped support for i586 and therefore SME Server 8  1. CentOS 5 has dropped support for i586 and therefore SME Server 8.1
40     will not work on i586 hardware. [See bugzilla:2845]. i586 hardware     will not work on i586 hardware. [See bugzilla:2845]. i586 hardware
41     means processors before and including Intel Pentium, Pentium MMX;     means processors before and including Intel Pentium, Pentium MMX;
42     AMD K5, K6, K6-II, K6-III and Via C3. i686 architecture processors     AMD K5, K6, K6-II, K6-III and Via C3. i686 architecture processors
43     are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,     are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,
44     Athlon XP and later.     Athlon XP and later.
45    
46  2. Some notes on SME 8 including help on upgrades can be found at  2. Some notes on SME 8.1 including help on upgrades can be found at
47     http://wiki.contribs.org/SME_Server_8     http://wiki.contribs.org/SME_Server_8
48    
49  3. Please note it may take up to 48 hours for mirrors to finish syncing,  3. Please note it may take up to 48 hours for mirrors to finish syncing,
# Line 63  Changes in this release Line 63  Changes in this release
63  Packages altered by Centos, Redhat, and Fedora-associated developers are  Packages altered by Centos, Redhat, and Fedora-associated developers are
64  not included.  not included.
65    
66    
67  Backups  Backups
68  -------  -------
69  - Add second sleep to fix MS Vista issues, patch by Terry Fage  - Workstation Backup allows the day of the week to be specified on which a full backup occurs. This now works correctly for all days of the week.
70  - Allow full backup to occur on Sunday  - To increase reliability of backups to a Microsoft Vista drive, a one second delay was added to the backup.
71  - Console USB Backup, allow user setting of compression level  - Allow user setting of compression level for Desktop and Console Backups.
72      For example: config setprop backupconsole CompressionLevel -6
73      The default is -6, where -1 is fastest and -9 is optimal compression.
74    - In the console, under item 8, refer to removable media instead of USB device.
75    - After a restore from the console the post-upgrade event was not being performed.
76    
77  File Server  File Server
78  -----------  -----------
79  - Revert previous change.  - Add support for Windows 8 domain joining & user login with a new registry file.
80  - Add ability to configure waiting for network Win7 registry option    /server-resources/regedit/win8samba.reg
81  - Remove samba_audit specific loglotate configuration  - New optional samba property smb{WideLinks}, valid values are 'no' or 'yes'. The current samba default is 'no'.  
82  - Enable smb auditing per ibay    see http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#WIDELINKS
83  - Update dependency to /usr/bin/tdbbackup12    For example to enable samba Wide Links
84      # config setprop smb WideLinks yes
85    - Add windows network performance enhancements registry file that can help Windows slow logons.
86      /server-resources/regedit/windows_samba_performance.reg
87    - Two new optional samba properties smb{ServerMaxProtocol} & smb{ClientMaxProtocol}.
88      For example: # config setprop smb ServerMaxProtocol NT1
89    - Remove the samba_audit specific logrotate configuration which was causing an email to be sent to the admin every night.
90    - Enable smb auditing per ibay, it is disabled by default.
91      Auditing is enabled via
92      # db accounts setprop ibayname Audit enabled
93      # signal-event ibay-modify ibayname
94    - Prevent emailing about the normal, weekly, checks of RAID arrays
95    - Update ServerName (Samba netbios name) when SystemName is updated
96    - Workaround a deficiency in the proftpd package where it does not handle long lines correctly in its configuration file. This caused FTP to fail when large numbers of local networks were configured.
97    
98    
99  LDAP (Optional in SME 8, and considered experimental)  LDAP (Optional in SME 8.1, and considered experimental)
100  ----  ----
101    - Fix init-account script when LDAP auth is enabled.
102    - Fix group creation/modification when LDAP auth is enabled.
103    - The ldap.init script which starts just after the ldap service waits for slapd to be to available. The logic to check if slapd is ready was corrected.
104    - Add missing dependency on openldap-servers.
105    - The ldap log files can take significant space on servers with a lot of users. This update will ensure old BDB log files are removed.
106    
107    
108  Localisation  Localisation
109  ------------  ------------
110  *** NONE ***  *** NONE ***
111    
112    
113  Mail Server  Mail Server
114  -----------  -----------
115  - Always enable imap, listen on the loopback if disabled  - Fetchmail multidrop mode follows TCPPort setting.
116  - Avoid use of unitialised variables in smtp migrate fragments  - Avoid use of unitialised variables in smtp migrate fragments.
117  - Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady  - Allow smtp_auth_proxy to use port 587 with STARTTLS.
118  - Allow blacklist of SMTP AUTH methods, replaces previous patch  - Due to SMTP servers not handling SMTP Auth well enable the use of a blacklist to remove the troublesome methods.
119  - Remove imap-relocate-maildirs action as obsolete and slow    For example to remove CRAM-MD5:
120  - Don't use SSL over loopback    # db configuration setprop smtp-auth-proxy Blacklist CRAM-MD5
121  - Easier to read version of softlimit patch    # sv t /service/smtp-auth-proxy
122  - More robust version of softlimit patch    More than one method can be removed:
123  - Softlimit is now a database variable for pop3 and pop3s    # db configuration setprop smtp-auth-proxy Blacklist "CRAM-MD5 DIGEST-MD5"
124  - Reverse change in Template Qmail MaxMessageSize    # sv t /service/smtp-auth-proxy
125  - modify domain style pseudonyms to point to the correct user, by Filippo Carletti  - imap-relocate-maildirs action was removed.It was no longer necessary and was sometimes very slow.
126  - Template Qmail MaxMessageSize  - The soft memory limits for pop3 and pop3s were increased. Two new optional database properties pop3{MemLimit} and pop3s{MemLimit}
127  - smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it    For example to increase the memory limit
128  to the arguments of the plugin if defined, patch by Daniel    # config setprop pop3s MemLimit 50000000
129  - Revert the 2.2.0-14 change and fix properly in e-smith-base    # expand-template /var/service/pop3s/env/MEMLIMIT
130  - tls ciphers defaults to disallow SSLv2    # config setprop pop3 MemLimit 50000000
131  - Reverse changes in 2.2.0-6 and fix how qpsmtpd tags spam email, codes by Charlie Brady    # expand-template /var/service/pop3/env/MEMLIMIT
132    - New optional qmail property qmail{ConcurrencyLocal} and default for /var/qmail/control/concurrencylocal changed to 20.
133      For example to decrease the local concurrecny limit
134      # config setprop qmail ConcurrencyLocal 6
135    - Modify domain style pseudonym pointing to user with dot in name.
136    - Accept messages with no body and no trailing \n after headers.
137    - Prevent email delivery failure with required updates for perl-Net-DNS and qpsmtpd.
138    - New optional spamassassin property spamassassin{MaxMessageSize} to allow for spamassassin qpsmtpd's plugin size limit to be changed.
139      For example to also scan larger files
140      # config setprop spamassassin MaxMessageSize 1500000
141    - Make CipherSuite secure by default and tls ciphers defaults to disallow SSLv2.
142    - Fix how qpsmtpd tags spam email.
143    - Add template to extend the functionality of SSL verified certificate to IMAP and SSMTP transactions
144    - Update ClamAV to release 0.97.8.
145    
146    
147  Server manager  Server manager
148  --------------  --------------
149  - Do not load mod_ssl  - Do not load mod_ssl for httpd-admin as it is not needed and creates log noise.
150  - Correct processing of server-manager URL  - If the browser used to access the server-manager used lower case for %escapes a blank screen would be shown. The server manager URL processing is now case-insensitive for %escapes.
151  - Fix more uninitialized warnings from HTML.pm, from Charlie Brady  - Fix more uninitialized warnings in log (httpd/admin_error_log) from HTML.pm.
152  - Remove log noise from Create starter web site panel  - Remove log noise (httpd/admin-error-log) when accessing the Create Starter Web panel in server-manager
153    
154    
155  Webmail and Groupware  Webmail and Groupware
156  ---------------------  ---------------------
157    
158    - If IMAP is disabled in the server manager email panel, IMAP will now listen to the loopback interface to allow webmail to function.
159    - Webmail no longer uses SSL over loopback interface.
160    
161    
162  Web Server  Web Server
163  ----------  ----------
164  - Disable index listing of Apache icons folder  - Disable index listing of Apache icons folder.
165    - PHP's magic_quotes are deprecated so should no longer be used. The php.ini will now have "magic_quotes Off" instead of fully removing it as the default is ON.
166    - Change wording of Software Update button.
167    
168    
169  Other fixes and updates  Other fixes and updates
170  -----------------------  -----------------------
171  - Use UTF-8 in the console, by Daniel Berteaud  - Use UTF-8 in the console.
172  - Update ServerName (Samba netbios name) when SystemName is updated  - Remove old System Name from the Hosts DB
173  - Remove old System Name from the Hosts DB, by Charlie Brady  - Fix warning in /var/log/messages by correctly initialising the relevant variable. The warning related to the HW Address of a NIC.
174  - Prevent emailing about the normal, weekly, checks of RAID arrays,  - user-modify-unix script could take many minutes, it has now been optimised to take only seconds
175  by Mark Casey  - The memory limit for pppoe was increased to 100Mb.
176  - Fix init-account script when LDAP auth is enabled  - On upgrading from SME Server 7 to SME Server 8 an email could be sent to the admin everyday due to a modified /etc/updatedb.conf file. This update ensures the correct /etc/updatedb.conf file.
177  - Fix group creation/modification when LDAP auth is enabled  - Updated SME root server template as D-root changed its IPv4 address on the 3rd of January.
178  - Add_template_to_ssl.pem  - The console would crash when no value is entered as static gateway in servergateway(-private) mode. Improved error-checking in isValidIP() prevents this.
179  - Ensure existing_hwaddr is always initialized  - Use file locking to make sure that only one copy of the masq script is running at any particular time.
180  - In the console refer to removable media instead of USB disk  - Add python-hashlib so we can read newer repodata signatures.
181  - Optimize user-modify-unix script and link it in bootstrap-ldap-save  - Point mirrorlist to mirrorlist.contribs.org
 - Post-upgrades not fired after restore from console  
 - Correction for when DB value is lower than MIN_MEMORY_LIMIT  
 - Simplified patch after review comments  
 - Updated previous patch to avoid migrate fragment  
 - Increase memory limit for pppoe to 100Mb  
 - Template /etc/updatedb.conf  
 - Make CipherSuite secure by default  
 - D-root is changing its IPv4 address  
 - Wait for slapd to be ready before running bootstrap-ldap-save  
 - Add missing dependency on openldap-servers  
 - Fix removing old BDB log files  
 - Remove unused BDB log files  
 - Improve error checking in isValidIP  
 - Prevent multiple instances of the masq script running,  
 patch by Charlie Brady  
 - Force magic_quotes Off  
 - Ensure Deny from all is on its own line in 15LimitLOGIN  
 - Workaround a deficiency in the proftpd package where it doesn't  
 handle long lines correctly in its configuration file.  
 Fix submitted by Charlie Brady  
 - Remove previous change  
 - Add VRoot engine to avoid pam log error  
 - Add php53-* provides to provide compatibility  
 - Obsolete php-domxml and php-dom  
 - Update Obsoletes and Conflicts  
182    
183  General features  General features
184  ================  ================
185    
186  - Based on CentOS 5.9 and all available updates  - Based on CentOS 5.9 and all available updates
187    
188  $Id: README.txt,v 1.15 2012/05/22 07:46:08 wellsi Exp $  $Id: README.txt,v 1.16 2013/07/03 02:58:39 wellsi Exp $
189    
190    
191    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed