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

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

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


Revision 1.23 - (show annotations) (download)
Mon Nov 11 04:22:55 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
Changes since 1.22: +19 -12 lines
Content type: text/plain
Release Notes for SME Server 8.1 Beta 3

1 SME Server 8.1Beta3 Release Notes
2 =================================
3
4 12 November 2013
5
6 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
8
9 Bug reports and reports of potential bugs should be raised in the bug
10 tracker (and only there, please);
11
12 http://bugs.contribs.org/
13
14 About SME Server
15 ================
16
17 SME Server is the leading Linux distribution for small and medium
18 enterprises. SME Server is brought to you by Koozali Foundation, Inc.,
19 a non-profit corporation that exists to provide marketing and legal support
20 for SME Server.
21
22 SME Server is freely available under the GNU General Public License and
23 is only possible through the efforts of the SME Server community.
24 However, the availability and quality of SME Server is dependent on
25 meeting our expenses, such as hosting costs, server hardware, etc.
26
27 As such, we ask for a donation to offset costs and fund further development.
28 a) If you are a school, a church, a non-profit organisation or an individual
29 using SME Server for private purposes, we would appreciate you to contribute
30 within your means toward the costs associated with hosting, maintenance and
31 development.
32 b) If you are a company or an integrator and you are deploying SME Server in
33 the course of your work to generate revenue, we expect you to make a donation
34 commensurate with the level of revenue you generate and the number of servers
35 your have in the field. Please, help the project
36
37 Please visit http://wiki.contribs.org/Donate to donate.
38
39 Koozali Inc is happy to supply an invoice for any donations received,
40 simply email treasurer@koozali.org
41
42 Thanks
43 ======
44
45 The development team would like to thank all of those who have involved
46 themselves with this release.
47
48 Notes
49 =====
50
51 1. CentOS 5 has dropped support for i586 and therefore SME Server 8.1
52 will not work on i586 hardware. [See bugzilla:2845]. i586 hardware
53 means processors before and including Intel Pentium, Pentium MMX;
54 AMD K5, K6, K6-II, K6-III and Via C3. i686 architecture processors
55 are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,
56 Athlon XP and later.
57
58 2. Some notes on SME 8.1 including help on upgrades can be found at
59 http://wiki.contribs.org/SME_Server_8
60
61 3. Please note it may take up to 48 hours for mirrors to finish syncing,
62 during this time you may experience problems.
63 You can download SME8.1 from
64 http://mirror.contribs.org/smeserver/releases/testing/8/iso/i386/
65 or for other methods see http://wiki.contribs.org/SME_Server_8
66
67 Changes from Beta 2
68 ===================
69
70 Update to CentOS 5.10
71 Update footer copyright and renew full copyright text.
72
73 Changes from Beta 1
74 ===================
75
76 nodmraid is now the default install option as many issues have been seen with
77 dmraid.
78 Installer warning updated to clarify all attached disks will be reformatted.
79 SME Server changes to initscripts included.
80 Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots.
81 Updated to latest Antivirus, ClamAV, 0.98.
82 Added donation text and graphic to login page and server-manager.
83 Modules necessary to implement .htaccess have now been loaded by default.
84
85 Changes in this release
86 =======================
87
88 Packages altered by Centos, Redhat, and Fedora-associated developers are
89 not included.
90
91
92 Backups
93 -------
94 - Workstation Backup allows the day of the week to be specified on which a
95 full backup occurs. This now works correctly for all days of the week.
96 - To increase reliability of backups to a Microsoft Vista drive, a one second
97 delay was added to the backup. This issue is not seen on the newer Microsoft
98 OS.
99 - Allow user setting of compression level for Desktop and Console Backups.
100 For example: config setprop backupconsole CompressionLevel -6
101 The default is -6, where -1 is fastest and -9 is optimal compression.
102 - In the console, under item 8, refer to removable media instead of USB
103 device.
104 - After a restore from the console the post-upgrade event was not being
105 performed.
106 - Add an option to use Wake on LAN before starting Workstation Backup.
107 - Workstation Backup, report cifs mount errors.
108 - Workstation Backup, be compatible with destinations that include spaces.
109 - Workstation Backup, remove temporary directory on success .
110 - Workstation Backup, add a choice to delete old backup before or after
111 backup.
112
113 File Server
114 -----------
115 - Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots.
116 - Add support for Windows 8 domain joining & user login with a new registry
117 file.
118 /server-resources/regedit/win8samba.reg
119 - New optional samba property smb{WideLinks}, valid values are 'no' or 'yes'.
120 The current samba default is 'no'.
121 see http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#WIDELINKS
122 For example to enable samba Wide Links
123 # config setprop smb WideLinks yes
124 - Add windows network performance enhancements registry file that can help
125 Windows slow logons.
126 /server-resources/regedit/windows_samba_performance.reg
127 - Two new optional samba properties smb{ServerMaxProtocol} &
128 smb{ClientMaxProtocol}.
129 For example: # config setprop smb ServerMaxProtocol NT1
130 - Remove the samba_audit specific logrotate configuration which was causing an
131 email to be sent to the admin every night.
132 - Enable smb auditing per ibay, it is disabled by default.
133 Auditing is enabled via
134 # db accounts setprop ibayname Audit enabled
135 # signal-event ibay-modify ibayname
136 - Prevent emailing about the normal, weekly, checks of RAID arrays
137 - Update ServerName (Samba netbios name) when SystemName is updated
138 - Workaround a deficiency in the proftpd package where it does not handle long
139 lines correctly in its configuration file. This caused FTP to fail when
140 large numbers of local networks were configured.
141 - Ensure Deny from all is on its own line in 15LimitLOGIN
142
143
144 LDAP (Optional in SME 8.1, and considered experimental)
145 ----
146 - Fix init-account script when LDAP auth is enabled.
147 - Fix group creation/modification when LDAP auth is enabled.
148 - The ldap.init script which starts just after the ldap service waits for
149 slapd to be to available. The logic to check if slapd is ready was
150 corrected.
151 - Add missing dependency on openldap-servers.
152 - The ldap log files can take significant space on servers with a lot of
153 users. This update will ensure old BDB log files are removed.
154
155
156 Localisation
157 ------------
158 - Latest translations included.
159
160
161 Mail Server
162 -----------
163 - Updated to latest Antivirus, ClamAV, 0.98.
164 - Fetchmail multidrop mode follows TCPPort setting.
165 - Avoid use of unitialised variables in smtp migrate fragments.
166 - Allow smtp_auth_proxy to use port 587 with STARTTLS.
167 - Due to SMTP servers not handling SMTP Auth well enable the use of a
168 blacklist to remove the troublesome methods.
169 For example to remove CRAM-MD5:
170 # db configuration setprop smtp-auth-proxy Blacklist CRAM-MD5
171 # sv t /service/smtp-auth-proxy
172 More than one method can be removed:
173 # db configuration setprop smtp-auth-proxy Blacklist "CRAM-MD5 DIGEST-MD5"
174 # sv t /service/smtp-auth-proxy
175 - imap-relocate-maildirs action was removed.It was no longer necessary and was
176 sometimes very slow.
177 - The soft memory limits for pop3 and pop3s were increased. Two new optional
178 database properties pop3{MemLimit} and pop3s{MemLimit}
179 For example to increase the memory limit
180 # config setprop pop3s MemLimit 50000000
181 # expand-template /var/service/pop3s/env/MEMLIMIT
182 # config setprop pop3 MemLimit 50000000
183 # expand-template /var/service/pop3/env/MEMLIMIT
184 - New optional qmail property qmail{ConcurrencyLocal} and default for
185 /var/qmail/control/concurrencylocal changed to 20.
186 For example to decrease the local concurrecny limit
187 # config setprop qmail ConcurrencyLocal 6
188 - Modify domain style pseudonym pointing to user with dot in name.
189 - Accept messages with no body and no trailing \n after headers.
190 - Prevent email delivery failure with required updates for perl-Net-DNS and
191 qpsmtpd.
192 - New optional spamassassin property spamassassin{MaxMessageSize} to allow for
193 spamassassin qpsmtpd's plugin size limit to be changed.
194 For example to also scan larger files
195 # config setprop spamassassin MaxMessageSize 1500000
196 - Make CipherSuite secure by default and tls ciphers defaults to disallow
197 SSLv2.
198 - Fix how qpsmtpd tags spam email.
199 - Add template to extend the functionality of SSL verified certificate to IMAP
200 and SSMTP transactions
201 - Update ClamAV to release 0.97.8.
202 - Load TextCat plugin if ok_languages is enabled.
203 - Removed the databytes file from qpsmtpd config to honor the maximum message
204 size settings. See http://wiki.contribs.org/Email#Set_max_email_size
205
206 Server manager
207 --------------
208 - Added donation text and graphic to login page and server-manager.
209 - Update footer copyright and renew full copyright text.
210 - Do not load mod_ssl for httpd-admin as it is not needed and creates log
211 noise.
212 - If the browser used to access the server-manager used lower case for
213 %escapes a blank screen would be shown. The server manager URL processing is
214 now case-insensitive for %escapes.
215 - Fix more uninitialized warnings in log (httpd/admin_error_log) from HTML.pm.
216 - Remove log noise (httpd/admin-error-log) when accessing the Create Starter
217 Web panel in server-manager
218
219
220
221 Webmail and Groupware
222 ---------------------
223
224 - If IMAP is disabled in the server manager email panel, IMAP will now listen
225 to the loopback interface to allow webmail to function.
226 - Webmail no longer uses SSL over loopback interface.
227
228
229 Web Server
230 ----------
231 - Modules necessary to implement .htaccess have now been loaded by default.
232 - Disable index listing of Apache icons folder.
233 - PHP's magic_quotes are deprecated so should no longer be used. The php.ini
234 will now have "magic_quotes Off" instead of fully removing it as the default
235 is ON.
236 - Change wording of Software Update button.
237
238
239 Other fixes and updates
240 -----------------------
241 - Remove old System Name from the Hosts DB
242 - Fix warning in /var/log/messages by correctly initialising the relevant
243 variable. The warning related to the HW Address of a NIC.
244 - user-modify-unix script could take many minutes, it has now been optimised
245 to take only seconds
246 - The memory limit for pppoe was increased to 100Mb.
247 - On upgrading from SME Server 7 to SME Server 8 an email could be sent to the
248 admin everyday due to a modified /etc/updatedb.conf file. This update
249 ensures the correct /etc/updatedb.conf file.
250 - Updated SME root server template as D-root changed its IPv4 address on the
251 3rd of January 2013.
252 - The console would crash when no value is entered as static gateway in
253 servergateway(-private) mode. Improved error-checking in isValidIP()
254 prevents this.
255 - Use file locking to make sure that only one copy of the masq script is
256 running at any particular time.
257 - Add python-hashlib so we can read newer repodata signatures.
258 - Point mirrorlist to mirrorlist.contribs.org
259 - Increase memory limit for ntpd .
260
261 General features
262 ================
263
264 - Based on CentOS 5.10 and all available updates
265
266 $Id: README.txt,v 1.22 2013/10/12 05:51:47 wellsi Exp $

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