FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 3:36 AM GMT
Port details
dma 20101004_2 mail on this many watch lists=2 search for ports that depend on this port
DragonFly Mail Agent, a small MTA for local/outbound mail
Maintained by: bz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Feb 2009 00:41:51
Also Listed In: ipv6
License: BSD
The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
designed for home and office use.  It accepts e-mail messages
from locally installed Mail User Agents (MUA) and delivers the
messages either locally or to a remote destination.  Remote
delivery includes several features like TLS/SSL support and
SMTP authentication, but not MX record lookups.  Therefore,
dma is currently not suitable for direct remote delivery.
However, it works very well for handling local mail plus
secure mail submission to a remote smarthost (e.g. for
travelling mobile computers).

Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25
for incoming connections.

WWW: http://gitorious.org/dma
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bz/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  20101004_2
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 Jul 2011 13:53:52
Original commit files touched by this commit  20101004_2
ohauer search for other commits by this committer
- remove MD5
02 Jan 2011 14:01:24
Original commit files touched by this commit  20101004_2
bapt search for other commits by this committer
- Fix alias file scanning
- submitter is now maintainer

Submitted by:   bz (by mail)
27 Oct 2010 09:38:01
Original commit files touched by this commit  20101004_1
bapt search for other commits by this committer
Add forgotten rc file

Reported by: QAT
27 Oct 2010 07:59:52
Original commit files touched by this commit  20101004_1
bapt search for other commits by this committer
Add rc script to allow to flush queue on startup and shutdown
bump portrevision

Submitted by:   bz@ (by email)
18 Oct 2010 11:39:00
Original commit files touched by this commit  20101004
bapt search for other commits by this committer
- Update port to latest developer version
- Remove now useless patch-spool.c
- add patch-mail.c to fix compilation on 8.1 i386

Note that the dragonflybsd version and gitorious versions are different and the
virtuser file is gone in favour of env MAIL variable.

PR:             ports/151408
Submitted by:   bz@
30 Aug 2010 11:22:50
Original commit files touched by this commit  20091004
bapt search for other commits by this committer
- Mark as broken on 6.X

Reported by:    pointyhat
Approved by:    mentors (implicit)
11 Aug 2010 20:24:44
Original commit files touched by this commit  20091004
bapt search for other commits by this committer
- Fixes warning in aliases_scan.l [1]
- Fixes warning in spool.c [2]

Reported by:    QAT
Submitted by:   Patrice Clement <patricec _at_ acm.org> (IRC) [1], me [2]
Approved by:    rene@ (mentor vacation)
11 Aug 2010 09:51:48
Original commit files touched by this commit  20091004
bapt search for other commits by this committer
- Update to 20091004
- Add license
- Remove the now useless dma.rb

Approved by:    rene@ (mentor vacation)
09 Aug 2010 13:28:50
Original commit files touched by this commit  20090825
arved search for other commits by this committer
Drop Maintainership

PR:             149436
Submitted by:   old maintainer
26 Aug 2009 16:01:34
Original commit files touched by this commit  20090825
miwi search for other commits by this committer
- Update to 20090825

PR:             138165
Submitted by:   Daniel Roethlisberger <daniel@roe.ch> (maintainer)
07 Jul 2009 13:29:02
Original commit files touched by this commit  20090208_2
amdmi3 search for other commits by this committer
- Fix a race condition in the multiple recipient delivery code which can cause
message corruption

PR:             136304
Submitted by:   Daniel Roethlisberger <daniel@roe.ch> (maintainer)
12 Mar 2009 18:12:41
Original commit files touched by this commit  20090208_1
dhn search for other commits by this committer
- Update pkg-descr
- Minor line endings fix in dma.rb

PR:     132457
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
Approved by:    miwi (mentor)
13 Feb 2009 20:19:04
Original commit files touched by this commit  20090208_1
wxs search for other commits by this committer
- Fix the dma.rb wrapper for sendmail -t support to not require
  oniguruma support in ruby by removing the zero-width positive
  lookbehind assertion.

PR:             ports/131641
Submitted by:   Daniel Roethlisberger <daniel@roe.ch> (maintainer)
12 Feb 2009 00:41:34
Original commit files touched by this commit  20090208
wxs search for other commits by this committer
The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
designed for home and office use.  It accepts mails from locally
installed Mail User Agents (MUA) and delivers the mails either
locally or to a remote destination.  Remote delivery includes
several features like TLS/SSL support and SMTP authentication.

Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25
for incoming connections.

PR:             ports/130658
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

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.095 seconds.