6c62 FreshPorts -- mail/dma
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dma v0.7_1,1 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: bzeeb+freebsdports@zabbadoz.net 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: https://github.com/corecode/dma
SVNWeb : 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:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/dma/
  2. https://nodeload.github.com/corecode/dma/tarball/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 Apr 2012 15:49:42
Original commit files touched by this commit  v0.7_1,1
crees search for other commits by this committer
Fix a couple of issues:
 - Make compile with old and new openssl
 - Do not try to call git to get the version number
 - Fix compile on FreeBSD 8.1
 - Change maintainer email address

PR:             ports/165775
Submitted by:   bz
04 Mar 2012 23:01:08
Original commit files touched by this commit  v0.7,1
eadler search for other commits by this committer
Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and
uid/gid on /var/mail files as needed by dma.

Changes:
        Adds maasquerading support

PR:             ports/165697
Submitted by:   bz
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: 17

2826
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight58
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0