| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Apr 2012 15:49:42
v0.7_1,1
|
crees  |
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
v0.7,1
|
eadler  |
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
20101004_2
|
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. |
03 Jul 2011 13:53:52
20101004_2
|
ohauer  |
- remove MD5 |
02 Jan 2011 14:01:24
20101004_2
|
bapt  |
- Fix alias file scanning
- submitter is now maintainer
Submitted by: bz (by mail) |
27 Oct 2010 09:38:01
20101004_1
|
bapt  |
Add forgotten rc file
Reported by: QAT |
27 Oct 2010 07:59:52
20101004_1
|
bapt  |
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
20101004
|
bapt  |
- 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
20091004
|
bapt  |
- Mark as broken on 6.X
Reported by: pointyhat
Approved by: mentors (implicit) |
11 Aug 2010 20:24:44
20091004
|
bapt  |
- 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
20091004
|
bapt  |
- Update to 20091004
- Add license
- Remove the now useless dma.rb
Approved by: rene@ (mentor vacation) |
09 Aug 2010 13:28:50
20090825
|
arved  |
Drop Maintainership
PR: 149436
Submitted by: old maintainer |
26 Aug 2009 16:01:34
20090825
|
miwi  |
- Update to 20090825
PR: 138165
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
07 Jul 2009 13:29:02
20090208_2
|
amdmi3  |
- 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
20090208_1
|
dhn  |
- 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
20090208_1
|
wxs  |
- 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
20090208
|
wxs  |
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> |