/[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.24 by wellsi, Mon Jan 13 01:15:33 2014 UTC Revision 1.25 by wellsi, Wed Feb 5 19:16:15 2014 UTC
# Line 1  Line 1 
1  SME Server 8.1Beta3 Release Notes  SME Server 8.1Beta4 Release Notes
2  =================================  =================================
3    
4  15 January 2014  10 February 2014
5    
6  The SME Server development team is pleased to announce the release of  The SME Server development team is pleased to announce the release of
7  SME Server 8.1 Beta 3 which is based on CentOS 5.10  SME Server 8.1 Beta 4 which is based on CentOS 5.10
8    
9  Bug reports and reports of potential bugs should be raised in the bug  Bug reports and reports of potential bugs should be raised in the bug
10  tracker (and only there, please);  tracker (and only there, please);
# Line 55  Notes Line 55  Notes
55     are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,     are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,
56     Athlon XP and later.     Athlon XP and later.
57    
58  2. Some notes on SME 8.1 including help on upgrades can be found at  2. Some notes on SME Server 8.1 including help on upgrades can be found at
59     http://wiki.contribs.org/SME_Server_8     http://wiki.contribs.org/SME_Server_8
60    
61  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,
62     during this time you may experience problems.     during this time you may experience problems.
63     You can download SME8.1 from     You can download SME Server 8.1 from
64     http://mirror.contribs.org/smeserver/releases/testing/8/iso/i386/     http://mirror.contribs.org/smeserver/releases/testing/8/iso/i386/
65     or for other methods see http://wiki.contribs.org/SME_Server_8     or for other methods see http://wiki.contribs.org/SME_Server_8
66    
67    Changes from Beta 3
68    ===================
69    
70    Set sme-server as the default workgroup and domain name for
71    new installations.
72    Remove insecure SSL ciphers.
73    Due to SMTP servers not handling SMTP Auth well only present
74    one auth method at a time, in order, to NET::SMTP.
75    Allow webmail access to be selected for only the local network.
76    Provide the ability to force https per ibay.
77    
78  Changes from Beta 2  Changes from Beta 2
79  ===================  ===================
80    
# Line 123  Backups Line 134  Backups
134    of results from CGI.pm    of results from CGI.pm
135  - Workstation Backup, new method to show files being restored is needed  - Workstation Backup, new method to show files being restored is needed
136    when using dar 2.4    when using dar 2.4
137    - Don't remove the apache group during restore.
138    - Workstation Backup, suppress ctime error message on incremental backups.
139    
140    
141  File Server  File Server
# Line 154  File Server Line 167  File Server
167    lines correctly in its configuration file. This caused FTP to fail when    lines correctly in its configuration file. This caused FTP to fail when
168    large numbers of local networks were configured.    large numbers of local networks were configured.
169  - Ensure Deny from all is on its own line in 15LimitLOGIN  - Ensure Deny from all is on its own line in 15LimitLOGIN
170    - Update default ServerName in 30smbServerName, and change default
171      Workgroup and Domain to sme-server
172    
173    
174  LDAP (Optional in SME 8.1, and considered experimental)  LDAP (Optional in SME 8.1, and considered experimental)
# Line 175  Localisation Line 190  Localisation
190    
191  Mail Server  Mail Server
192  -----------  -----------
193  - Updated to latest Antivirus, ClamAV, 0.98.  - Updated to latest Antivirus, ClamAV, 0.98.1
194  - Fetchmail multidrop mode follows TCPPort setting.  - Fetchmail multidrop mode follows TCPPort setting.
195  - Avoid use of unitialised variables in smtp migrate fragments.  - Avoid use of unitialised variables in smtp migrate fragments.
196  - Allow smtp_auth_proxy to use port 587 with STARTTLS.  - Allow smtp_auth_proxy to use port 587 with STARTTLS.
197  - Due to SMTP servers not handling SMTP Auth well enable the use of a  - Due to SMTP servers not handling SMTP Auth well only present
198    blacklist to remove the troublesome methods.    one auth method at a time, in order, to NET::SMTP and enable
199      the use of a blacklist to remove the troublesome methods.
200    For example to remove CRAM-MD5:    For example to remove CRAM-MD5:
201    # db configuration setprop smtp-auth-proxy Blacklist CRAM-MD5    # db configuration setprop smtp-auth-proxy Blacklist CRAM-MD5
202    # sv t /service/smtp-auth-proxy    # sv t /service/smtp-auth-proxy
# Line 219  Mail Server Line 235  Mail Server
235    size settings. See http://wiki.contribs.org/Email#Set_max_email_size    size settings. See http://wiki.contribs.org/Email#Set_max_email_size
236  - Include /usr/bin/refreshclam  - Include /usr/bin/refreshclam
237  - Remove workarounds for how qpsmtpd tags spam email.  - Remove workarounds for how qpsmtpd tags spam email.
238    - Remove insecure SSL ciphers.
239    
240    
241  Server manager  Server manager
# Line 232  Server manager Line 249  Server manager
249    now case-insensitive for %escapes.    now case-insensitive for %escapes.
250  - Fix more uninitialized warnings in log (httpd/admin_error_log) from HTML.pm.  - Fix more uninitialized warnings in log (httpd/admin_error_log) from HTML.pm.
251  - Remove log noise (httpd/admin-error-log) when accessing the Create Starter  - Remove log noise (httpd/admin-error-log) when accessing the Create Starter
252    Web panel in server-manager    Web panel in server-manager.
253    
254    
255  Webmail and Groupware  Webmail and Groupware
256  ---------------------  ---------------------
   
257  - If IMAP is disabled in the server manager email panel, IMAP will now listen  - If IMAP is disabled in the server manager email panel, IMAP will now listen
258    to the loopback interface to allow webmail to function.    to the loopback interface to allow webmail to function.
259  - Webmail no longer uses SSL over loopback interface.  - Webmail no longer uses SSL over loopback interface.
260    - Allow webmail access to be selected for only the local network.
261    
262    
263  Web Server  Web Server
# Line 251  Web Server Line 268  Web Server
268    will now have "magic_quotes Off" instead of fully removing it as the default    will now have "magic_quotes Off" instead of fully removing it as the default
269    is ON.    is ON.
270  - Change wording of Software Update button.  - Change wording of Software Update button.
271    - Remove insecure SSL ciphers.
272    
273    
274  Other fixes and updates  Other fixes and updates
# Line 275  Other fixes and updates Line 293  Other fixes and updates
293  - Point mirrorlist to mirrorlist.contribs.org  - Point mirrorlist to mirrorlist.contribs.org
294  - Increase memory limit for ntpd.  - Increase memory limit for ntpd.
295  - Add an audit for groups.  - Add an audit for groups.
296    - Set sme-server as the default workgroup and domain name for
297      new installations.
298    - Provide the ability to force https per ibay.
299    - Prevent server being used in NTP amplification attacks.
300    - Modify template to allow Squid proxy https access to ports
301      other than 443,563
302    - Add logcheck to help analyse errors in the log files.
303    
304    
305  General features  General features
306  ================  ================
307    
308  - Based on CentOS 5.10 and all available updates  - Based on CentOS 5.10 and all available updates
309    
310  $Id: README.txt,v 1.23 2013/11/11 04:22:55 wellsi Exp $  $Id: README.txt,v 1.24 2014/01/13 01:15:33 wellsi Exp $


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