c778 FreshPorts -- mail/cyrus-imapd24
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
cyrus-imapd24 2.4.17_2 mail on this many watch lists=5 search for ports that depend on this port
The cyrus mail server, supporting POP3 and IMAP4 protocols
Maintained by: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Oct 2010 12:47:34
Also Listed In: ipv6
License: BSD


The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol. 
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
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 system.  All
user access to mail is through software using the IMAP, POP3, or KPOP
protocols.

The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability.  Multiple concurrent
read/write connections to the same mailbox are permitted.  The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies.

WWW: http://www.cyrusimap.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.12
Required To Run:
  1. lang/perl5.12
Required Libraries:
  1. security/cyrus-sasl2
  2. devel/pcre
  3. databases/db41

This port is required by:

for Build for Run

To install the port: cd /usr/ports/mail/cyrus-imapd24/ && make install clean
To add the package: pkg_add -r cyrus-imapd24


Configuration Options
===> The following configuration options are available for cyrus-imapd-2.4.17_2:
     AUTOCREATE=off: Use autocreate INBOX patch (UoA)
     AUTOSIEVE=off: Use autosievefolder patch (UoA)
     BDB=on: Berkeley Database
     DRAC=off: Enable DRAC support
     IDLED=off: Enable IMAP idled support
     LDAP=off: Enable LDAP support (experimental)
     MURDER=off: Enable IMAP Murder support
     MYSQL=off: MySQL database
     NETSCAPEHACK=off: Enable X-NETSCAPE extensions
     NNTP=off: Enable NNTP support
     PGSQL=off: PostgreSQL database
     REPLICATION=off: Enable replication (experimental)
     SNMP=off: SNMP protocol
     SQLITE=off: SQLite database
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.cyrusimap.org/cyrus-imapd/
  3. http://cyrusimap.org/releases/

Number of commits found: 37

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
10 Dec 2012 15:10:03
Original commit files touched by this commit  2.4.17_2
ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
10 Dec 2012 11:50:34
Original commit files touched by this commit  2.4.17_1
ume search for other commits by this committer
don't segfault on mailbox close with no user.

Obtained
from:	http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.4&id=1661683d453ea444aae5832b4a2cb7fd54489672
02 Dec 2012 15:41:17
Original commit files touched by this commit  2.4.17
ume search for other commits by this committer
- Update to 2.4.17.
- Remove shlib versions.
- Trim Makefile header.

Feature safe:	yes
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.4.16
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
12 Jun 2012 17:39:22
Original commit files touched by this commit  2.4.16
ume search for other commits by this committer
Convert to use new OPTIONS framework.
19 Apr 2012 15:46:35
Original commit files touched by this commit  2.4.16
ume search for other commits by this committer
Update to 2.4.16.

From install-upgrade:

  Upgrading from 2.4.15

      * The tools/rehash utility has been fixed, we recommend ALL sites
        with the fulldirhash option enabled to run tools/rehash on their
        mailspools.
18 Apr 2012 18:03:26
Original commit files touched by this commit  2.4.15
ume search for other commits by this committer
Update to 2.4.15.

From install-upgrade:

  Upgrading from 2.4.14

      * We recommend that ALL sites with fulldirhash enabled run
        tools/rehash on their mail spools after upgrading from 2.4.14.
        There were serious 32 vs 64 bit hashing bugs which were made worse
        with 2.4.14. NOTE: the syntax of tools/rehash has changed. Run it
        without arguments to see a usage statement.
12 Mar 2012 15:57:42
Original commit files touched by this commit  2.4.14
ume search for other commits by this committer
Update to 2.4.14.

Feature safe:   yes
14 Feb 2012 12:45:35
Original commit files touched by this commit  2.4.13_2
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.4.13_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
03 Jan 2012 01:20:37
Original commit files touched by this commit  2.4.13_1
ume search for other commits by this committer
Fix plist.

Spotted by:     pointyhat via pav.
31 Dec 2011 15:01:50
Original commit files touched by this commit  2.4.13
ume search for other commits by this committer
Update to 2.4.13.

