On 5/10/24 01:57, Matthieu Herrb wrote:
> Hi
>
>
> I use dkimpproxy on my outgoing e-mail.
>
> 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...
>
> Make aboutmy.email (and other checkers) happier, and hopefully less
> rejects by hotmail/google and co...
>
> comments? ok?


makes sense

OK aisha


>
> Index: Makefile
> ===================================================================
> RCS file: /local/cvs/ports/mail/dkimproxy/Makefile,v
> diff -u -p -u -r1.8 Makefile
> --- Makefile  7 Nov 2023 14:19:36 -0000       1.8
> +++ Makefile  10 May 2024 05:51:47 -0000
> @@ -1,7 +1,7 @@
>  COMMENT =            SMTP proxy to verify or add DKIM signatures
>  
>  DISTNAME =           dkimproxy-1.4.1
> -REVISION =           3
> +REVISION =           4
>  
>  CATEGORIES =         mail
>  
> Index: patches/patch-scripts_dkimproxy_out_conf_example
> ===================================================================
> RCS file: patches/patch-scripts_dkimproxy_out_conf_example
> diff -N patches/patch-scripts_dkimproxy_out_conf_example
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-scripts_dkimproxy_out_conf_example  10 May 2024 05:51:47 
> -0000
> @@ -0,0 +1,15 @@
> +Default to rsa-sha256 
> +https://www.rfc-editor.org/rfc/rfc6376#section-3.3
> +
> +Index: scripts/dkimproxy_out.conf.example
> +--- scripts/dkimproxy_out.conf.example.orig
> ++++ scripts/dkimproxy_out.conf.example
> +@@ -8,7 +8,7 @@ relay     127.0.0.1:10028
> + domain    example.org
> + 
> + # specify what signatures to add
> +-signature dkim(c=relaxed)
> ++signature dkim(a=rsa-sha256,c=relaxed)
> + signature domainkeys(c=nofws)
> + 
> + # specify location of the private key
>

Reply via email to