Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Ubuntu 13.04 on me high-end box - Horrible
· NVIDIA GeForce Chips Comparison Table and more
· CSF 6.09 released
· Microsoft and Google agree to build YouTube app for Windows Phone 8
· OS X 10.8.4 Build 12E55 Seeded to Developers
· Wine 1.5.31 released
· Libxvmc/Libx11 Updates for Debian
· OCZ Vertex 450 SSD Reviews and more
· Proxmox VE 3.0 released
· More Windows 8.1 features discovered in WinRT?

Upcoming News
· Appointee to the Fedora Board; election nominations closing imminently.
· Logitech k310 Washable Keyboard
· [Tech ARP] BIOS Option Of The Week - Hardware Prefetcher
· SuperTooth HD VOICE Bluetooth Speakerphone Review @ TestFreaks
· A Futurelooks News Flash - An Affordable Titan – N?= VIDIA’s GEFORCE GTX 780 Reviewed
· News: AMD's A4-5000 'Kabini' APU reviewed
· Wine release 1.5.31
· NVIDIA GeForce Chips Comparison Table @ Hardware Secrets
· Resident Evil Revelations Video Review with Kaeyi Dream @ HardwareHeaven.com
· [security-announce] openSUSE-SU-2013:0825-1: important: MozillaFirefox: update to version 21.0

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6522 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 723 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4611 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 799 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1179 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » April 2005 » Fedora Core 3 Update: cyrus-imapd-2.2.12-1.1.fc3

Fedora Core 3 Update: cyrus-imapd-2.2.12-1.1.fc3

Posted by Philipp Esselbach on: 04/27/2005 01:39 PM [ Print | 0 comment(s) ]

A cyrus-imapd security update is available for Fedora Core 3

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-339
2005-04-27
---------------------------------------------------------------------

Product : Fedora Core 3
Name : cyrus-imapd
Version : 2.2.12
Release : 1.1.fc3
Summary : A high-performance mail server with IMAP, POP3, NNTP and SIEVE support.
Description :
The cyrus-imapd package contains the core of the Cyrus IMAP server. It is a scaleable enterprise mail system designed for use from small to large enterprise environments using standards-based internet mail technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin board environment to be set up across multiple servers. It differs from other IMAP server implementations in that it is run on "sealed" servers, where users are not normally permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP server. All user access to mail is through software using the IMAP, POP3, or KPOP protocols. TLSv1 and SSL are supported for security.




---------------------------------------------------------------------
Update Information:

Several buffer overflow bugs were found in cyrus-imapd. It is possible that an authenticated malicious user could cause the imap server to crash. Additionally, a peer news admin could potentially execute arbitrary code on the imap server when news is received using the fetchnews command. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2005-0546 to this issue.

In addition this version of the rpm contains a collection of other fixes since the last FC3 update (see below changelog).

gt;gt;gt;gt;gt;gt;gt;gt;gt;gt;IMPORTANT NOTE FOR X86_64 INSTALLATION lt;lt;lt;lt;lt;lt;lt;lt;lt;lt;lt;lt;

This rpm also fixes bug #156121 that incorrectly placed some
executables /usr/lib64/cyrus-imapd. /usr/lib64 is reserved for 64 bit libraries and this caused problems for existing scripts that expected to find them in a canonical location (/usr/lib/cyrus-imapd) and violated the multilib packaging guidelines. Only references external to the cyrus-imapd package are affected by this, the rpm is self consistent. The most notable example is /usr/lib64/cyrus-impad/deliver which is now /usr/lib/cyrus-imapd/deliver (use of lmtp is encouraged in preference to deliver). This change only affects x86_64 installations.

---------------------------------------------------------------------
* Mon Apr 4 2005 John Dennis lt;jdennis@redhat.comgt; - 2.2.12-1.1.fc3

- bring up to 2.2.12, fixes security CAN-2005-0546

* Mon Feb 14 2005 Simon Matter lt;simon.matter@invoca.chgt;

- updated to 2.2.12
- updated autocreate and autosievefolder patches

* Sat Feb 5 2005 Simon Matter lt;simon.matter@invoca.chgt;

- updated autosievefolder patch

* Tue Feb 1 2005 Simon Matter lt;simon.matter@invoca.chgt;

- remove special ownership and permissions from deliver
- enable deliver-wrapper per default
- enable OutlookExpress seenstate patch per default

* Wed Jan 19 2005 Simon Matter lt;simon.matter@invoca.chgt;

- updated autocreate patch

* Fri Jan 14 2005 Simon Matter lt;simon.matter@invoca.chgt;

- spec file cleanup

* Tue Jan 11 2005 Simon Matter lt;simon.matter@invoca.chgt;

- updated autocreate patch

* Fri Jan 7 2005 Simon Matter lt;simon.matter@invoca.chgt;

