Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 15:13:55 +0100
From:      Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: missing nullmailer feature in dma(8)/dmagent
Message-ID:  <54578DA3.7090300@omnilan.de>
In-Reply-To: <20141103122036.GD1169@ivaldir.etoilebsd.net>
References:  <544F7059.6010608@omnilan.de> <20141028164417.GE26796@ivaldir.etoilebsd.net> <544FCA29.8080303@omnilan.de> <54576C64.3070504@omnilan.de> <20141103122036.GD1169@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig5FD0E717651634F0FD4779B3
Content-Type: multipart/mixed;
 boundary="------------020200000600080401010507"

This is a multi-part message in MIME format.
--------------020200000600080401010507
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

 Bez=C3=BCglich Baptiste Daroussin's Nachricht vom 03.11.2014 13:20 (loca=
ltime):
> On Mon, Nov 03, 2014 at 12:52:04PM +0100, Harald Schmalzbauer wrote:
>>  Bez=C3=BCglich Harald Schmalzbauer's Nachricht vom 28.10.2014 17:54
>> (localtime):
>>>  Bez=C3=BCglich Baptiste Daroussin's Nachricht vom 28.10.2014 17:44 (=
localtime):
>>> =E2=80=A6
>>>> The NULLCLIENT feature should exactly be what you are looking for, n=
o?
>>>> As written in the manpage:
>>>>
>>>> ----
>>>> Bypass aliases and local delivery, and instead forward all mails to
>>>> the defined `SMARTHOST'.  `NULLCLIENT' requires `SMARTHOST' to be
>>>> set.
>>>> ----
>>> Doh=E2=80=A6 should try harder getting more sleep ;-)
>>> Sorry for the noise, seems indeed to be exactly what I was looking fo=
r.
>>> Can't explain why I missed that, thanks!
>> Ahh, now I can explain ;-)
>> It's the port's version (v0.9_1,1) which lacks this feature.
>> I saw on github that you added this functionality in February 2014, bu=
t
>> VERSION wasn't bumped since June 2013.
>> So I guess the port does checkout an outdated version?
>>
>> Thanks,
>>
>> -Harry
>>
> That is it, but I lack motivation to work on it. If one want to take
> maintainership on it and update it, please help yourself

Fair enough. Unfortunately both, time and skills are limited; sufficient
to help myself, though.
For anyone intersted, attached is a diff which does a quick'n'dirty
dma-devel (copy mail/dma to inofficial/dma-devel and apply the patch).
Packaging works, can't tell anything about the condition of the GitHub
code from Sep, 8th 2014 (commit
b1056e4384472dbbedd6b075819abd6154ac0d69) but I don't expect regressions
so will use it and would report if I found problems.

Thanks,

-Harry

--------------020200000600080401010507
Content-Type: text/x-diff;
 name="dma-devel.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="dma-devel.diff"

diff -ur mail/dma/Makefile inofficial/dma-devel/Makefile
--- mail/dma/Makefile	2014-11-03 14:24:47.430297295 +0100
+++ inofficial/dma-devel/Makefile	2014-11-03 15:12:43.791680603 +0100
@@ -1,22 +1,26 @@
 # Created by: Daniel Roethlisberger <daniel@roe.ch>
 # $FreeBSD: head/mail/dma/Makefile 367307 2014-09-04 19:26:24Z antoine $=

=20
-PORTNAME=3D	dma
-PORTVERSION=3D	v0.9
-PORTREVISION=3D	1
-PORTEPOCH=3D	1
+PORTNAME=3D	dma-devel
+PORTVERSION=3D	v0.10
+#PORTREVISION=3D	1
+#PORTEPOCH=3D	1
 CATEGORIES=3D	mail ipv6
 EXTRACT_SUFX=3D
+CONFLICTS_INSTALL=3D dma-*
=20
 MAINTAINER=3D	bapt@FreeBSD.org
 COMMENT=3D	DragonFly Mail Agent, a small MTA for local/outbound mail
=20
+VALID_CATEGORIES+=3D	inofficial
+
 LICENSE=3D	BSD3CLAUSE
=20
 USE_OPENSSL=3D	yes
=20
 USE_GITHUB=3D	yes
-GH_COMMIT=3D	2bb8bcb
+GH_PROJECT=3D	dma
+GH_COMMIT=3D	b1056e4
 GH_ACCOUNT=3D	corecode
 GH_TAGNAME=3D	${GH_COMMIT}
=20
diff -ur mail/dma/distinfo inofficial/dma-devel/distinfo
--- mail/dma/distinfo	2014-11-03 14:24:47.450316423 +0100
+++ inofficial/dma-devel/distinfo	2014-11-03 14:59:00.438986799 +0100
@@ -1,2 +1,2 @@
-SHA256 (dma-v0.9) =3D 6c99d5975a2a1072f74b3209ad0a2b89558274de39bd3e0340=
0f94a242b436f2
-SIZE (dma-v0.9) =3D 45611
+SHA256 (dma-devel-v0.10) =3D 05348aa91e838d819627a31db82afbdb4edba5fa4a8=
1e90992616e031761eea2
+SIZE (dma-devel-v0.10) =3D 33985

--------------020200000600080401010507--

--------------enig5FD0E717651634F0FD4779B3
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAlRXjaMACgkQLDqVQ9VXb8iM8QCeL1db7tkikUstaiCn4OGxo1p3
vfMAoMqkHY+1QHb3qVmxVMc8pzGlEngB
=g/+4
-----END PGP SIGNATURE-----

--------------enig5FD0E717651634F0FD4779B3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54578DA3.7090300>