Port details |
- opensmtpd-filter-dkimsign Library for writing opensmtpd filters
- 0.5 mail
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: mvalleton@seos.fr
 - Port Added: 2025-10-05 13:48:30
- Last Update: 2025-10-05 13:44:07
- Commit Hash: 0404ac4
- License: ISCL
- WWW:
- https://imperialat.at/dev/filter-dkimsign/
- Description:
- This filter adds a DKIM signature to emails sent through OpenSMTPd.
The rsa and ed25519 signing algorithms are supported, as well as the
simple and relaxed canonicalization algorithms.
The filter can sign emails for several domains, selecting them
according to the from-header, but can only use a single selector,
managing multiple selectors must be done at the OpenSMTPd level.
It depends on the libopensmtpd port.
An example of a minimal configuration for signing outgoing emails for
domain "example.com" and selector "_selector" would be:
filter "dkimsign" proc-exec "filter-dkimsign -d example.com -s _selector \
-k /usr/local/etc/smtpd/dkim/private.key" user _smtpd group _smtpd
And then you can apply that filter to the mail that needs to be signed:
listen on lo0 filter dkimsign
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- opensmtpd-filter-dkimsign>0:mail/opensmtpd-filter-dkimsign
- To install the port:
- cd /usr/ports/mail/opensmtpd-filter-dkimsign/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/opensmtpd-filter-dkimsign
- pkg install opensmtpd-filter-dkimsign
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opensmtpd-filter-dkimsign
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735833837
SHA256 (filter-dkimsign-0.5.tar.gz) = a5b4ec3af5ecb42351a0b5459bdd0f32c00ec55c23050b5f46dfaed8e321974b
SIZE (filter-dkimsign-0.5.tar.gz) = 23709
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libevent.so : devel/libevent
- libopensmtpd.so : mail/libopensmtpd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_opensmtpd-filter-dkimsign
- USES:
- gmake localbase ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5 05 Oct 2025 13:44:07
    |
Robert Clausecker (fuz)  Author: Matthieu Valleton |
mail/opensmtpd-filter-dkimsign: DKIM filter for OpenSMTPd
This filter adds a DKIM signature to emails sent through OpenSMTPd.
The rsa and ed25519 signing algorithms are supported, as well as the
simple and relaxed canonicalization algorithms.
The filter can sign emails for several domains, selecting them
according to the from-header, but can only use a single selector,
managing multiple selectors must be done at the OpenSMTPd level.
It depends on the libopensmtpd port.
An example of a minimal configuration for signing outgoing emails for
domain "example.com" and selector "_selector" would be:
filter "dkimsign" proc-exec "filter-dkimsign -d example.com -s _selector \
-k /usr/local/etc/smtpd/dkim/private.key" user _smtpd group _smtpd
And then you can apply that filter to the mail that needs to be signed:
listen on lo0 filter dkimsign
WWW: https://imperialat.at/dev/filter-dkimsign/
PR: 283823 |
Number of commits found: 1
|