From Fedora Project Wiki

(notes on mailserver changes)
No edit summary
(26 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Admon/warning | F13 | Beat owner should begin placing Fedora 13 content in this beat. Some initial notes are here, not ready for prime time.}}
== SendMail Release 8 ==


 
Fedora 22 Server Alpha  Uses Sendmail Release 8
Possible related feature pages:
Proofpoint, Inc., and the Sendmail Consortium announce the availability of sendmail 8.15.1. This release:
* [[Features/Zarafa | Zarafa]]
*Offers more TLS related features,
 
*Does not ignore temporary map lookup failures during header rewriting, uses uncompressed IPv6 addresses by default, which is an incompatible change that requires to update IPv6 related configuration data.  
 
*  It includes hooks to cryptography
=== sendmail ===
 
8.14.3->8.14.4 bugfixes incl security
 
=== cyrusimap ===
 
2.3.15->2.3.16
The  latest stable/current release of the IMAP server is 2.3.16 which includes support for replicated mailboxes, unified murder configuration, delayed expunge, separate metadata partitions, Sieve extensions, and much more. It requires SASLv2.
http://cyrusimap.web.cmu.edu/imapd/changes.html
http://cyrusimap.web.cmu.edu/imapd/install-upgrade.html
 
 
=== dovecot ===
 
1.2.6 -> 1.2.11
mbox users really should upgrade, because by sending a message with a
huge header you could basically cause a DoS (this problem exists only
with v1.2.x, not with v1.0 or v1.1).
 
- mbox: Message header reading was unnecessarily slow. Fetching a
  huge header could have resulted in Dovecot eating a lot of CPU.
  Also searching messages was much slower than necessary.
- mbox, dbox, cydir: Mail root directory was created with 0770
  permissions, instead of 0700.
- maildir: Reading uidlist could have ended up in an infinite loop.
- IMAP IDLE: v1.2.7+ caused extra load by checking changes every
  0.5 seconds after a change had occurred in mailbox
 
http://dovecot.org/doc/NEWS
 
 
 
 
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

Revision as of 16:51, 16 April 2015

SendMail Release 8

Fedora 22 Server Alpha Uses Sendmail Release 8 Proofpoint, Inc., and the Sendmail Consortium announce the availability of sendmail 8.15.1. This release:

  • Offers more TLS related features,
  • Does not ignore temporary map lookup failures during header rewriting, uses uncompressed IPv6 addresses by default, which is an incompatible change that requires to update IPv6 related configuration data.
  • It includes hooks to cryptography