FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:10 PM BST
Port details
dbmail 3.0.2 mail on this many watch lists=16 search for ports that depend on this port
An SQL database-based mail system (POP3 and IMAP)
Maintained by: ahicks@p-o.co.uk search for ports maintained by this maintainer
Port Added: 07 Oct 2003 01:23:32
License: GPLv2


Dbmail is the name of a group of programs that enable the possibility of
storing and retrieving mail messages from a database (currently MySQL,
PostgreSQL or SQLite).

* Scalability.
  Dbmail is as scalable as the database system that is used for the mail
  storage. In theory millions of accounts can be managed using dbmail. One
  could, for example, run 4 different servers with the pop3 daemon each
  connecting to the same database (cluster) server.
* Manageability.
  Dbmail is based upon a database. Dbmail can be managed by changing settings
  in the database (f.e. using PHP/Perl/SQL), without needing shell access.
* Speed.
  Dbmail uses very efficient, database specific queries for retrieving mail
  information. This is much faster then parsing a filesystem.
* Security.
  Dbmail has got nothing to do with the filesystem or interaction with other
  programs in the Unix environment which need special permissions.  Dbmail is
  as secure as the database it's based upon.
* Flexibility.
  Changes on a Dbmail system (adding of users, changing passwords etc.) are
  effective immediately.

WWW:	http://www.dbmail.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: textproc/asciidoc, textproc/xmlto, devel/gmake, devel/libtool
Required Libraries: mail/gmime24, databases/libzdb, security/mhash, devel/libevent
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for dbmail-3.0.2:
     SIEVE=off (default) "Build with support for Sieve mail sorting language"
     LDAP=off (default) "Build with support for LDAP authentication"
===> Use 'make config' to modify these settings

Master Sites:
http://www.dbmail.org/download/3.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-03-18
    Affects: users of mail/dbmail
    Author: rm@FreeBSD.org
    Reason: 
      dbmail 3.0 is now available.
    
      There are a number of significant changes including Dependencies,
      Config, Schema and Server changes.
    
      Without required modifications, dbmail will not run and you will
      no longer have access to your emails. See UPGRADING for details.
      Don't forget to backup and fully test before upgrading.
    
      To stick with version 2.2.x run:
      # portupgrade -o mail/dbmail22 mail/dbmail
      or
      # portmaster -o mail/dbmail22 mail/dbmail
    
    

Number of commits found: 55

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Mar 2012 15:06:22
Original commit files touched by this commit  3.0.2
rm search for other commits by this committer
- add in pkg-message that I forget to cvs add

PR:             166245
Submitted by:   Alan Hicks <ahicks at p-o.co dot uk> (maintainer)
Feature safe:   yes
18 Mar 2012 19:17:12
Original commit files touched by this commit  3.0.2
rm search for other commits by this committer
- update to 3.0.2
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
  handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x

Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.

PR:             164631
Submitted by:   Alan Hicks <ahicks at p-o.co dot uk>
Feature safe:   yes
20 Feb 2012 16:21:31
Original commit files touched by this commit  2.2.17
eadler search for other commits by this committer
Remove quotes from BROKEN and IGNORE as they are not required
Reset maintainer due to mail bounce
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.2.17
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.
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.2.17
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
06 Apr 2011 00:42:30
Original commit files touched by this commit  2.2.17
wxs search for other commits by this committer
Update to 2.2.17

PR:             ports/155501
Submitted by:   Piotr Rybicki <piotr.rybicki@innervision.pl>
Approved by:    maintainer timeout
19 Mar 2011 13:15:34
Original commit files touched by this commit  2.2.16_1
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.2.16
ade search for other commits by this committer
Sync to new bsd.autotools.mk
07 Aug 2010 18:45:24
Original commit files touched by this commit  2.2.16
sahil search for other commits by this committer
- Update to 2.2.16

PR:             ports/148371
Submitted by:   myself (sahil@)
Approved by:    maintainer (timeout; 33 days)
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.2.11
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
31 Jan 2010 03:44:04
Original commit files touched by this commit  2.2.11
pgollucci search for other commits by this committer
- use $SUB_FILES to dynamically adjust pkg-message

PR:             ports/142731
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (mark_sf@kikg.ifmo.ru; > 2 weeks)
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.2.11
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
15 Jul 2009 16:56:10
Original commit files touched by this commit  2.2.11
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
25 Jun 2009 18:55:06
Original commit files touched by this commit  2.2.11
dhn search for other commits by this committer
- Update to 2.2.11

PR:             ports/136039
Submitted by:   Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by:    maintainer
06 Jun 2008 13:43:09
Original commit files touched by this commit  2.2.10_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
11 Apr 2008 15:28:01
Original commit files touched by this commit  2.2.10
pav search for other commits by this committer
- Update to 2.2.10

PR:             ports/122575
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
18 Dec 2007 23:18:56
Original commit files touched by this commit  2.2.8
miwi search for other commits by this committer
- Update to 2.2.8

