Koozali SME Server 10 Alpha 2 Release ===================================== 31 May 2017 The Koozali SME Server development team is pleased to announce the release of SME Server 10 Alpha 3 which will be the next major release of SME Server. This release is based on CentOS 7. CentOS 7.# has an EOL of 30 June 2024. *************************** Koozali SME Server users should not upgrade production servers to this release but those who can are encouraged to load the alpha to a dedicated test machine and take part in the testing phase. *************************** Some notes on Koozali SME Server 10 can be found at https://wiki.contribs.org/SME_Server_10.0_Development Bug reports and reports of potential bugs should be raised in the bug tracker (and only there, please); https://bugs.koozali.org/ Download ======== You can download SME Server 10 from https://mirror.koozali.org/smeserver/releases/testing/10/ or for other methods see https://wiki.koozali.org/SME_Server:Download Please note it may take up to 48 hours for mirrors to finish syncing, during this time you may experience problems. About SME Server ================ SME Server is the leading Linux distribution for small and medium enterprises. SME Server is brought to you by Koozali Foundation, Inc., a non-profit corporation that exists to provide marketing and legal support for SME Server. SME Server is freely available under the GNU General Public License and is only possible through the efforts of the SME Server community. However, the availability and quality of SME Server is dependent on meeting our expenses, such as hosting costs, server hardware, etc. As such, we ask for a donation to offset costs and fund further development. a) If you are a school, a church, a non-profit organisation or an individual using SME Server for private purposes, we would appreciate you to contribute within your means toward the costs associated with hosting, maintenance and development. b) If you are a company or an integrator and you are deploying SME Server in the course of your work to generate revenue, we expect you to make a donation commensurate with the level of revenue you generate and the number of servers your have in the field. Please, help the project Please visit https://wiki.koozali.org/Donate to donate. Koozali Inc is happy to supply an invoice for any donations received, simply email treasurer@koozali.org Notes ===== In-place upgrades are not supported. It is necessary to backup and then restore. (Remember, testing purpose only) The spare handling for RAID arrays is not implemented. USB installs are now supported, see: https://wiki.koozali.org/Install_From_USB Current installer is still branded CentOS. A kickstart script allows you to go through the graphical installation process. If your disk is not empty, you will need to use the Anaconda interface to format it and partition it. If it is empty all is automatic. You will have to set your root password twice: once during Anaconda installation (you could use a lame password), a second time in the Koozali SME server configuration process. Major changes in this release ============================= This release is based on CentOS 7 Changes in this release ======================= see above General features ================ - Based on CentOS 7.2.1511 and all available updates Detailed changes in this release ======================= Only the changes since SME Server 10 Alpha2 are listed, mainly autogenerated from the changelogs. Packages altered by Centos, Redhat, and Fedora-associated developers are not included. General features - Based on CentOS 7.2.1511 and all available updates Backups e-smith-backup - added lock during backup to avoid multiple instance running [SME: 9127] - code from Stefano Zamboni - added support back to ext2 and ext3 [SME: 9299] - fix removable device detection [SME: 9299] - console restoration can be launched again from console [SME: 9550] - fixed bug on the dar catalog when backups are not added in it [SME: 9563] - Added e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch - Remove the dar exclusion message in the email if there is no exclusion. - Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] - Added two commented files backup.{include,exclude} in /etc/backup-data.d - Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] - Add or remove path in your backup by a file *.include and *.exclude - Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] - Test if the remote host (cifs/nfs) is up, else save and display a warning. - Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090] - The 'tar backup to desktop' of the backup panel takes consideration of exclusion - Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635] - The 'dar workstation backup' of the backup panel takes consideration of exclusion - Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] - The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content - e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635] File Server e-smith-proftpd - fix typos [SME: 6804] - set default as required - NB: client must be set as active connection, not passive - updated patch for certificate chain - Thanks to Daniel Berteaud - Adding TLS support to proftp configuration [SME: 6804] - default is enabled but not required, only TLSv1.1 and v1.2 e-smith-samba - fix outlook error code 0x8004011c [SME: 10169] - when setting up and email account on a win10 computer joined to a domain (with roaming profiles) - add systemd skip redirect [SME: 9688] - Fix deprecated syntax '~' in rsyslog [SME: 9398] - added e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch proftpd - AllowChrootSymlinks off could cause login failures depending on filesystem permissions: use the IDs of the logging-in user to perform the directory walk, looking for symlinks, to be more consistent with similar checks done during login (#1443507, upstream bug 4306) - Crypt::CrackLib always available now - Update to 1.3.5e - SFTP clients using umac-64@openssh.com digest failed to connect (upstream bug 4287) - SFTP rekeying failure with ProFTPD 1.3.5d, caused by null pointer dereference (upstream bug 4288) - AllowChrootSymlinks off did not check entire DefaultRoot path for symlinks (CVE-2017-7418, upstream bug 4295) - Change shellbangs in shipped perl scripts to use system perl - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section - /etc/pam.d/password-auth always available now - pcre 7.0 or later always available now - Properly allocate (and clear) the UMAC contexts, to fix segfault in mod_sftp (#1420365, upstream bug 4287) - Update to 1.3.5d - Support OpenSSL 1.1.x API (upstream bug 4275) Bug fixes: - SSH rekey during authentication can cause issues with clients (upstream bug 4254) - Recursive SCP uploads of multiple directories not handled properly (upstream bug 4257) - LIST returns different results for file, depending on path syntax (upstream bug 4259) - "AuthAliasOnly on" in server config breaks anonymous logins (upstream bug 4255) - CapabilitiesEngine directive not honored for / sections (upstream bug 4272) - Memory leak when mod_facl is used (upstream bug 4278) - All FTP logins treated as anonymous logins again (upstream bug 4283, regression in 1.3.5c of upstream bug 3307) - Handle client/server version skew in mod_sql_mysql (https://forums.proftpd.org/smf/index.php?topic=11887.0) - Fix a possible cause of segfaults in mod_sftp (#1337880, upstream bug 4203) - See if we can fix crash in mod_lang - BR: perl-generators for correct dependencies in utils sub-package - Prefer %global over %define LDAP e-smith-ldap - Disable SSLv3, but keep the possibility to enable it again [SME: 10108] - Better default cipher suite, and honor global suite [SME: 10108] - systemd skip redirect [SME: 9688] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, Localisation smeserver-locale - apply 2017-04-26 translation patch [SME: 10252] - updated donate patch to correct location https://wiki.koozali.org/Donate [SME: 9595] - applied smeserver-locale-2.6.0-locale-2017-03-03 - Added translations smeserver-locale-2.6.0-locale-2016-07-17.patch - fix wrongly converted http to https in - URL starting with http:// or ftp:// - fix path to documentations (wiki) [SME: 9595] - convert all koozali url to https - change http://www.smeserver.org\donate to https://wiki.koozali.org/donate [SME: 9595] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - change contribs.org to koozali.org [SME: 9595] Mail Server e-smith-email - fix webmail status not displaying correctly in manager [SME: 9594] - More change from smtpd to qpsmtpd in masq templates [SME: 9561] - Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554] e-smith-pop3 - Honor ConcurrencyLimit and ConcurrencyLimitPerIP prop for pop3 and pop3s [SME: 10271] e-smith-qmail - Add possibility to exclude users or members of other groups from group email address [SME: 9523] qmail - added documentation [SME: 9705] - added binaries ipmetest et ipmeprint to help configuration - add moreip to avoid loop [SME: 9705] - patch from Scott Gifford - remove qmail-0.0.0.0.patch as it is included - Consider literal <> as null sender [SME: 9884] qpsmtpd - Removed Message-Id validation, as it rejects MS account validation email [SME: 10139] - fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10112] - Validate domains found in uribl with Data::Validate::Domain [SME: 9467] - Use eval to fetch dkim policies, prevent fatal errors in case of DNS timeout [SME: 9480] - Remove karma rcpt handling (buggy and doesn't make a lot of sense) [SME: 9462] qpsmtpd-plugins - remove whitelit_soft [SME: 10126] smeserver-dovecot - Better default cipher suite, and honor global suite [SME: 10110] smeserver-qpsmtpd - Turn DMARC reporting off by default [SME: 10303] - update patch smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch [SME: 9478] - Greeting property was still attached to smtpd in a template - updated regex for RBL and SBL in smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch - to take into account list using a subdomain [SME: 10123] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - Turn SPF and DMARC rejects off by default [SME: 9664] - Fix disabling DMARC reporting [SME: 9206] - Add missing tnef2mime and MaximumDateOffset to qpsmtpd [SME: 9560] smeserver-spamassassin - Rewrite spamd run script to add support for --allow-tell [SME: 10137] Server manager e-smith-manager - add a panel to ease reporting bugs [SME: 8783] - Original work from Mats Schuh m.schuh@neckargeo.net - fix warning uninitialized value in lc [SME: 10209] - fix typo in e-smith-manager-2.8.0-bz10167-emptyback.patch - avoid internal server error if empty back parameter [SME: 10167] - return user friendly message - fix too short timeout in server-manager [SME: 9921] - now 30 min as default instead of 5 - possibility to change this and adapt the default 0.66 of timeout remaining to reset it - by default only a session cookie, can activate persistent cookie - sha256 as encryption. - fix bad redirection parameter that might reveal session information to remote site [SME: 9924] - added missing template-begin for tkt.css [SME: 9676] - Update server-manager to Koozali branding [SME: 9676] - We thanks John Crisp for his wonderful work. - change link for donation to koozali.org [SME: 9599] - Fix syntax for removing Indexes options [SME: 9587] - Remove index option for manager's resources [SME: 9587] - fix 307 redirection to http when https is used [SME: 8825] [SME: 9583] - update syntaxe for TKT Auth - bump 8 for typo - Fix a syntax error in server-manager's logout script [SME: 9527] e-smith-starterwebsite - fix can't chownfile index file [SME: 9900] perl-CGI-FormMagick - fix uninitialized value $what_to_make in lc [SME: 10210] php - bz2: fix improper error handling in bzread() CVE-2016-5399 - gd: fix integer overflow in _gd2GetHeader() resulting in heap overflow CVE-2016-5766 - gd: fix integer overflow in gdImagePaletteToTrueColor() resulting in heap overflow CVE-2016-5767 - mbstring: fix double free in _php_mb_regex_ereg_replace_exec CVE-2016-5768 - don't set environmental variable based on user supplied Proxy request header CVE-2016-5385 - fix segmentation fault in header_register_callback #1344578 - curl: add options to enable TLS #1291667 - mysqli: fix segfault in mysqli_stmt::bind_result() when link is closed #1096800 - fpm: fix incorrectly defined SCRIPT_NAME variable when using Apache #1138563 - core: fix segfault when a zend_extension is loaded twice #1289457 - openssl: change default_md algo from MD5 to SHA1 #1073388 - wddx: fix segfault in php_wddx_serialize_var #1131979 - session: fix segfault in session with rfc1867 #1297179 Webmail and Groupware Web Server e-smith-php - clean daily session and tmp folders [SME: 9626] - updated path for ibays' session and tmp folders to /var/cache - add tmp folder to ibays [SME: 7011] - add session folder to ibays [SME: 9620] - change global session folder from /tmp to /var/lib/php/session/ [SME: 139] Other fixes and updates e-smith-base - Expand route-bond0 when nic bonding is enabled [SME: 10272] - improve regex to catch local [SME: 9724] - change smtpd to qpsmtpd for default service access [SME: 9478] - add translation links for manager to most language variations we support [SME: 11121] - prevent restoration from being called on regular and post-upgrade reboot [SME: 9550] - console restoration can be launched again from console - Use ip route syntax to define routes to local network [SME: 10083] - Allow /32 masks on the external interface, in which case we don't check if the gateway is on the correct network) [SME: 9610] - fix config db locale property [SME: 9724] - adapt e-smith service command to systemd [SME: 9672] - add systemd skip redirect to e-smith-service [SME: 9688] - fix broken link /etc/init.d/supervise/local link [SME: 9687] - fix mysqld to mariadb [SME: 9438] - fix missing path to chkconfig [SME: 9641] - Fix deprecated syntax '*' in rsyslog [SME: 9398] - Added e-smith-base-5.8.0.bz9398.DeprecatedRsyslogSyntax.patch - Set the hostname by hostnamectl [SME: 9631] - Stefano Zamboni - fix Lang and keyboard layout configured are not used [SME: 9539] - Fix display of email forward fields since smtpd entry has been merged qpsmtpd [SME: 9552] e-smith-devtools - added grub2 directories to ignore list [SME: 10325] - Quote filenames in genfilelist so filenames containing spaces are correctly handled [SME: 9750] e-smith-grub - rebuild for file ownership conflict [SME: 10325] - fix edition and consol grub terminal not visible because of koozali logo [SME: 9728] - enable quota for groups and users with XFS [SME: 10211] - Koozali grub splash screen - Write the full path for the grub Action [SME: 9668] - Added e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch - New source [SME: 9321] - Adaptation to grub2 [SME: 9321] e-smith-hosts - remove reference to smtpd [SME: 9478] - fix servicename syslog to rsylog [SME: 9691] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. - fix mysqld to mariadb [SME: 9438] e-smith-ibays - fix typo thanks to Stephane de Labrusse [SME: 7011] - ibay to ibays - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621] - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621] - creating basedir /var/cache/e-smith/files/ibays for tmp and cache - create tmp folder in ibays when needed [SME: 9105] - create session folder in ibays when needed [SME: 9621] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, e-smith-lib - remove reference to smtpd in configuration.conf [SME: 9478] - fix console startup display [SME: 9352] - fix service name syslog to rsyslog [SME: 9691] - fix mysqld to mariadb [SME: 9438] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - fix esmith::util::serviceControl to manage systemd service [SME: 9660] - Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch e-smith-mysql - systemd skip redirect [SME: 9688] - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch - [SME: 9671] - fix broken link /etc/init.d/supervise/mariadb [SME: 9686] - Remove Dummy database from backup and restoration [SME: 9671] - Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch - fix forgotten mysqld variables in various scripts [SME: 9438] - e-smith-mysql-2.6.0-mariadb_forgotten_var.patch e-smith-ntp - fix wrong link to restart rsyslog [SME: 9690] e-smith-proxy - fix disabling smtp proxy via SM doesn't work [SME: 9639] - redirect squid syslog messages to /var/log/squid/squid.log [SME: 79] - Allow custom file descriptor limit, and set default to 4096 [SME: 9912] e-smith-quota - enable quota for groups and users with XFS [SME: 10211] e-smith-runit - add systemd skip redirect [SME: 9688] e-smith-test - remove reference to smtpd [SME: 9478] - fix servicename syslog to rsyslog [SME: 9691] - fix mysqld to mariadb [SME: 9438] initscripts - use DBUS calls directly instead of calling nmcli (bug #1422820) - rhel-import-state: fix broken order of parameters - import-state: copy just some attributes - functions: systemctl show now returns an error when unit does not exist - import-state: restore also sensitivity part of SELinux context - network: run after network-pre.target - ifup-eth: fix setting preferred_lft and valid_lft - ipv6: wait for all global IPv6 addresses to leave the "tentative" state - source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=no - ifup-aliases: inherit ARPCHECK from parent device - rhel-dmesg: don't start in containers - ifup-eth: fix typo in error message (#1038776) - sysctl.conf: steal comments about /usr,/etc,... from fedora's sysctl.conf - rwtab: /var/lib/nfs needs to copy the files - functions: improve killing loops - ipcalc: detect invalid mask - ifup: set valid_lft and preferred_lft to forever for static ip - service: use systemd mangle for given service - ifup-post: check resolve.conf also with DNS2 - ifdown-post: remove resolv.conf only in specific cases - spec: ghost /var/log/dmesg - network-functions: is_available_wait should wait even in the case that is_available returns 2 - autorelabel: turn quota off before relabeling - autorelabel: call dracut-initramfs-restore before forced reboot mod_auth_tkt - fix redirection when proxy ssl [SME: 8825] [SME: 9583] smeserver-release - Bump new rpm for sme10 alpha2 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, smeserver-support - exclude samba from centos repo as we have our own with DC support [SME: 10155] - improving link to donation [SME: 9598] - fix hover color [SME: 9676] - Koozali branding of manager [SME: 9676] - new images in archive; removed old images from cvs - updated some css smeserver-support-2.8.0-koozali_manager.patch - reverting partly the changes in last patch [SME: 9598] - wrong catch of proxy related url with the http to https changes - thank to Charlie Brady for reporting - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - update links to koozali.org [SME: 9598] - Template of os-release [SME: 9580] smeserver-yum - add rpmfusion free el7 RPM GPG KEY [SME: 10263] - avoid reboot for smeserver-locale upgrade [SME: 8705] - code by stefano zamboni - correct service names with plugin to avoid reboot [SME: 8705] - code by stefano zamboni - fix KeyError with plugin to avoid reboot [SME: 8705] - code by stefano zamboni - remove centos contrib repo [SME: 10156] - added centos SCLo SIG gpg rpm signing key [SME: 10119] - will allow to install SCL packages directly from smecontribs - Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch [SME: 8705] - code by stefano zamboni - Avoid to reboot after the installation of a smeserver-* package - add Remi Collet RPM GPG KEY [SME: 9903] - Rpm updates can be downloaded during the night [SME: 1502] - Added smeserver-yum-2.6.0.bz1502.DownloadOnly.patch - Deltarpm is now a setting in the yum panel (disabled by default) - Added smeserver-yum-2.6.0.bz8834.DeltaRpm.patch [SME: 8834] On behalf of the Koozali SME Server development team