From: Joshua Branson <jbranso@dismail.de>
To: Julien Lepiller <julien@lepiller.eu>
Cc: Joshua Branson via <help-guix@gnu.org>
Subject: Re: Troubles with opensmtpd-filter-dkimsign
Date: Tue, 03 Nov 2020 15:39:06 -0500 [thread overview]
Message-ID: <87lffixjit.fsf_-_@dismail.de> (raw)
In-Reply-To: <FF409336-18E0-4DD7-88AE-8B4131AE8592@lepiller.eu> (Julien Lepiller's message of "Tue, 27 Oct 2020 07:19:37 -0400")
I am having an issue with getting opensmtpd-filter-dkimsign to work. Is
anyone using opensmtpd-filter-dkimsign? I can't seem to find the
correct syntax.
https://notabug.org/jbranso/linode-guix-system-configuration/src/master/mail.scm
I've tried a couple of different ways. Here's the relevant bits from my
configuration.
#+BEGIN_SRC sh
# an initial attempt at getting dkim-signing to work
#this doesn't work
# filter \"dkimsign\" proc-exec \"filter-dkimsign -d gnucode.me -s 20201004 -k \
# /home/joshua/linode-guix-system-configuration/email-ssh-keys/gnucode.me.key\" \
# user joshua group joshua
#this doesn't work
# filter \"dkimsign\" proc-exec \"filter-dkimsign -d gnucode.me -s 20201004 -k /home/joshua/linode-guix-system-configuration/email-ssh-keys/gnucode.me.key\" user joshua group joshua
# this doesn't work
filter \"dkimsign\" proc-exec \"/gnu/store/z3iz3xp59ql4zbp4w06l0sqxciapg8q3-profile/libexec/opensmtpd/filter-dkimsign -d gnucode.me -s 20201004 -k /home/joshua/linode-guix-system-configuration/email-ssh-keys/gnucode.me.key\" user joshua group joshua
# listen on eth0, fairly explainatory
listen on socket # filter \"dkimsign\"
listen on eth0 tls pki mail.gnucode.me # filter \"dkimsign\"
listen on eth0 port 465 smtps pki mail.gnucode.me auth <creds>
listen on eth0 port 587 tls-require pki mail.gnucode.me auth <creds>
#+END_SRC
I'm currently not even using the opensmtpd-filter-dkimsign. I'm just
trying to get the "filter" line to work. Currently "sudo herd restart
opensmtpd" fails to restart the service, and I'm not certain why.
Thanks,
Joshua
--
Joshua Branson
Sent from Emacs and Gnus
https://gnucode.me
https://video.hardlimit.com/accounts/joshua_branson/video-channels
"You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar
next prev parent reply other threads:[~2020-11-03 20:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 6:46 Troubles with opensmtpd Joshua Branson via
2020-10-27 11:19 ` Tobias Geerinckx-Rice
2020-10-28 23:13 ` Joshua Branson
2020-10-27 11:19 ` Julien Lepiller
2020-10-28 23:10 ` Joshua Branson
2020-11-03 20:39 ` Joshua Branson [this message]
2020-11-03 21:15 ` Troubles with opensmtpd-filter-dkimsign Tobias Geerinckx-Rice
2020-11-04 0:39 ` Joshua Branson
2020-11-04 0:54 ` Joshua Branson
2020-11-04 1:20 ` Tobias Geerinckx-Rice
2020-11-03 21:22 ` Julien Lepiller
2020-11-04 0:37 ` Joshua Branson
2020-10-27 11:21 ` Troubles with opensmtpd Julien Lepiller
2020-10-27 12:21 ` Tobias Geerinckx-Rice
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lffixjit.fsf_-_@dismail.de \
--to=jbranso@dismail.de \
--cc=help-guix@gnu.org \
--cc=julien@lepiller.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.