PR:             118825
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
12 Dec 2007 15:49:33
Original commit files touched by this commit  2.2.7
miwi search for other commits by this committer
- Update to 2.2.7

PR:             117840
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
23 Jul 2007 09:36:52
Original commit files touched by this commit  2.2.5
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jun 2007 12:06:26
Original commit files touched by this commit  2.2.5
mm search for other commits by this committer
- update to 2.2.5

PR:             ports/113272
Submitted by:   Larry Rosenman <ler@lerctr.org>
Approved by:    maintainer, garga (mentor)
16 Mar 2007 11:23:59
Original commit files touched by this commit  2.2.4
miwi search for other commits by this committer
- Update to 2.2.4

PR:             110245
Submitted by:   Larry Rosenman <ler@lerctr.org>
Approved by:    maintainer
27 Feb 2007 16:18:03
Original commit files touched by this commit  2.2.2_1
clsung search for other commits by this committer
- Headernames should be processed case-insensitively according to RFC822 3.4.7.
- Problem reported by Larry Rosenman. Patch for the problem was on the
dbmail-dev list.
- bump PORTREVISION

PR:             ports/109607
Submitted by:   maintainer (Mark Starovoytov)
13 Feb 2007 10:44:54
Original commit files touched by this commit  2.2.2
rafan search for other commits by this committer
- Update to 2.2.2

PR:             ports/109094
Submitted by:   Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
16 Dec 2006 10:27:25
Original commit files touched by this commit  2.2.1_1
miwi search for other commits by this committer
- Adds dbmail-timsieved.sh
- Adds workaround for installations after some previous revision which
  didn't deinstall completely
- Adds fix for bug #461 from dbmail bugtracker

PR:             ports/106760
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
23 Nov 2006 16:05:39
Original commit files touched by this commit  2.2.1
pav search for other commits by this committer
- Update to 2.2.1

PR:             ports/105785
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
08 Apr 2006 18:24:18
Original commit files touched by this commit  2.0.10
mnag search for other commits by this committer
- Update to 2.0.10

PR:             95457
Submitted by:   maintainer
26 Dec 2005 09:55:52
Original commit files touched by this commit  2.0.7_2
edwin search for other commits by this committer
[update] mail/dbmail: sync to svn

        1. #281 - fix compilation on FreeBSD 4.x

PR:             ports/90914
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru>
15 Nov 2005 00:10:59
Original commit files touched by this commit  2.0.7_1
pav search for other commits by this committer
- Integrate vendor patches:
  1. #266 - Excessive db connects and quits
  2. #271 - BUG with connect to postgresql database
  3. #272 - Non-UTF characters in a message's body
  4. #277 - Fix "INTERNALDATE" calculation in imaputil.c
  5. other patches from repository.
- Add SHA256

PR:             ports/88277
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
13 Sep 2005 20:25:54
Original commit files touched by this commit  2.0.7
pav search for other commits by this committer
- Update to 2.0.7
- Add patch for bug 266
- Reset maintainership (3 months of maintainer timeouts)
- Assign maintainership to a volunteer

PR:             ports/85455, ports/85763
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Approved by:    maintainer timeout (seanc; 14 days)
18 Jul 2005 16:04:16
Original commit files touched by this commit  2.0.4_1
pav search for other commits by this committer
- Patch nine bugs:
  #79 - INTERNALDATE reponses do not conform to RFC
  #145 - LMTP loses return-path
  #177 - Compile Fails on FreeBSD
         (fixes compilation on FreeBSD 4.X)
  #184 - socklen_t issue
  #190 - huge load if database crash
  #198 - DBMail processes killing each other
  #199 - spare child creates zombie
  #214 - dbmail-smtp dumps core with double free
  #216 - malformed header prevents delivery

- Fix RC_SUBR usage

PR:             ports/83437, also ports/80736, ports/82437, ports/83575
Submitted by:   Mark Starovoytov <mark@kikg.ifmo.ru>,
                parts also by: Radim Kolar <hsn@netmag.cz>, thompsa,
                Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    maintainer timeout (2 months on oldest PR)
18 Jun 2005 21:34:54
Original commit files touched by this commit  2.0.4
thompsa search for other commits by this committer
Update to version 2.0.4.

PR:             ports/79775
Approved by:    maintainer timeout (seanc), linimon
31 Jan 2005 00:35:56
Original commit files touched by this commit  2.0.0_2
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)
10 Nov 2004 09:21:45
Original commit files touched by this commit  2.0.0_2
seanc search for other commits by this committer
Add rcNG startup scripts for dbmail.  Bump port version.
02 Nov 2004 18:47:07
Original commit files touched by this commit  2.0.0_1
seanc search for other commits by this committer
Fix dbmail's packaging in the mysql case.  Bumped version.

