non port: mail/dovecot/pkg-plist |
SVNWeb
|
Number of commits found: 58 |
Tue, 10 May 2022
|
[ 22:31 Larry Rosenman (ler) ] a3215f1
mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19
Dovecot Changelog:
+ Added mail_user_session_finished event, which is emitted when the mail
user session is finished (e.g. imap, pop3, lmtp). It also includes
fields with some process statistics information.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more
information.
+ Added process_shutdown_filter setting. When an event matches the filter,
the process will be shutdown after the current connection(s) have
finished. This is intended to reduce memory usage of long-running imap
processes that keep a lot of memory allocated instead of freeing it to
the OS.
+ auth: Add cache hit indicator to auth passdb/userdb finished events.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more (Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Oct 2021
|
[ 15:33 Larry Rosenman (ler) ] de2e20b
mail/dovecot: mail/dovecot-pigeonhole: upgrade to 2.3.17, 0.5.17
ChangeLogs:
dovecot:
* Dovecot now logs a warning if time seems to jump forward at least
100 milliseconds.
* dict: Lines logged by the dict process now contain the dict name as
the prefix.
* lib-index: mail_cache_fields, mail_always_cache_fields and
mail_never_cache_fields now verifies that the listed header names are
valid. Especially the UTF8 "–" character has sometimes been wrongly
used instead of the ASCII "-".
+ *-login: Added login_proxy_rawlog_dir setting to capture
rawlogs between proxy and backend.
+ dict: The server process now keeps the last 10 idle dict backends (Only the first 15 lines of the commit message are shown above )
|
Sat, 3 Jul 2021
|
[ 10:09 Kurt Jaeger (pi) Author: Juraj Lutter ] 21a797e (Only the first 10 of 11 ports in this commit are shown above. )
mail/dovecot-*: update 2.3.13 -> 2.3.15 and related ports
PR: 256860
Approved by: fluffy (ports-secteam)
Submitted by: otis
Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-June/000457.html
https://dovecot.org/pipermail/dovecot-news/2021-March/000455.html
https://dovecot.org/pipermail/dovecot-news/2021-March/000456.html
https://dovecot.org/pipermail/dovecot-news/2021-June/000458.html
Security: CVE-2021-29157, CVE-2021-33515, CVE-2020-28200
Differential Revision: https://reviews.freebsd.org/D30866
MFH: 2021Q3
|
Tue, 9 Mar 2021
|
[ 14:13 mat ] (Only the first 10 of 19 ports in this commit are shown above. )
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138
|
Wed, 6 Jan 2021
|
[ 14:58 pi ]
mail/dovecot: update 2.3.11.3 -> 2.3.13, fix CVE in non-default config
mail/dovecot-pigeonhole: update 0.5.11 -> 0.5.13
- please note: option VPOPMAIl was removed from upstream
PR: 252415
Submitted by: Evilham <contact@evilham.com>
Reviewed by: fluffy
Approved by: ler (maintainer)
MFH: 2021Q1
Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html
https://dovecot.org/pipermail/dovecot-news/2021-January/000449.html
Security: CVE-2020-24386, CVE-2020-25275
|
Fri, 14 Aug 2020
|
[ 00:27 ler ]
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.11.3 and 0.5.11,
repectively.
dovecot changelog:
* CVE-2020-12100: Parsing mails with a large number of MIME parts could
have resulted in excessive CPU usage or a crash due to running out of
stack memory.
* CVE-2020-12673: Dovecot's NTLM implementation does not correctly check
message buffer size, which leads to reading past allocation which can
lead to crash.
* CVE-2020-10967: lmtp/submission: Issuing the RCPT command with an
address that has the empty quoted string as local-part causes the lmtp
service to crash.
* CVE-2020-12674: Dovecot's RPA mechanism implementation accepts
zero-length message, which leads to assert-crash later on.
* Events: Fix inconsistency in events. See event documentation in (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Mar 2020
|
[ 19:16 ler ]
mail/dovecot: update to 2.3.10.
ChangeLog:
* Disable retpoline migitations by default. These can cause severe
performance regressions, so they should be only enabled when
applicable.
* IMAP MOVE now commits transactions in batches of 1000 mails. This
helps especially with lazy_expunge when moving a lot of mails. It
mainly avoids situations where multiple IMAP sessions are running the
same MOVE command and duplicating the mails in the lazy_expunge folder.
With this change there can still be some duplication, but the MOVE
always progresses forward. Also if the MOVE fails at some point, the
changes up to the last 1000 mails are still committed instead of
rolled back. Note that the COPY command behavior hasn't changed,
because it is required by IMAP standard to be an atomic operation. (Only the first 15 lines of the commit message are shown above )
|
Wed, 4 Dec 2019
|
[ 17:59 ler ]
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.9, 0.5.9 respectively.
Bump PORTREVISION of mail/dovecot-fts-xapian for version change of dovecot.
Changelog:
Dovecot:
* Changed several event field names for consistency and to avoid
conflicts in parent-child event relationships:
* SMTP server command events: Renamed "name" to "cmd_name"
* Events inheriting from a mailbox: Renamed "name" to "mailbox"
* Server connection events have only "remote_ip", "remote_port",
"local_ip" and "local_port".
* Removed duplicate "client_ip", "ip" and "port".
* Mail storage events: Removed "service" field.
Use "service:<name>" category instead. (Only the first 15 lines of the commit message are shown above )
|
Wed, 9 Oct 2019
|
[ 15:44 ler ]
mail/dovecot: really fix LUA=off.
Pointy Hat To: ler
|
[ 14:38 ler ]
mail/dovecot: fix breakage when LUA is NOT selected.
PR: 241144
Submitted by: matthias.pfaller@familie-pfaller.de
Reported by: many
Pointy Hat To: ler
|
Tue, 8 Oct 2019
|
[ 21:56 ler ]
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.8 and 0.5.8 respectively.
release notes:
dovecot:
Changes
+ Added mail_delivery_started and mail_delivery_finished events, see
https://doc.dovecot.org/admin_manual/list_of_events/ for details.
+ dsync-replication: Don't replicate users who have "noreplicate" extra
field in userdb.
+ doveadm service status: Show total number of processes created.
+ When logging to syslog, use instance_name setting's value for the
ident. This commonly is added as a log prefix.
+ Base64 encoding/decoding code was rewritten with additional features.
It shouldn't cause any user visible changes. (Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Jul 2019
|
[ 13:20 ler ]
mail/dovecot, mail/dovecot-pigeonhole: Update to 2.3.7 and 0.5.7 respectively.
dovecot changelog:
* fts-solr: Removed break-imap-search parameter
+ Added more events for the new statistics, see
https://doc.dovecot.org/admin_manual/list_of_events/
+ mail-lua: Add IMAP metadata accessors, see
https://doc.dovecot.org/admin_manual/lua/
+ Add event exporters that allow exporting raw events to log files and
external systems, see
https://doc.dovecot.org/configuration_manual/event_export/
+ SNIPPET is now PREVIEW and size has been increased to 200 characters.
+ Add body option to fts_enforced. This triggers building FTS index only
on body search, and an error using FTS index fails the search rather
than reads through all the mails. (Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Mar 2019
|
[ 23:34 ler ]
mail/dovecot and mail/dovecot-pigeonhole upgrade to 2.3.5 and 0.5.5 respectively
dovecot changelog:
+ Lua push notification driver: mail keywords and flags are provided in
MessageNew and MessageAppend events.
+ submission: Implement support for plugins.
+ auth: When auth_policy_log_only=yes, only log what the policy server response
would do without actually doing it.
+ auth: Always log policy server decisions with auth_verbose=yes
- v2.3.[34]: doveadm log errors: Output was missing user/session
- lda: Debug log lines could have shown slightly corrupted
- login proxy: Login processes may have crashed in various ways when
login_proxy_max_disconnect_delay was set.
- imap: Fix crash with Maildir+zlib if client disconnects during APPEND
- lmtp proxy: Fix potential assert-crash
- lmtp/submission: Fix crash when SMTP client transaction times out
- submission: Split large XCLIENT commands to 512 bytes per command, so Postfix
accepts them.
- submission: Fix crash when client sends invalid BURL command (Only the first 15 lines of the commit message are shown above )
|
Tue, 4 Dec 2018
|
[ 11:33 ler ]
mail/dovecot: add option to support libsodium
- libsodium option to support security/libsodium based crypts
- pet portlint
- fix LUA option pkg-plist issues
|
Mon, 1 Oct 2018
|
[ 23:18 ler ]
mail/dovecot upgrade to 2.3.3, mail/dovecot-pigeonhole upgrade to 0.5.3.
dovecot changelog:
* doveconf hides more secrets now in the default output.
* ssl_dh setting is no longer enforced at startup. If it's not set and
non-ECC DH key exchange happens, error is logged and client is
disconnected.
+ Added log_debug=<filter> setting.
+ Added log_core_filter=<log filter> setting.
+ quota-clone: Write to dict asynchronously
+ --enable-hardening attempts to use retpoline Spectre 2 mitigations
+ lmtp proxy: Support source_ip passdb extra field.
+ doveadm stats dump: Support more fields and output stddev by default.
+ push-notification: Add SSL support for OX backend. (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Jun 2018
|
[ 16:36 ler ]
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.2 and 0.5.2 respectively
dovecot changelog:
v2.3.2 is mainly a bugfix release. It contains all the changes in v2.2.36, as
well as a bunch of other fixes (mainly for v2.3-only bugs). Binary packages are
already in https://repo.dovecot.org/
* old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while
opening /proc/self/io. This may still cause security problems if the
process is ptrace()d at the same time. Instead, open it while still
running as root.
+ doveadm: Added mailbox cache decision&remove commands. See
doveadm-mailbox(1) man page for details.
+ doveadm: Added rebuild attachments command for rebuilding
$HasAttachment or $HasNoAttachment flags for matching mails. See
doveadm-rebuild(1) man page for details.
+ cassandra: Use fallback_consistency on more types of errors (Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Apr 2018
|
[ 17:10 adamw ]
Update dovecot to 2.3.1, and dovecot-pigeonhole to 0.5.1
This is a very large update, and it WILL require manually
updating existing conf files, though the changes to do so
are not extensive. Updating instructions are here:
https://wiki2.dovecot.org/Upgrading/2.3
Additionally there are various cleanups to the dovecot rc(8)
script, and support for a LUA scripting interface for dovecot.
The decision was made not to import the 2.3.0 or 2.3.0.1 releases
here, due to the number of existing bugs. ler and I have been
dogfooding it for months now, and all of the bugs I've encountered
are fixed in this 2.3.1 release.
This update is the result of many, many hours of collborative work
between ler and me, and the input of many people on the freebsd-ports
list.
|
Wed, 28 Feb 2018
|
[ 23:12 adamw ]
Update dovecot to 2.2.34, and bump pigeonhole.
* CVE-2017-15130: TLS SNI config lookups may lead to excessive
memory usage, causing imap-login/pop3-login VSZ limit to be reached
and the process restarted. This happens only if Dovecot config has
local_name { } or local { } configuration blocks and attacker uses
randomly generated SNI servernames.
* CVE-2017-14461: Parsing invalid email addresses may cause a crash or
leak memory contents to attacker. For example, these memory contents
might contain parts of an email from another user if the same imap
process is reused for multiple users. First discovered by Aleksandar
Nikolic of Cisco Talos. Independently also discovered by "flxflndy"
via HackerOne.
* CVE-2017-15132: Aborted SASL authentication leaks memory in login
process. (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Oct 2017
|
[ 16:51 adamw ]
Add back the LIBWRAP option, but default it to on
eugen noted that it's not uncommon for people to build WITHOUT_TCP_WRAPPERS,
and forcing the libwrap option gives them no recourse. So I'm adding back
the libwrap option, but defaulting it to on now---people who've compiled
WITHOUT_TCP_WRAPPERS will know how to build a custom dovecot.
|
[ 16:08 adamw ]
Force kqueue and libwrap support, and install license files
I don't know any reason that the kqueue or libwrap options should be
disabled, so remove them from OPTIONS and enable their functionality
for everyone. Also, remove the :3 from USES=sqlite, because that
happens anyway.
Add the license files with LICENSE_FILE_*, rather than putting them
in DOCSDIR.
Sort plist.
PORTREVISION bump for above changes.
|
Tue, 10 Oct 2017
|
[ 15:45 adamw ]
Update dovecot to 2.2.33, and bump pigeonhole.
* doveadm director commands wait for the changes to be visible in the
whole ring before they return. This is especially useful in testing.
* Environments listed in import_environment setting are now set or
preserved when executing standalone commands (e.g. doveadm)
+ doveadm proxy: Support proxying logs. Previously the logs were
visible only in the backend's logs.
+ Added %{if}, see https://wiki2.dovecot.org/Variables#Conditionals
+ Added a new notify_status plugin, which can be used to update dict
with current status of a mailbox when it changes. See
https://wiki2.dovecot.org/Plugins/NotifyStatus
+ Mailbox list index can be disabled for a namespace by appending
":LISTINDEX=" to location setting. (Only the first 15 lines of the commit message are shown above )
|
Thu, 24 Aug 2017
|
[ 16:49 adamw ]
Update dovecot to 2.2.32, and bump pigeonhole.
* imapc: Info-level line is logged every time when successfully
connected to the remote server. This includes local/remote IP/port,
which can be useful for matching against external logs.
* config: Log a warning if plugin { key=no } is used explicitly.
v2.3 will support "no" properly in plugin settings, but for now
any value at all for a boolean plugin setting is treated as "yes",
even if it's written as explicit "no". This change will now warn
that it most likely won't work as intended.
+ Various optimizations to avoid accessing files/directories when it's
not necessary. Especially avoid accessing mail root directories when
INDEX directories point to a different filesystem.
+ mail_location can now include ITERINDEX parameter. This tells Dovecot (Only the first 15 lines of the commit message are shown above )
|
Sat, 26 Sep 2015
|
[ 14:06 bapt ]
Convert to @sample
|
Thu, 19 Mar 2015
|
[ 16:29 bdrewery ]
Update plist to new pkg-1.3 format for @dir
|
Sun, 18 May 2014
|
[ 17:05 ohauer ]
- add stage support
- bump PORTREVISION
- add USES=libtool:keepla
- sort pkg-plist
- use USER/GROUP support from framework (remove pkg-install)
PR: ports/188868
Submitted by: ohauer
Approved by: maintainer timeout (4 weeks)
|
Tue, 21 Jan 2014
|
[ 23:40 bapt ] (Only the first 10 of 949 ports in this commit are shown above. )
Fix properties on pkg-plist
|
Tue, 26 Jan 2010
|
[ 14:23 wxs ]
- Update to 1.2.10
- Remove LDA option
PR: ports/141727
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
Yarema <yds@CoolRat.org> (maintainer)
|
Thu, 10 Dec 2009
|
[ 15:30 wxs ]
- Update to 1.2.8
PR: ports/139386
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Yarema <yds@CoolRat.org> (maintainer)
|
Fri, 14 Aug 2009
|
[ 21:30 wxs ]
- Update to 1.2.3
PR: ports/137261
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout
|
Mon, 8 Sep 2008
|
[ 06:42 beech ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 1.1.3
- Add support for Berkeley DB used by the expire plugin.
- Install more DOCS.
- Move the SCRIPT_ENV substitutions to SUB_FILES
otherwise DOVECOT_[UG]ID settings do not propagate to the binary package.
- Change from .if defined(WITHOUT_*)to .if defined(WITH_*) &&
!defined(WITHOUT_*)
- Make the PROTOCOLS substitution include all the protocols which are built
into the example config file.
- Clean up patch-dovecot-example.conf and perform some post-patch processing
to reflect more closely how this port actually installs. This is necessary
because of the optional ManageSieve patch.
- Modify files/dovecot.sh.in to ensure runtime directories exist with correct
permissions.
- Rework the install so all the example config files get installed into
EXAMPLESDIR as per hier(7) independent of the NOPORTDOCS tunable. Install
the relevant config files into etc/ if no prior version exists.
- Ensure that 'make install' and pkg_add(1) produce identical installs and
that everything is accounted for in the PLIST.
PR: ports/127200
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
|
Thu, 24 Jul 2008
|
[ 23:38 beech ]
- Update to 1.1.2
PR: ports/125938
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
|
Thu, 26 Jun 2008
|
[ 22:02 miwi ]
- Update to 1.1.1
PR: 124856
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Wed, 28 Mar 2007
|
[ 20:59 miwi ]
- Set NOPORTDOCS
PR: 110942
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer
|
Sat, 24 Mar 2007
|
[ 14:46 pav ]
- Update to 1.0.r28
PR: ports/110760
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Tue, 6 Mar 2007
|
[ 17:42 delphij ]
Update to 1.0 rc 25.
PR: 109750
Approved by: maintainer
|
Fri, 26 Jan 2007
|
[ 13:18 vanilla ]
Upgrade to 1.0.rc19.
PR: ports/108349
Submitted by: maintainer
|
Sun, 7 Jan 2007
|
[ 23:50 pav ]
- Update to 1.0.rc17
- Allow user to override UID/GID
PR: ports/107654
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Tue, 31 Oct 2006
|
[ 00:23 shaun ]
Update to 1.0.r10.
PR: ports/104365
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Mon, 24 Jul 2006
|
[ 16:29 stefan ]
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
|
Mon, 19 Jun 2006
|
[ 16:19 garga ]
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
|
Sun, 14 May 2006
|
[ 16:43 itetcu ]
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]
|
Sat, 6 May 2006
|
[ 12:20 olgeni ]
Upgrade to version 1.0.beta7 and disable broken KQUEUE support.
Obtained from: maintainer (Robin Breathe <robin(at)isometry.net>)
|
Sat, 15 Apr 2006
|
[ 19:22 mnag ]
- Install dovecot-openssl.cnf
- Bump PORTREVISION
- portlint(1)
PR: 94117
Notified by: Jim C.Nasby <decibel___decibel.org>
Submitted by: maintainer
|
Sun, 12 Feb 2006
|
[ 20:12 ahze ]
- Update to 1.0.beta3
- Add new options KQUEUE & SQLITE
PR: ports/93250
Submitted by: maintainer
|
Tue, 20 Dec 2005
|
[ 11:55 edwin ]
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>
|
Thu, 20 Oct 2005
|
[ 20:55 pav ]
- Update to 1.0.a4
- Use RC_ORDER
PR: ports/87732
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Mon, 26 Sep 2005
|
[ 17:17 vsevolod ]
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)
|
Wed, 28 Jul 2004
|
[ 12:18 pav ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 0.99.10.7
PR: ports/69634
Submitted by: maintainer
|
Mon, 21 Jun 2004
|
[ 18:56 pav ]
- Update to 0.99.10.6
- Introduce MYSQL knob
PR: ports/68169
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
|
Sun, 1 Feb 2004
|
[ 16:01 sergei ]
- 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
|
Mon, 8 Dec 2003
|
[ 16:08 sergei ]
- 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>
|
Sun, 16 Nov 2003
|
[ 14:48 krion ]
- Update to version 0.99.10.2
PR: 59332
Submitted by: Ports Fury
|
Sat, 3 May 2003
|
[ 21:50 nork ] (Only the first 10 of 16 ports in this commit are shown above. )
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)
|
Mon, 31 Mar 2003
|
[ 09:18 edwin ]
mail/dovecot 0.99.8-test5 -> 0.99.8.1
PR: ports/49985
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Sat, 15 Feb 2003
|
[ 23:13 leeym ]
update mail/dovecot 0.99.5 -> 0.99.8-test5
PR: 48261
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Sun, 12 Jan 2003
|
[ 17:40 naddy ]
Update to 0.99.5.
PR: 46767
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Wed, 13 Nov 2002
|
[ 22:45 kris ]
Use standard PORTDOCS in PLIST_SUB instead of rolling our own, and
fix a syntax error in post-install target
|
Sun, 1 Sep 2002
|
[ 14:17 vanilla ]
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: 58 |