- moved contrib dir into doc, made scripts not executable

* Thu Jan 6 2005 Simon Matter lt;simon.matter@invoca.chgt;

- added more fixes to the autocreate patch
- don't use /usr/lib for /usr/lib/cyrus-imapd, it's a mess on x86_64
- don't use /usr/lib for symlinks
- remove /usr/lib pachtes
- change pam configs to work on x86_64
- changed default build option for IDLED to on
- changed rpm_set_permissions to honor partitions in /etc/imapd.conf

* Tue Jan 4 2005 Simon Matter lt;simon.matter@invoca.chgt;

- updated autocreate patch

* Mon Dec 20 2004 Simon Matter lt;simon.matter@invoca.chgt;

- remove idled docs when disabled, fixes RedHat's bug #142345

* Fri Dec 17 2004 Simon Matter lt;simon.matter@invoca.chgt;

- removed allnumeric patch, not needed anymore
- made groupcache a compile time option
- rename nntp's pam service, fixes RedHat's bug #142672

* Thu Dec 16 2004 Simon Matter lt;simon.matter@invoca.chgt;

- updated groupcache patch
- updated cvt_cyrusdb_all to use runuser instead of su if available
- added upd_groupcache tool

* Wed Dec 15 2004 Simon Matter lt;simon.matter@invoca.chgt;

- added groupfile patch to help those using nss_ldap


---------------------------------------------------------------------
This update can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/

36cea34d82e4e8f127b0acd6aef20522 SRPMS/cyrus-imapd-2.2.12-1.1.fc3.src.rpm
7d86ca50692b8fb8174a9ba77577516b x86_64/cyrus-imapd-2.2.12-1.1.fc3.x86_64.rpm
3fac6beb580449fa88cf30ebd2cc00b1 x86_64/cyrus-imapd-murder-2.2.12-1.1.fc3.x86_64.rpm
d6ae4bc28394cff12991ef41026560e4 x86_64/cyrus-imapd-nntp-2.2.12-1.1.fc3.x86_64.rpm
52f96c3c5dd2751fa345c98f26ae85ce x86_64/cyrus-imapd-devel-2.2.12-1.1.fc3.x86_64.rpm
17b55f1ed6883ac2c2e984b68d3110b6 x86_64/perl-Cyrus-2.2.12-1.1.fc3.x86_64.rpm
2ed2914ab0ec3291496374364c84833a x86_64/cyrus-imapd-utils-2.2.12-1.1.fc3.x86_64.rpm
71c9bd8df0da6beb33c7593285575b34 i386/cyrus-imapd-2.2.12-1.1.fc3.i386.rpm
99c59a28fd8ddf609788df73c67fd331 i386/cyrus-imapd-murder-2.2.12-1.1.fc3.i386.rpm
90bd0b98c63d2c9ec44b3c66933c613a i386/cyrus-imapd-nntp-2.2.12-1.1.fc3.i386.rpm
5e4a129f7e77f7840ac92d6fe481f18f i386/cyrus-imapd-devel-2.2.12-1.1.fc3.i386.rpm
5c097ebe78767a241b4617e8e945b95b i386/perl-Cyrus-2.2.12-1.1.fc3.i386.rpm
8eebd0cb12bf4ab005830782205afc1a i386/cyrus-imapd-utils-2.2.12-1.1.fc3.i386.rpm

This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command.


Bookmark and Share

Related Threads

09/29/2007 09:59 AM: Dual booting Fedora Core 5 with Windows XP Pro? (5) by danleff
05/19/2007 11:37 PM: Windows 200/fedora core 6 dual boot problems (2) by nissanracer007
09/25/2006 10:38 PM: need driver for dlink g510 for fedora core 4 (5) by danleff
08/21/2006 10:47 PM: New, Need some help with Fedora Core 5 (1) by danleff
08/06/2006 09:03 PM: Help setting up a wireless USB Linksys card on Fedora Core 5 (1) by danleff
07/20/2006 11:01 PM: More Dual Booting Issues with Fedora Core 5 and Xp (3) by bergyman
07/09/2006 04:42 AM: Fedora Core 5 install w/ 2 hard drives (4) by atagar
05/25/2006 05:03 AM: Trying to install Fedora Core 5 on a Tyan Tiger 200T mo/bo (1) by danleff
05/31/2006 05:51 PM: Installing LAMP on Fedora Core 4 (5) by danleff
05/20/2006 05:45 AM: grub reports error 17 in fedora core 4/win98 (1) by danleff

« Tyan Transport GS12 and GX21 1U Rackmount Servers Review · SpyBot-Search Destroy 1.4 RC2 »

Linux Compatible » News » April 2005 » Fedora Core 3 Update: cyrus-imapd-2.2.12-1.1.fc3
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition