OT: dkim (was Re: patch dkimproxy: use rsa-sha256 in sample signing config)

2024-05-12 Thread Matthieu Herrb
On Sun, May 12, 2024 at 11:13:46AM +0100, Kirill A. Korinsky wrote: > On Sun, 12 May 2024 00:26:50 +0100, > Steffen Nurpmeso wrote: > > > > What they are doing is wrong. Maybe if you move it out of Junk > > a few times their algorithm learns or what, i do not know. > > I would start screaming, b

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-12 Thread Kirill A . Korinsky
On Sun, 12 May 2024 00:26:50 +0100, Steffen Nurpmeso wrote: > > What they are doing is wrong. Maybe if you move it out of Junk > a few times their algorithm learns or what, i do not know. > I would start screaming, but normally noone listens anyhow, sure. > Yes, they are. But they delivery int

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-11 Thread Steffen Nurpmeso
Hello Kirill. Kirill A. Korinsky wrote in <98c1f03bc1d6c...@mx1.catap.net>: ... |> Kirill A. Korinsky wrote in |> <2fdd33f2325e6...@mx2.catap.net>: |>|>|I imply that using ed25519 usually leads to malformed signature, \ ... |>|> Then these are not standard compliant. The DKIM standard 637

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-11 Thread Kirill A . Korinsky
Hello Steffen, On Sat, 11 May 2024 21:27:09 +0100, Steffen Nurpmeso wrote: > > Kirill A. Korinsky wrote in > <2fdd33f2325e6...@mx2.catap.net>: > > |>|I imply that using ed25519 usually leads to malformed signature, and some > |>|big hosting providers treat double signature as bad signature i

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-11 Thread Steffen Nurpmeso
Hello Kirill. Kirill A. Korinsky wrote in <2fdd33f2325e6...@mx2.catap.net>: |On Sat, 11 May 2024 00:21:18 +0100, |Steffen Nurpmeso wrote: |> Kirill A. Korinsky wrote in |> <5285e80cbc0d1...@mx2.catap.net>: | |BTW this is quite wired address which seems like Message-Id That is what it is.

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-11 Thread Kirill A . Korinsky
Greetings, On Sat, 11 May 2024 00:21:18 +0100, Steffen Nurpmeso wrote: > > Hello. > > Kirill A. Korinsky wrote in > <5285e80cbc0d1...@mx2.catap.net>: BTW this is quite wired address which seems like Message-Id > | > |I imply that using ed25519 usually leads to malformed signature, and some

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Steffen Nurpmeso
Hello. Kirill A. Korinsky wrote in <5285e80cbc0d1...@mx2.catap.net>: |On Fri, 10 May 2024 10:47:43 +0100, |Stuart Henderson wrote: |> On 2024/05/10 11:40, Matthieu Herrb wrote: |>> Afaict dkimpproxy is not using opendkim but p5-Mail-DKIM. dkimproxy |>> itself also

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Kirill A . Korinsky
On Fri, 10 May 2024 10:47:43 +0100, Stuart Henderson wrote: > > On 2024/05/10 11:40, Matthieu Herrb wrote: > > > > Afaict dkimpproxy is not using opendkim but p5-Mail-DKIM. dkimproxy > > itself also hasn't seen a update since many years, but the underlying >

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Stuart Henderson
let add reference to this issue and suggest to use only > > RSA/SHA256. > > > > Footnotes: > > [1] https://github.com/trusteddomainproject/OpenDKIM/issues/6 > > > Hi, > > Afaict dkimpproxy is not using opendkim but p5-Mail-DKIM. dkimproxy > itself also

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Matthieu Herrb
5 and this project seems to be > not that alive, so, no hope that it will be released and distributed soon. > > My point: let add reference to this issue and suggest to use only RSA/SHA256. > > Footnotes: > [1] https://github.com/trusteddomainproject/OpenDKIM/issues/6 > Hi,

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Kirill A . Korinsky
On Fri, 10 May 2024 06:57:20 +0100, Matthieu Herrb wrote: > > https://www.rfc-editor.org/rfc/rfc6376#section-3.3 says that > rsa-sha256 SHOULD be used. Unfortunatly Mail::DKIM::Signer uses > rsa-sha1 by default when no algorithm is specifed. > > Update the dkimproxy.out sample config... > > Mak

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-09 Thread A Tammy
===== > RCS file: /local/cvs/ports/mail/dkimproxy/Makefile,v > diff -u -p -u -r1.8 Makefile > --- Makefile 7 Nov 2023 14:19:36 - 1.8 > +++ Makefile 10 May 2024 05:51:47 - > @@ -1,7 +1,7 @@ > COMMENT =SMTP proxy to verify or add

patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-09 Thread Matthieu Herrb
checkers) happier, and hopefully less rejects by hotmail/google and co... comments? ok? Index: Makefile === RCS file: /local/cvs/ports/mail/dkimproxy/Makefile,v diff -u -p -u -r1.8 Makefile --- Makefile7 Nov 2023 14:19:36 -

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-07 Thread Martin
Solved by removing perl5 from upgraded 6.9 and place initial perl5 folders from fresh 6.9 install. All the p5-* dependencies have been reinstalled. Since then dkimproxy_out starts successfully. Thanks Martin ‐‐‐ Original Message ‐‐‐ On Thursday, May 6, 2021 7:27 PM, Andrew Hewus Fresh

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
Great. Should I remove? /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Encode/Encode.so Martin ‐‐‐ Original Message ‐‐‐ On Thursday, May 6, 2021 5:58 PM, Andrew Hewus Fresh wrote: > On Thu, May 06, 2021 at 01:44:19PM +, Martin wrote: > > > After upgrade dkimpro

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 06:29:08PM +, Martin wrote: > Great. > > Should I remove? > /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Encode/Encode.so This is a customization of your system outside something supported by OpenBSD, you should follow the advice of your local system administr

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
After upgrade dkimproxy and error appeared, I did 'pkg_delete dkimproxy' and 'pkg_delete -a' afterwards to clean up dependent Perl modules (possible broken ones). 'pkg_add dkimproxy' to install it from scratch with all working p5 modules. It didn't help, the

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 01:44:19PM +, Martin wrote: > After upgrade dkimproxy and error appeared, I did 'pkg_delete dkimproxy' and > 'pkg_delete -a' afterwards to clean up dependent Perl modules (possible > broken ones). > > 'pkg_add dkimproxy' t

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Renaud Allard
On 5/6/21 3:22 PM, Martin wrote: Hi list, After upgrading packages on 6.9amd64 dkimproxy_out won't start with error: rcctl -d start dkimproxy_out doing rc_check Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) doing _rc_rm_runfile M

6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
Hi list, After upgrading packages on 6.9amd64 dkimproxy_out won't start with error: rcctl -d start dkimproxy_out doing rc_check Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) doing _rc_rm_runfile Martin

Re: dkimproxy broken after perl 5.24.1

2017-02-05 Thread Stuart Henderson
CCing a few lists in the hope that more people will see it. On 2017/02/05 20:47, Heiko wrote: > Hello, > > dkimproy and amavis broken with new per version: > > # /usr/local/bin/dkimproxy.out --daemonize > perl:/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Crypt/OpenSSL/Bignum/Bignum.so:

Re: dkimproxy

2013-07-15 Thread Alexey E. Suslikov
Giovanni Bechis bigio.snb.it> writes: > Fixed users id, other than that, ok giovanni > Cheers > Giovanni Is anyone about to finally import it? ;)

Re: dkimproxy

2013-07-15 Thread Anthony J. Bentley
"Alexey E. Suslikov" writes: > Giovanni Bechis bigio.snb.it> writes: > > > On 07/14/13 18:48, Roman Kravchuk wrote: > > > Updated port from sthen > > > > > > * Include rc scripts with fix from william > > > * My fix: installed perl library to libdata/perl5/site_perl > > > > > > Ok? Comments

Re: dkimproxy

2013-07-15 Thread Alexey E. Suslikov
Giovanni Bechis bigio.snb.it> writes: > On 07/14/13 18:48, Roman Kravchuk wrote: > > Updated port from sthen > > > > * Include rc scripts with fix from william > > * My fix: installed perl library to libdata/perl5/site_perl > > > > Ok? Comments? > > > Fixed users id, other than that, ok gi

Re: dkimproxy

2013-07-15 Thread Giovanni Bechis
l 2013 09:59:46 - @@ -229,3 +229,4 @@ id user group port options 718 _stuntman _stuntman telephony/stuntman 719 _puppetdb _puppetdb databases/puppetdb 720 _lldpd _lldpd net/lldpd +721 _dkimproxy _dkimproxy mail/dkimproxy

