forked from argrath/policyd-spf-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicyd-spf-fs.1
More file actions
67 lines (62 loc) · 1.52 KB
/
policyd-spf-fs.1
File metadata and controls
67 lines (62 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.\" Hey, EMACS: -*- nroff -*-
.TH POLICYD-SPF-FS 1 "September 11, 2007"
.SH NAME
policyd-spf-fs \- policy daemon for postfix to check spf records
.SH SYNOPSIS
.B policyd-spf-fs
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B policyd-spf-fs
command.
.PP
\fBpolicyd-spf-fs\fP is a policy daemon for postfix to check spf records
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-\-help
Show summary of options.
.TP
.B \-\-version
Show version of program.
.TP
.B \-\-debug [debug level]
debug level.
.TP
.B \-\-local <SPF mechanisms>
Local policy for whitelisting.
.TP
.B \-\-trusted <0|1>
Should trusted-forwarder.org be checked?
.TP
.B \-\-guess <SPF mechanisms>
Default checks if no SPF record is found.
.TP
.B \-\-default-explanation <str>
Default explanation string to use.
.TP
.B \-\-max-lookup <number>
Maximum number of DNS lookups to allow
.TP
.B \-\-sanitize <0|1>
Clean up invalid characters in output?
.TP
.B \-\-name <domain name>
The name of the system doing the SPF checking
.TP
.B \-\-override <...>
Override SPF records for domains
.TP
.B \-\-fallback <...>
Fallback SPF records for domains
.SH SEE ALSO
.BR
SPF RFC 4408,
.BR
Postfix SMTP Access Policy Delegation http://www.postfix.org/SMTPD_POLICY_README.html.
.br
.SH AUTHOR
policyd-spf-fs was written by Matthias Cramer, <cramer@freestone.net>