A Happy New Year!
01 Nov 2011 15:34:58
Original commit files touched by this commit  2.4.12
ume search for other commits by this committer
Update the autosieve patch and unmark BROKEN with the
AUTOSIEVE option.

PR:             ports/162185
Submitted by:   mm
05 Oct 2011 16:12:37
Original commit files touched by this commit  2.4.12
ume search for other commits by this committer
Update to 2.4.12.
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.4.11
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
15 Sep 2011 11:35:28
Original commit files touched by this commit  2.4.11
ume search for other commits by this committer
Mark BROKEN when AUTOSIEVE is enabled.  The 3rd party's
autosieve patch is not aveilable for the latest version
of Cyrus-IMAPd.

PR:             ports/160740
14 Sep 2011 11:21:11
Original commit files touched by this commit  2.4.11
ume search for other commits by this committer
Update to 2.4.11.
28 Jul 2011 12:43:22
Original commit files touched by this commit  2.4.10_1
sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
06 Jul 2011 12:52:28
Original commit files touched by this commit  2.4.10
ume search for other commits by this committer
Update to 2.4.10.
22 Jun 2011 03:37:51
Original commit files touched by this commit  2.4.9
ume search for other commits by this committer
Update to 2.4.9.
20 May 2011 12:17:03
Original commit files touched by this commit  2.4.8
ume search for other commits by this committer
Make it buildable with perl 5.14.0.  Perl 5.14.0 doesn't define
sv_undef, sv_yes nor sv_no, anymore.
13 Apr 2011 16:56:44
Original commit files touched by this commit  2.4.8
ume search for other commits by this committer
Update to 2.4.8.
03 Apr 2011 12:28:59
Original commit files touched by this commit  2.4.7
ume search for other commits by this committer
Recover some distinfo entries.

PR:             ports/156139
Submitted by:   Kalten <kalten__at__gmx.at>
31 Mar 2011 04:01:10
Original commit files touched by this commit  2.4.7
ume search for other commits by this committer
Update to 2.4.7.
20 Dec 2010 16:05:31
Original commit files touched by this commit  2.4.6
ume search for other commits by this committer
Update to 2.4.6.
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.4.5_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
30 Nov 2010 17:43:46
Original commit files touched by this commit  2.4.5_1
ume search for other commits by this committer
Change to off the experimental 3rd party patch by default.
30 Nov 2010 11:33:41
Original commit files touched by this commit  2.4.5
mm search for other commits by this committer
- Add optional autocreate and autosieve patches (originally from UoA)
- Patches are maintained by myself (mm@FreeBSD.org)

URL:            http://blog.vx.sk/archives/13-Cyrus-IMAP-UoA.html

PR:             ports/152257
Approved by:    maintainer (timeout)
29 Nov 2010 19:02:28
Original commit files touched by this commit  2.4.5
ume search for other commits by this committer
Update to 2.4.5.
26 Nov 2010 15:23:45
Original commit files touched by this commit  2.4.4_1
ume search for other commits by this committer
Use PCRE explicitly.  If PCRE was installed, the header of PCRE was
picked upped.  However, since there was bash-ism in the configure
script, libpcre was not linked, correctly.  As the result, the regex
in our libc was used, but the header of PCRE was referred.
12 Nov 2010 12:50:19
Original commit files touched by this commit  2.4.4
ume search for other commits by this committer
Update to 2.4.4.
09 Nov 2010 16:17:42
Original commit files touched by this commit  2.4.3_1
ume search for other commits by this committer
Fix plist.

Reported by:    QAT
09 Nov 2010 15:44:04
Original commit files touched by this commit  2.4.3
ume search for other commits by this committer
Update to 2.4.3.
19 Oct 2010 11:46:34
Original commit files touched by this commit  2.4.2
ume search for other commits by this committer
Update to 2.4.2.
18 Oct 2010 15:27:22
Original commit files touched by this commit  2.4.1
ume search for other commits by this committer
Update to 2.4.1.
18 Oct 2010 12:47:20
Original commit files touched by this commit  2.4.0
ume search for other commits by this committer
Add new 2.4 branch of Cyrus IMAPd after repocopy.

PR:             ports/151472
Repocopied by:  portmgr (marcus)

Number of commits found: 37

283a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0