Port details |
- dbmail23 An SQL database-based mail system (POP3 and IMAP)
- 2.3.6_3 mail
=0 2.3.6_3Version of this port present on the latest quarterly branch.
- DEPRECATED: No more supported upstream. No ports depend on this
This port expired on: 2012-04-18
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-06-06 02:52:49
- Last Update: 2012-04-18 21:10:51
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.dbmail.org/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: dbmail
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asciidoc : textproc/asciidoc
- xmlto : textproc/xmlto
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- pkg-config : devel/pkg-config
- libgiofam.so : devel/gio-fam-backend
- Library dependencies:
-
- event-1.4 : devel/libevent
- gmime-2.0.4 : mail/gmime2
- mhash.2 : security/mhash
- zdb.8 : databases/libzdb
- mysqlclient.14 : databases/mysql41-client
- glib-2.0.0 : devel/glib20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dbmail-2.3.6_3:
MYSQL=on (default) "Build with MySQL support"
POSTGRESQL=off (default) "Build with PostgreSQL support"
SQLITE=off (default) "Build with SQLite support"
SIEVE=off (default) "Build w. support for Sieve mail sorting language"
LDAP=off (default) "Build with support for LDAP authentication"
MANPAGES=on (default) "Install man pages"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.6_3 18 Apr 2012 21:10:51 |
bapt |
2012-04-18 mail/dbmail20: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail21: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail23: No more supported upstream. No ports depend on this |
2.3.6_3 18 Mar 2012 19:32:16 |
rm |
- Mark as deprecated. Set expiration date to 2012-04-18.
This versions of dbmail no more supported upstream. This ports are
unmaintained and not required by other ports.
Additionally, reset maintainer for mail/dbmail20 because of mail bounce.
Feature safe: yes |
2.3.6_3 20 Feb 2012 16:21:31 |
eadler |
Remove quotes from BROKEN and IGNORE as they are not required
Reset maintainer due to mail bounce |
2.3.6_3 21 Jan 2012 18:45:14 |
pav |
- Chase libzdb update
Reported by: pointyhat
Pointy hat to: cs, glarkin |
2.3.6_2 14 Jan 2012 08:57:23 |
dougb |
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. |
2.3.6_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.3.6_2 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.3.6_2 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
2.3.6_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.3.6_1 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
2.3.6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.3.6 02 Aug 2009 19:36:34 |
mezz |
-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 |
2.3.6 16 Jul 2009 14:36:33 |
amdmi3 |
- Update to 2.3.6
- While here, clean up pkg-plist a bit
PR: 136724
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) |
2.3.5_3 15 Jul 2009 16:56:10 |
dougb |
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. |
2.3.5_3 09 Jul 2009 09:05:50 |
miwi |
- Chase libzdb shlib bump |
2.3.5_2 31 May 2009 20:31:08 |
pav |
- Resolve LATEST_LINK conflict |
2.3.5_2 07 Apr 2009 22:00:37 |
dhn |
- Chase asciidoc update
- Bump PORTREVSION
Approved by: tabthorpe (co-mentor) |
2.3.5_1 18 Mar 2009 14:41:19 |
miwi |
- Chase databases/libzdb shlib bump
- Fix build with new libzdb
PR: 132761
Reported by: pavbot
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> |
2.3.5 26 Jan 2009 00:03:48 |
beech |
- Update mail/dbmail23 port to the latest version 2.3.5
PR: ports/130983
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) |
2.3.2 23 Dec 2008 12:41:46 |
wxs |
- Fix build after asciidoc update
PR: ports/129866
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) |
2.3.2 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
2.3.2 06 Jun 2008 02:52:29 |
lippe |
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).
WWW: http://www.dbmail.org/
PR: ports/121908
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Approved by: gabor (mentor) |