aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dma
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of issues:crees2012-04-144-5/+36
| | | | | | | | | | - 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
* Update dma to 0.7eadler2012-03-0515-64/+186
| | | | | | | | | | 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
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* - remove MD5ohauer2011-07-031-1/+0
|
* - Fix alias file scanningbapt2011-01-022-3/+14
| | | | | | - submitter is now maintainer Submitted by: bz (by mail)
* Add forgotten rc filebapt2010-10-271-0/+32
| | | | Reported by: QAT
* Add rc script to allow to flush queue on startup and shutdownbapt2010-10-272-0/+13
| | | | | | bump portrevision Submitted by: bz@ (by email)
* - Update port to latest developer versionbapt2010-10-188-28/+32
| | | | | | | | | | | - 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@
* - Mark as broken on 6.Xbapt2010-08-301-1/+7
| | | | | Reported by: pointyhat Approved by: mentors (implicit)
* - Fixes warning in aliases_scan.l [1]bapt2010-08-123-1/+23
| | | | | | | | - 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)
* - Update to 20091004bapt2010-08-117-92/+27
| | | | | | | - Add license - Remove the now useless dma.rb Approved by: rene@ (mentor vacation)
* Drop Maintainershiparved2010-08-091-1/+1
| | | | | PR: 149436 Submitted by: old maintainer
* - Update to 20090825miwi2009-08-275-72/+13
| | | | | PR: 138165 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Fix a race condition in the multiple recipient delivery code which can ↵amdmi32009-07-072-1/+39
| | | | | | | cause message corruption PR: 136304 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Update pkg-descrdhn2009-03-132-2/+6
| | | | | | | | - Minor line endings fix in dma.rb PR: 132457 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Approved by: miwi (mentor)
* - Fix the dma.rb wrapper for sendmail -t support to not requirewxs2009-02-142-1/+3
| | | | | | | | oniguruma support in ruby by removing the zero-width positive lookbehind assertion. PR: ports/131641 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* The DragonFly Mail Agent is a small Mail Transport Agent (MTA),wxs2009-02-128-0/+199
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>