Commit graph

17 commits

Author SHA1 Message Date
Chris Rees
d44b9bfa19 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
2012-04-14 15:49:42 +00:00
Eitan Adler
e5271c4991 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
2012-03-04 23:01:08 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Baptiste Daroussin
a63851970c - Fix alias file scanning
- submitter is now maintainer

Submitted by:	bz (by mail)
2011-01-02 14:01:24 +00:00
Baptiste Daroussin
05db7733ca Add forgotten rc file
Reported by: QAT
2010-10-27 09:38:01 +00:00
Baptiste Daroussin
e028a2f9bf Add rc script to allow to flush queue on startup and shutdown
bump portrevision

Submitted by:	bz@ (by email)
2010-10-27 07:59:52 +00:00
Baptiste Daroussin
d568800800 - 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@
2010-10-18 11:39:00 +00:00
Baptiste Daroussin
07e1fffbe8 - Mark as broken on 6.X
Reported by:	pointyhat
Approved by:	mentors (implicit)
2010-08-30 11:22:50 +00:00
Baptiste Daroussin
6b44f33d89 - 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)
2010-08-11 20:24:43 +00:00
Baptiste Daroussin
c8dfe0d763 - Update to 20091004
- Add license
- Remove the now useless dma.rb

Approved by:	rene@ (mentor vacation)
2010-08-11 09:51:48 +00:00
Tilman Keskinoz
4f7173998e Drop Maintainership
PR:		149436
Submitted by:	old maintainer
2010-08-09 13:28:50 +00:00
Martin Wilke
5255e7eb2d - Update to 20090825
PR:		138165
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2009-08-26 16:01:34 +00:00
Dmitry Marakasov
6d8f684662 - 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)
2009-07-07 13:29:02 +00:00
Dennis Herrmann
784cc9156e - Update pkg-descr
- Minor line endings fix in dma.rb

PR:	132457
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Approved by:	miwi (mentor)
2009-03-12 18:12:41 +00:00
Wesley Shields
bed9446781 - 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)
2009-02-13 20:19:04 +00:00
Wesley Shields
9dcab6ff8f 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>
2009-02-12 00:41:34 +00:00