Revision 47, 2022-12-16 11:26:53 +0100 (Fri, 16 Dec 2022)

This commit is contained in:
Jeroen Janssen 2023-08-27 11:48:33 +02:00
commit 7df7cb0b6d
No known key found for this signature in database
GPG key ID: 7C7028F783798BAB
7 changed files with 4275 additions and 0 deletions

32
filter-dkimverify.8 Normal file
View file

@ -0,0 +1,32 @@
.\" $OpenBSD$
.\"
.\" Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate$
.Dt FILTER-DKIMVERIFY 8
.Os
.Sh NAME
.Nm filter-dkimverify
.Nd verifies dkim signature of messages
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
verifies the dkim signatures of messages and adds an Authentication-Results
header to the message.
.Sh SEE ALSO
.Xr filter-admdscrub 8
.Xr filter-dkimsign 8
.Xr smtpd 8