opensmtpd-filter-dkimsign adds a dkim signature to the email message.
It supports the rsa and ed25519 signing algorithms.
mandoc is needed only at build time.
It is recommended to run filter-dkimsign as a non root user. For
example, create a user and group "_dkimsign" (this name has come from
an example in smtpd.conf(5)):
groupadd -g 376 _dkimsign
useradd -u 376 -g 376 -s /sbin/nologin -M _dkimsign
The private key must be readable by this user.
This requires: mandoc, libopensmtpd
Maintained by: Alexander Verbovetsky
Keywords: opensmtpd,mail,smtpd,openbsd,sendmail,dkim,smtp,lmtp,exim,postfix
ChangeLog: opensmtpd-filter-dkimsign
Homepage:
https://imperialat.at/dev/filter-dkimsign/
Download SlackBuild:
opensmtpd-filter-dkimsign.tar.gz
opensmtpd-filter-dkimsign.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
opensmtpd-filter-dkimsign.SlackBuild |
opensmtpd-filter-dkimsign.info |
slack-desc |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds