summaryrefslogtreecommitdiff
path: root/mail/dma/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Incorporate a patch from upstreamBaptiste Daroussin2016-08-201-0/+34
| | | | | | | | | | | | | | | Affecting DragonFly 4.6 and earlier, Matt Dillon fixed this in base after finding out from BSDNow Episode 152. Comments following were from his commit which explains better than I. Just taking his change and putting it here as well. * dma makes an age-old mistake of not properly checking whether a file owned by a user is a symlink or not, a bug which the original mail.local also had. * Add O_NOFOLLOW to disallow symlinks. Thanks-to: BSDNow Episode 152, made me dive dma to check when they talked about the mail.local bug.
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | Approved by: portmgr blanket
* - Update to 0.11Guido Falsi2016-02-1413-120/+70
| | | | | | - Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases
* - Drop 8.x supportDmitry Marakasov2015-10-082-19/+0
| | | | | | - Fix staging on 11.x Approved by: portmgr blanket
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix build on 8.x [1]Erwin Lansing2014-05-182-0/+19
| | | | | | | | | - Change license to BSD3CLAUSE - Stageify PR: 189895 [1] Submitted by: plosher [1] Sponsored by: DK Hostmaster A/S
* mail/dma: update to 0.9William Grzybowski2013-09-166-46/+30
| | | | | | | | | | | - Update to 0.9 [1] - USE_GITHUB framework - Remove useless LICENSE_FILE - Trim Makefile header - Mark IGNORE for 8.x PR: ports/182058 Submitted by: bz (maintainer)
* Fix a couple of issues:Chris Rees2012-04-143-4/+34
| | | | | | | | | | - 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.7Eitan Adler2012-03-0411-37/+146
| | | | | | | | | | 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 theDoug Barton2012-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.
* - Fix alias file scanningBaptiste Daroussin2011-01-021-1/+12
| | | | | | - submitter is now maintainer Submitted by: bz (by mail)
* Add forgotten rc fileBaptiste Daroussin2010-10-271-0/+32
| | | | Reported by: QAT
* Add rc script to allow to flush queue on startup and shutdownBaptiste Daroussin2010-10-271-0/+11
| | | | | | bump portrevision Submitted by: bz@ (by email)
* - Update port to latest developer versionBaptiste Daroussin2010-10-184-16/+16
| | | | | | | | | | | - 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@
* - Fixes warning in aliases_scan.l [1]Baptiste Daroussin2010-08-113-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 20091004Baptiste Daroussin2010-08-114-74/+11
| | | | | | | - Add license - Remove the now useless dma.rb Approved by: rene@ (mentor vacation)
* - Update to 20090825Martin Wilke2009-08-262-59/+0
| | | | | PR: 138165 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Fix a race condition in the multiple recipient delivery code which can ↵Dmitry Marakasov2009-07-071-0/+38
| | | | | | | cause message corruption PR: 136304 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Update pkg-descrDennis Herrmann2009-03-121-1/+1
| | | | | | | | - 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 requireWesley Shields2009-02-131-1/+2
| | | | | | | | 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),Wesley Shields2009-02-124-0/+116
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>