Re: dkimproxy

2013-07-14 Thread Roman Kravchuk
Updated port from sthen@ * Include rc scripts with fix from william@ * My fix: installed perl library to libdata/perl5/site_perl Ok? Comments? 2013/7/12 Giovanni Bechis > On 07/12/13 02:51, William Yodlowsky wrote: > > On 11 July 2013 at 11:46, Giovanni Bechis wrote: > >> On 07/10/13 22:23,

Re: dkimproxy

2013-07-12 Thread Giovanni Bechis
On 07/12/13 02:51, William Yodlowsky wrote: > On 11 July 2013 at 11:46, Giovanni Bechis wrote: >> On 07/10/13 22:23, Stuart Henderson wrote: >>> On 2013/07/10 19:00, Roman Kravchuk wrote: My patches is necessary to install libraries in /usr/local/libdata/perl5/site_perl. >>> >>> OK - tha

Re: dkimproxy

2013-07-11 Thread Giovanni Bechis
x27;t use > them for rc scripts) and --daemonize is in $daemon - however it also needs > rc_reload=NO which you have and I missed before. > > I've really not got time to look further at the moment though...I mostly > wanted to send the port out to avoid duplicated work.. >

Re: dkimproxy

2013-07-10 Thread Gilles Chehade
ok further at the moment though...I mostly > wanted to send the port out to avoid duplicated work.. > > > diff -uNr dkimproxy/pkg/PLIST dkimproxy-rc/pkg/PLIST > --- dkimproxy/pkg/PLIST Tue Jul 9 07:23:24 2013 > +++ dkimproxy-rc/pkg/PLISTTue Jul 9 07:45:02 2013 >

Re: dkimproxy

2013-07-10 Thread Stuart Henderson
hich you have and I missed before. I've really not got time to look further at the moment though...I mostly wanted to send the port out to avoid duplicated work.. diff -uNr dkimproxy/pkg/PLIST dkimproxy-rc/pkg/PLIST --- dkimproxy/pkg/PLIST Tue Jul 9 07:23:24 2013 +++ dkimproxy-rc/pkg/PLIST

Re: dkimproxy

2013-07-10 Thread Roman Kravchuk
10 16:04, Roman Kravchuk wrote: > > I've created several months ago this port for my mail server. > > > > Comments are welcomed > > Several of the patches seem unneccessary .. > > > @@ -1,4 +1,3 @@ > > -#!/usr/bin/perl -I../lib > > # > > #

Re: dkimproxy

2013-07-10 Thread Stuart Henderson
On 2013/07/10 16:04, Roman Kravchuk wrote: > I've created several months ago this port for my mail server. > > Comments are welcomed Several of the patches seem unneccessary .. > @@ -1,4 +1,3 @@ > -#!/usr/bin/perl -I../lib > # > # This file is part of DKIMproxy,

Re: dkimproxy

2013-07-10 Thread Roman Kravchuk
pOrg> I wish someone would package dkimproxy for #OpenBSD ... > > > > > > I've had this sitting in mystuff/ for 2 years, just dusted it off and > > > updated it... it needs an rc.d script writing, no time to do it myself > > > at the moment, any takers? >

Re: dkimproxy

2013-07-09 Thread Gilles Chehade
On Tue, Jul 09, 2013 at 03:28:23PM +0200, Gilles Chehade wrote: > On Tue, Jul 09, 2013 at 12:29:47PM +0100, Stuart Henderson wrote: > > <@PoolpOrg> I wish someone would package dkimproxy for #OpenBSD ... > > > > I've had this sitting in mystuff/ for 2 years, just

Re: dkimproxy

2013-07-09 Thread Gilles Chehade
On Tue, Jul 09, 2013 at 12:29:47PM +0100, Stuart Henderson wrote: > <@PoolpOrg> I wish someone would package dkimproxy for #OpenBSD ... > > I've had this sitting in mystuff/ for 2 years, just dusted it off and > updated it... it needs an rc.d script writing, no time t

dkimproxy

2013-07-09 Thread Stuart Henderson
<@PoolpOrg> I wish someone would package dkimproxy for #OpenBSD ... I've had this sitting in mystuff/ for 2 years, just dusted it off and updated it... it needs an rc.d script writing, no time to do it myself at the moment, any takers? dkimproxy.tgz Description: application/tar-gz