-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
dkimproxy: init at 1.4.1 #26147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dkimproxy: init at 1.4.1 #26147
Conversation
description = "SMTP-proxy that signs and/or verifies emails"; | ||
homepage = http://dkimproxy.sourceforge.net/; | ||
license = licenses.gpl2Plus; | ||
maintainers = [ ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to maintain this package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I'd have thought buildPerlPackages
did more than just adding perl
in buildInputs
, thanks for the simplification!
As for maintaining, I can maintain it. Pushing a commit that adds me as maintainer right now. :)
It turns out
As I don't really know the perl infrastructure in nixos (and not much more perl, actually), I don't know of any other way of fixing this than by going back to |
OK so it looks like I failed my test process and the issue is not the switch between I don't really know how I got to this, but will try pushing a corrected version as soon as possible. |
Here it is, I guess my overriding the Now |
Thanks! |
Motivation for this change
OpenSMTPD not supporting OpenDKIM but only dkimproxy (for the time being), dkimproxy may prove useful.
Note: I have just tested the executable appears to build at the moment, not yet that it works, not having yet a fully functional OpenSMTPD setup. The package builds on NixOS with sandboxing, and all executables appear to run without obvious errors. I'll come back after having finished setting up an OpenSMTPD using it if that's required for merging.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)