Submitted by:   kris
27 Oct 2004 22:29:19
Original commit files touched by this commit  2.0.0
seanc search for other commits by this committer
dbmail 2.0.0 needs -fPIC set in order to be sodomized by libtool on amd64.
Set this universally since it's quite plausible that other 64bit platforms
may need this.  Don't bump the port version since it wasn't installable on
the systems that would need the portversion bump.
25 Oct 2004 04:39:49
Original commit files touched by this commit  2.0.0
seanc search for other commits by this committer
Updated distinfo.  I updated this but for some reason wasn't included in
the commit to dbmail.  Correct oversight.

Pointed out by: iVyacheslav I. Ivanchenko (ivi -at- dhs.net.ru)
24 Oct 2004 00:23:04
Original commit files touched by this commit  2.0.0
seanc search for other commits by this committer
Update dbmail to 2.0.0.  This upgrade requires a migration script to be run.
See UPDATING for details.  Grab maintainership of this port for the time being.
20 Jul 2004 02:19:09
Original commit files touched by this commit  1.2.9
ijliao search for other commits by this committer
upgrade to 1.2.9

Submitted by:   forth@zbwei.net
13 Jul 2004 13:44:15
Original commit files touched by this commit  1.2.8b
clement search for other commits by this committer
- Update to 1.2.8b
11 Jul 2004 00:54:49
Original commit files touched by this commit  1.2.8a
kris search for other commits by this committer
BROKEN: Unfetchable
29 Jun 2004 17:24:15
Original commit files touched by this commit  1.2.8a
vs search for other commits by this committer
Minor cleanup:
- added file EXTRAS (referenced from other documents)
- removed script install-dbmail.sh

PR:             ports/68473
Submitted by:   Radim Kolar
11 Jun 2004 15:49:06
Original commit files touched by this commit  1.2.8a
clement search for other commits by this committer
- Security fix:
"DBMail 1.2.8a
June 08, 2004 16:21:55  Posted by: Ilja Booij
A buffer overflow error in DBMail 1.2.x has been discovered and fix. The
buffer overflow causes dbmail-smtp to crash with a segmentation fault
when a line in the email header is bigger than 2048 bytes. All version <
1.2.8a are affected, so please update your DBMail installation."
02 Jun 2004 10:27:53
Original commit files touched by this commit  1.2.7b
clement search for other commits by this committer
- Update to 1.2.7b
- s/WITH_PGSQL/WITH_POSTGRESQL/
- Drop maintainership
25 May 2004 09:19:43
Original commit files touched by this commit  1.2.3_1
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
18 Mar 2004 02:01:15
Original commit files touched by this commit  1.2.3_1
clement search for other commits by this committer
- SIZEify

Submitted by:           trevor
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.2.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
03 Feb 2004 10:28:57
Original commit files touched by this commit  1.2.3
clement search for other commits by this committer
- Update to 1.2.3
16 Jan 2004 01:48:12
Original commit files touched by this commit  1.2.1_1
clement search for other commits by this committer
- Cleanups.

Notice by:          From: lou <lou@0xffff.org>
Approved by:        erwin (mentor) (implicitly)
13 Jan 2004 15:04:51
Original commit files touched by this commit  1.2.1_1
clement search for other commits by this committer
- Update my email address

Approved and reviewed by:    erwin (mentor)
19 Dec 2003 09:54:18
Original commit files touched by this commit  1.2.1_1
clement search for other commits by this committer
- Install manual pages [1]
- use PORTDOCS
- bump PORTREVISION

Noticed by:             Dave C. <djc@microwave.com> [1]
Approved by:            erwin (mentor)
24 Oct 2003 06:51:28
Original commit files touched by this commit  1.2.1
sergei search for other commits by this committer
- Update to 1.2.1:
  This update fixes a security bug in the SMTP handling code and adds
  some indexes to the PostgreSQL table layout for speed improvements

PR:             58470
Submitted by:   maintainer
Approved by:    krion (implicit)
15 Oct 2003 20:38:11
Original commit files touched by this commit  1.2_1
erwin search for other commits by this committer
dbmail tarball has been updated.
- configure script have been improved
- some strings changed.

Bump PORTREVISION.

PR:             58065
Submitted by:   maintainer
13 Oct 2003 23:57:18
Original commit files touched by this commit  1.2
sumikawa search for other commits by this committer
Upgrade to 1.2.

PR:             ports/57958
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
08 Oct 2003 16:24:23
Original commit files touched by this commit  1.1
erwin search for other commits by this committer
Fix NOPORTDOCS

PR:             57750
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com> via maintainer
07 Oct 2003 01:17:49
Original commit files touched by this commit  1.1
edwin search for other commits by this committer
[new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)

        (author description)
        The DBMAIL package replaces the normal UNIX mailing system.
        All emails and users data are stored in a database. You can
        create an unlimited number of email accounts, which can be
        checked using the POP3 or IMAP protocol. Users can maintain
        their own set of email addresses. It is more scalable, more
        secure, and faster than traditional mail systems.  DBMAIL
        uses PostgreSQL or MySQL.

PR:             ports/54887
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>

Number of commits found: 55

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours18
new 7 days63
new fortnight185
new month257

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.526 seconds.