notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
dovecot Secure, fast and powerful IMAP and POP3 server
2.3.21.1_3 mail on this many watch lists=172 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.21.1_3Version of this port present on the latest quarterly branch.
Maintainer: ler@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-09-01 14:17:24
Last Update: 2025-04-18 16:22:27
Commit Hash: 78c4bd4
People watching this port, also watch:: postfix, clamav, libiconv, sudo, gmake
License: LGPL21 MIT
WWW:
https://www.dovecot.org/
Description:
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. Dovecot is high-performing, self-optimizing, self-healing, and easily extensible. It includes IMAP4rev1 and POP3 support. IPv6, SSL and TLS are supported. It supports multiple commonly used IMAP extensions, including SORT, THREAD and IDLE.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • dovecot
Dependency lines:
  • dovecot>0:mail/dovecot
To install the port:
cd /usr/ports/mail/dovecot/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/dovecot
  • pkg install dovecot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dovecot
Package flavors (<flavor>: <package>)
  • default: dovecot
  • mysql: dovecot-mysql
  • pgsql: dovecot-pgsql
distinfo:
TIMESTAMP = 1723829732 SHA256 (dovecot-2.3.21.1.tar.gz) = 2d90a178c4297611088bf7daae5492a3bc3d5ab6328c3a032eb425d2c249097e SIZE (dovecot-2.3.21.1.tar.gz) = 7842044

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libzstd.so : archivers/zstd
  2. libldap.so.2 : net/openldap26-client
This port is required by:
for Build
  1. mail/dovecot-coi
  2. mail/dovecot-fts-elastic
  3. mail/dovecot-fts-flatcurve
  4. mail/dovecot-fts-xapian
  5. mail/dovecot-pigeonhole
  6. mail/dovecot-xaps

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. mail/dovecot-antispam*
  2. mail/dovecot-managesieve*
  3. mail/dovecot-sieve*
  4. Collapse this list of deleted ports.
for Run
  1. mail/dovecot-coi
  2. mail/dovecot-fts-elastic
  3. mail/dovecot-fts-flatcurve
  4. mail/dovecot-fts-xapian
  5. mail/dovecot-pigeonhole
  6. mail/dovecot-xaps
  7. sysutils/froxlor

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. mail/dovecot-antispam*
  2. mail/dovecot-managesieve*
  3. mail/dovecot-sieve*
  4. mail/postfix25*
  5. sysutils/syscp*
  6. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for dovecot-2.3.21.1_3: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples LIBSODIUM=off: Support libsodium based crypts (ARGON2I/ARGON2ID) LIBUNWIND=off: Get backtraces using libunwind LIBWRAP=on: TCP wrapper support LUA=off: Lua scripting language support LZ4=off: LZ4 compression support ====> Database support CDB=off: CDB database support LDAP=on: LDAP protocol support MYSQL=off: MySQL database support PGSQL=off: PostgreSQL database support SQLITE=off: SQLite database support ====> Full text search plugins ICU=off: Use libicu for FTS unicode normalization LUCENE=off: CLucene FTS support SOLR=off: Solr FTS support TEXTCAT=off: Libexttextcat FTS support ====> GSSAPI Security API support: you have to select exactly one of them GSSAPI_BASE=off: Use GSSAPI from base GSSAPI_HEIMDAL=off: Use Heimdal GSSAPI from security/heimdal GSSAPI_MIT=off: Use MIT GSSAPI from security/krb5 GSSAPI_NONE=on: Build without GSSAPI support ===> Use 'make config' to modify these settings
Options name:
mail_dovecot
USES:
cpe iconv libtool pkgconfig ssl ldap
pkg-message:
For install:
You must create the configuration files yourself. Copy them over to /usr/local/etc/dovecot and edit them as desired: cp -R /usr/local/etc/dovecot/example-config/* \ /usr/local/etc/dovecot The default configuration includes IMAP and POP3 services, will authenticate users agains the system's passwd file, and will use the default /var/mail/$USER mbox files. Next, enable dovecot in /etc/rc.conf: dovecot_enable="YES" To avoid a risk of mailbox corruption, do not set the security.bsd.see_other_uids or .see_other_gids sysctls to 0 if Dovecot is storing mail for multiple concurrent users (PR 218392). Similarly, setting sysctls security.bsd.hardlink_check_uid or security.bsd.hardlink_check_gid to 1 might result in non-working mailboxes, depending on what mailbox locking mechanism is used (PR 242223). If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and one of graphics/xpdf or graphics/poppler-utils. There are some potentially breaking changes in Dovecot 2.3. If you are upgrading from Dovecot 2.2: * https://doc.dovecot.org/2.3/installation_guide/upgrading/from-2.2-to-2.3/ * Merge the configuration file changes from /usr/local/etc/dovecot/examples-config/
If removing:
If you are removing dovecot permanently, you should 'rm -rf /var/db/dovecot' to clear out any remaining data.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://dovecot.org/releases/2.3/
Collapse this list.

Number of commits found: 284 (showing only 84 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.5
03 Oct 2007 23:34:16
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove support for OSVERSION < 5
1.0.5
10 Sep 2007 07:35:07
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 1.0.5, this is a bugfix release.

PR:             ports/116234
Approved by:    maintainer
1.0.3
05 Aug 2007 15:54:21
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 1.0.3.

PR:             ports/115120
Approved by:    maintainer
1.0.2
17 Jul 2007 10:32:09
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Upgrade to 1.0.2.

PR:             ports/114651
Submitted by:   delphij
Approved by:    maintainer
1.0.1
18 Jun 2007 19:05:52
Original commit files touched by this commit This port version is marked as vulnerable.
beech search for other commits by this committer
Update to 1.0.1 (bugfix)

PR:             ports/113804
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
Changelog:      http://www.dovecot.org/list/dovecot-news/2007-June/000045.html
Approved by:    sat (mentor)
1.0.0
14 Apr 2007 01:46:51
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 1.0.0.

PR:             111535
Approved by:    maintainer
1.0.r29
01 Apr 2007 10:23:07
Original commit files touched by this commit This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 1.0.r29

PR:             111086
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r28_1
28 Mar 2007 20:59:38
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Set NOPORTDOCS

PR:             110942
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer
1.0.r28
24 Mar 2007 14:46:32
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0.r28

PR:             ports/110760
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r27
15 Mar 2007 07:21:58
Original commit files touched by this commit This port version is marked as vulnerable.
ale search for other commits by this committer
Fix build when vpopmail support is enabled.
1.0.r27
15 Mar 2007 00:38:04
Original commit files touched by this commit This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to latest release, dovecot-1.0.rc27.

PR:             ports/110305
Submitted by:   maintainer (Robin Breathe)
1.0.r26
09 Mar 2007 11:26:25
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.0.r26

PR:             110103
Submitted by:   Robin Breathe <robin@isometry.net> (Maintainer)
1.0.r25
06 Mar 2007 17:42:36
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 1.0 rc 25.

PR:             109750
Approved by:    maintainer
1.0.r24
01 Mar 2007 00:59:34
Original commit files touched by this commit This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to latest release, dovecot-1.0.rc24.
- Release : http://www.dovecot.org/list/dovecot-news/2007-February/000033.html

PR:             ports/109529
Submitted by:   maintainer (Robin Breathe)
1.0.r23
22 Feb 2007 00:51:18
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Updating to 1.0.r23.

PR:             ports/109414
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
Approved by:    edwin (mentor)
1.0.r22
08 Feb 2007 22:33:35
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.0.rc22

PR:              108943
Submitted by:    Robin Breathe <robin@isometry.net> (maintainer)
1.0.r21
06 Feb 2007 10:07:35
Original commit files touched by this commit This port version is marked as vulnerable.
rafan search for other commits by this committer
- Update to 1.0 RC21

PR:             ports/108750
Submitted by:   Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
Approved by:    Robin Breathe <robin at isometry.net> (maintainer)
1.0.r19
26 Jan 2007 13:18:59
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 1.0.rc19.

PR:             ports/108349
Submitted by:   maintainer
1.0.r17
07 Jan 2007 23:50:55
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0.rc17
- Allow user to override UID/GID

PR:             ports/107654
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r15
01 Dec 2006 09:39:34
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0 rc15
- Use UID/GID 143

PR:             ports/105899
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r13
10 Nov 2006 20:25:36
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0.rc13

PR:             ports/105382
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r12
08 Nov 2006 01:12:17
Original commit files touched by this commit This port version is marked as vulnerable.
shaun search for other commits by this committer
Update to 1.0rc12. [1]

This version fixes the bug mentioned in ports/105170.

PR:             ports/105274 [1], ports/105170 (related) [2]
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer) [1],
                Roger Marquis <marquis@roble.com> [2]
1.0.r10
31 Oct 2006 00:23:04
Original commit files touched by this commit This port version is marked as vulnerable.
shaun search for other commits by this committer
Update to 1.0.r10.

PR:             ports/104365
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r7_2
01 Oct 2006 00:47:55
Original commit files touched by this commit This port version is marked as vulnerable.
shaun search for other commits by this committer
Fix GSSAPI in Dovecot.

PR:             ports/103837
Submitted by:   shaun (me)
Approved by:    Robin Breathe <robin@isometry.net> (maintainer)
1.0.r7_1
24 Sep 2006 12:31:29
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix 100% CPU usage looping when a vnode change event came but it was never
  untriggered. Patch by Rui Lopes

PR:             ports/103525
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.r7
12 Sep 2006 02:33:53
Original commit files touched by this commit This port version is marked as vulnerable.
vs search for other commits by this committer
Remove OPTION SASL2: unused

PR:             ports/103109
Submitted by:   Nikolai Nespor
Approved by:    maintainer
1.0.r7
19 Aug 2006 14:43:12
Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 1.0.rc7.

Submitted by:   maintainer
PR:             ports/102249
1.0.r2
24 Jul 2006 16:29:10
Original commit files touched by this commit This port version is marked as vulnerable.
stefan search for other commits by this committer
Update to dovecot-1.0.rc2, see
http://www.dovecot.org/list/dovecot-news/2006-July/000010.html.

PR:             100037
Submitted by:   maintainer
Approved by:    arved
1.0.b9
19 Jun 2006 16:19:25
Original commit files touched by this commit This port version is marked as vulnerable.
garga search for other commits by this committer
Update to dovecot-1.0.b9.
- Numerous vendor bugfixes:
      http://www.dovecot.org/list/dovecot-news/2006-June/000008.html
- kqueue(2) support seems to have settled down; enable by default.

PR:             ports/99128
Submitted by:   maintainer
1.0.b8_1
27 May 2006 22:27:52
Original commit files touched by this commit This port version is marked as vulnerable.
clsung search for other commits by this committer
- It fixes the the C89 alignment issue encountered when compiling with
  gcc-2.95 in addition to the dlerror() problem reported in ports/97671.
  The patch is not conditionally applied as it will soon be removed,
  and does no harm in the C99 case.

PR:             97565
Submitted by:   Rong-En Fan <rafan_AT_infor dot org>
Reviewed by:    maintainer (Robin Breathe)
1.0.b8
14 May 2006 16:43:42
Original commit files touched by this commit This port version is marked as vulnerable.
itetcu search for other commits by this committer
Update the mail/dovecot to 1.0.b8, which addresses numerous problems
(including proper kqueue support -- that means us, BSD folks! ;) ),
the most important of which is a security hole (individuals are
allowed to list other users' mailboxes). [1]

Also move pkg-message --> files/pkg-message.in, list it in SUB_FILES and get
rid of custom hack in Makefile [2]

PR:             ports/97193 [1]
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
                itetcu (me) [2]
Approved by:    Robin Breathe <robin@isometry.net> (maintainer),
                lawrance (mentor)
Security:       http://www.securityfocus.com/archive/1/433878 [1]
Security:       http://www.dovecot.org/list/dovecot-news/2006-May/000006.html
[1]
1.0.b7_1
08 May 2006 18:39:32
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Really disable kqueue support
Bump PORTREVISION

PR:             96884
Submitted by:   J. Martin Petersen <jmp@alvorlig.dk>
Approved by:    Robin Breathe <robin@isometry.net>
1.0.b7
06 May 2006 12:20:29
Original commit files touched by this commit This port version is marked as vulnerable.
olgeni search for other commits by this committer
Upgrade to version 1.0.beta7 and disable broken KQUEUE support.

Obtained from:  maintainer (Robin Breathe <robin(at)isometry.net>)
1.0.b3_1
15 Apr 2006 19:22:48
Original commit files touched by this commit This port version is marked as vulnerable.
mnag search for other commits by this committer
- Install dovecot-openssl.cnf
- Bump PORTREVISION
- portlint(1)

PR:             94117
Notified by:    Jim C.Nasby <decibel___decibel.org>
Submitted by:   maintainer
1.0.b3
20 Feb 2006 20:47:50
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
1.0.b3
12 Feb 2006 20:12:06
Original commit files touched by this commit This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 1.0.beta3
- Add new options KQUEUE & SQLITE

PR:             ports/93250
Submitted by:   maintainer
1.0.a5
20 Dec 2005 11:55:11
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Maintainer update: mail/dovecot to 1.0.a5

        Update to dovecot-1.0.a5.
        - Numerous small changes and fixes; see
http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
        - Use vendor install target; patch in --with(out)-docs support to
facilitate NOPORTDOCS macro.
        - Introduce experimental (and probably broken) GSSAPI option.

PR:             ports/90606
Submitted by:   Robin Breathe <robin@isometry.net>
1.0.a4_2
09 Dec 2005 08:41:11
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix runtime crash

PR:             ports/90106
Submitted by:   Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Approved by:    Robin Breathe <robin@isometry.net> (maintainer)
1.0.a4_1
09 Dec 2005 08:40:11
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix runtime crash

PR:             ports/90106
Submitted by:   Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Approved by:    Robin Breathe <robin@isometry.net> (maintainer)
Obtained from:  author
1.0.a4_1
27 Oct 2005 11:26:38
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Revert to RC_SUBR, leave RCORDER as an option

PR:             ports/88006
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.a4
20 Oct 2005 20:55:01
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0.a4
- Use RC_ORDER

PR:             ports/87732
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
1.0.a3
26 Sep 2005 17:17:04
Original commit files touched by this commit This port version is marked as vulnerable.
vsevolod search for other commits by this committer
Update to dovecot-1.0.a3, now the recommended version.
Upgrade notes: http://wiki.dovecot.org/moin.cgi/UpgradingDovecot

PR:             86530
Submitted by:   Robin Breathe (maintainer)
0.99.14
05 May 2005 00:29:00
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Fix typo in pkg-message:

    According to /usr/ports/mail/dovecot/pkg-message:

    cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf

    But there is no dovecot-example.conf. By default, the config
    name is dovecot.conf.sample

PR:             ports/80630
Submitted by:   Anton Karpov <toxa@toxahost.ru>
0.99.14
12 Apr 2005 03:26:57
Original commit files touched by this commit This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.99.14
11 Apr 2005 08:04:41
Original commit files touched by this commit This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
0.99.14
25 Feb 2005 20:15:38
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.99.14

PR:             ports/78071
Submitted by:   Dominic Marks <dom@helenmarks.co.uk>
Approved by:    Robin Breathe <robin@isometry.net> (maintainer)
0.99.13
31 Jan 2005 00:35:56
Original commit files touched by this commit This port version is marked as vulnerable.
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
0.99.13
18 Jan 2005 21:53:12
Original commit files touched by this commit This port version is marked as vulnerable.
ahze search for other commits by this committer
Update to 0.99.13
Changelog:      http://www.dovecot.org/list/dovecot/2005-January/005889.html

PR:             ports/76431
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
0.99.12.1
07 Dec 2004 09:05:23
Original commit files touched by this commit This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to dovecot-0.99.12.1
- Removing dependency on GNU make

PR:             ports/74793
Submitted by:   maintainer
0.99.12
06 Dec 2004 12:13:19
Original commit files touched by this commit This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to dovecot-0.99.12.

Changelog: http://www.dovecot.org/list/dovecot/2004-December/005443.html

PR:             ports/74767
Submitted by:   maintainer
0.99.11
12 Oct 2004 07:48:53
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to 0.99.11
  Changelog at http://www.dovecot.org/list/dovecot/2004-September/004582.html

PR:             ports/71563
Submitted by:   Robin Breathe (maintainer)
0.99.10.9
05 Aug 2004 06:19:20
Original commit files touched by this commit This port version is marked as vulnerable.
sem search for other commits by this committer
Update to 0.99.10.9

PR:             ports/69870
Submitted by:   maintainer
0.99.10.7
28 Jul 2004 12:18:11
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.99.10.7

PR:             ports/69634
Submitted by:   maintainer
0.99.10.6
21 Jun 2004 18:56:29
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.99.10.6
- Introduce MYSQL knob

PR:             ports/68169
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
0.99.10.5
29 May 2004 21:57:55
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.99.10.5
- Fix OPTIONS handling

PR:             ports/67351
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
0.99.10.4_2
30 Mar 2004 19:20:23
Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
0.99.10.4_2
01 Feb 2004 16:01:30
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Fix build on -CURRENT following deprecation of EAI_NODATA (see RFC 3493)
- Use OPTIONS macro for 'make config'
- Add rcNG startup script, add USE_RC_SUBR
- Add SIZE to distinfo
- Bump PORTREVISION

PR:             ports/61905
Submitted by:   maintainer
0.99.10.4_1
11 Jan 2004 10:35:54
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Maintainer update: mail/dovecot

        Updates:
        - MASTER_SITES
        - dovecot-example.conf used pgsql for userdb by default, now uses
passwd.

PR:             ports/61188
Submitted by:   Robin Breathe <robin@isometry.net>
0.99.10.4
08 Dec 2003 16:08:15
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to 0.99.10.4
- Improve pkg-install script (create /var/dovecot tree)
- Add pkg-deinstall to cleanup dovecot directories and remove
  created uids at de-install; ask to stop dovecot
  if it's still running
- Make pkg-message obey PREFIX/DOCSDIR
- Make use of USE_OPENLDAP, rename WITH_LDAP2 to more standard WITH_LDAP
- Remove 'Feature Autodetection'. If you want the port built with extra
  dependencies, tell it: avoid bloat
- Update the rc.d script to work with relative addressing
  (e.g. './dovecot.sh start' works.)
- Assign maintainership to the submitter

PR:             59762
Submitted by:   Robin Breathe <robin@isometry.net>
0.99.10.2
16 Nov 2003 14:48:57
Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 0.99.10.2

PR:             59332
Submitted by:   Ports Fury
0.99.10
24 Sep 2003 08:37:39
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Cease FreeBSD port maintainerships

        I don't have the time to give to many of the ports I maintain at
        the moment. I wasn't expecting to be so busy this summer ...

        Please set all my ports back to ports@freebsd.org.

PR:             ports/56935
Submitted by:   Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
0.99.10
16 Aug 2003 08:11:45
Original commit files touched by this commit This port version is marked as vulnerable.
osa search for other commits by this committer
Fix user id needed to run port on RELENG_4:
maintainer just forgot to update the README.

Submitted by:   Marco Molteni <molter@tin.it>
Approved by:    Dominic Marks <dom@wirespeed.org.uk> (maintainer)
PR:             55464

Also special thanks to ceri for his "Adding to
audit trail, from misfiled PR" :-)
0.99.10
15 Aug 2003 00:49:31
Original commit files touched by this commit This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Fix non-default dependency on openldap2[012] which is broken by splitting.

# I'm not bumped port revision of them because this should not affect
# packages built on bento...
0.99.10
09 Aug 2003 11:21:08
Original commit files touched by this commit This port version is marked as vulnerable.
leeym search for other commits by this committer
Add a note about dovecot's authentication abilities.

PR:             55413
Submitted by:   Dominic Marks <dom@wirespeed.org.uk>
Suggested by:   Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
0.99.10
08 Aug 2003 22:33:45
Original commit files touched by this commit This port version is marked as vulnerable.
leeym search for other commits by this committer
Make the feature-autodetection actually work.

PR:             55393
Submitted by:   Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
Reviewed by:    Dominic Marks <dom@wirespeed.org.uk>
0.99.10
14 Jul 2003 05:11:54
Original commit files touched by this commit This port version is marked as vulnerable.
daichi search for other commits by this committer
fix mail/dovecot: use root on BSD system
  - On BSD root is required, comment didn't say so and I didn't
    notice since I don't have any 4.x boxes which I use dovecot on.

PR:             54404
Submitted by:   Dominic Marks <dom@cus.org.uk> (maintainer)
0.99.10
06 Jul 2003 11:51:22
Original commit files touched by this commit This port version is marked as vulnerable.
leeym search for other commits by this committer
The path for the PostgreSQL dependancy was wrong.

Spotted by:     Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
PR:             54143
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.99.10
03 Jul 2003 11:59:04
Original commit files touched by this commit This port version is marked as vulnerable.
daichi search for other commits by this committer
update mail/dovecot:
  - Update the dependancy on OpenLDAP to the 2.1 port.

PR:             54052
Submitted by:   Dominic Marks <dom@cus.org.uk> (maintainer)
0.99.10
30 Jun 2003 14:06:35
Original commit files touched by this commit This port version is marked as vulnerable.
daichi search for other commits by this committer
mail/dovecot 0.99.10

  o Synchronise README.FreeBSD with current reality.
  o Improve security a little by adding a 'dovecot-auth'
    user and group.

PR:             53875
Submitted by:   Dominic Marks <dominic.marks@btinternet.com> (maintainer)
0.99.10
27 Jun 2003 04:34:39
Original commit files touched by this commit This port version is marked as vulnerable.
daichi search for other commits by this committer
remove zero size file

PR:             53796
Submitted by:   Dominic Marks <dominic.marks@btinternet.com> (maintainer)
Pointy hat to:  myself
0.99.10
27 Jun 2003 04:32:51
Original commit files touched by this commit This port version is marked as vulnerable.
daichi search for other commits by this committer
update mail/dovecot: 0.99.9.1 -> 0.99.10

PR:             53796
Submitted by:   Dominic Marks <dominic.marks@btinternet.com> (maintainer)
0.99.9.1
24 Jun 2003 01:06:04
Original commit files touched by this commit This port version is marked as vulnerable.
leeym search for other commits by this committer
update maintainer's email address.

PR:             53658
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.99.9.1
03 May 2003 21:50:27
Original commit files touched by this commit This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 0.99.9.1.
o Many Dovecot fixes
o Many port corrections and fixes
o OpenLDAP support
o PostgreSQL support
o Added additional port Documentation
o Added some FreeBSD-specific patches

PR:             ports/51593
Submitted by:   Dominic Marks <dom@cus.org.uk> (maintainer)
0.99.8.1
19 Apr 2003 17:42:28
Original commit files touched by this commit This port version is marked as vulnerable.
nork search for other commits by this committer
o obsolete rc.d script update
o addition of iconv dependancy
o fix a number of problems

PR:             ports/50615, ports/49026, ports/49027
Submitted by:   Dominic Marks <dom@cus.org.uk> (maintainer)
                Kimura Fuyuki <fuyuki@hadaly.org>
0.99.8.1
31 Mar 2003 09:18:00
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
mail/dovecot 0.99.8-test5 -> 0.99.8.1

PR:             ports/49985
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.99.8
21 Feb 2003 12:42:26
Original commit files touched by this commit This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
0.99.8
15 Feb 2003 23:13:11
Original commit files touched by this commit This port version is marked as vulnerable.
leeym search for other commits by this committer
update mail/dovecot 0.99.5 -> 0.99.8-test5

PR:             48261
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.99.5
12 Jan 2003 17:40:06
Original commit files touched by this commit This port version is marked as vulnerable.
naddy search for other commits by this committer
Update to 0.99.5.

PR:             46767
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.98.4
13 Nov 2002 22:45:36
Original commit files touched by this commit This port version is marked as vulnerable.
kris search for other commits by this committer
Use standard PORTDOCS in PLIST_SUB instead of rolling our own, and
fix a syntax error in post-install target
0.98.4
06 Nov 2002 14:58:41
Original commit files touched by this commit This port version is marked as vulnerable.
naddy search for other commits by this committer
Update to 0.98.4.  See http://dovecot.procontrol.fi/ for a complete
list of the enhancements which have been made.

PR:             45000
Submitted by:   Dominic Marks <dom@cus.org.uk>
0.97
02 Nov 2002 04:33:43
Original commit files touched by this commit This port version is marked as vulnerable.
perky search for other commits by this committer
Fix typoes on MAINTAINER address.

Submitted by:   Dominic Marks <D.Marks@student.umist.ac.uk>
0.97
08 Oct 2002 12:10:37
Original commit files touched by this commit This port version is marked as vulnerable.
perky search for other commits by this committer
Update maintainer address

PR:             43820
Submitted by:   Dominic Marks <d.marks@students.umist.ac.uk>
0.97
05 Sep 2002 02:50:13
Original commit files touched by this commit This port version is marked as vulnerable.
kris search for other commits by this committer
Use POSIX syntax for chown
0.97
01 Sep 2002 14:17:08
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add dovecot,
it is a secure and compact IMAP server which is in the early stages
of developement. It supports Maildirs and mbox formats and much of the
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.

PR:             ports/42290
Submitted by:   Dominic Marks <dominic_marks@btinternet.com>
Some part by:   me

Number of commits found: 284 (showing only 84 on this page)

«  1 | 2 | 3