]> git.ipfire.org Git - thirdparty/strongswan.git/blob - programs/mailkey/mailkey.8
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / programs / mailkey / mailkey.8
1 .TH IPSEC_MAILKEY 8 "21 Feb 2002"
2 .\" RCSID $Id: mailkey.8,v 1.1 2004/03/15 20:35:28 as Exp $
3 .SH NAME
4 ipsec mailkey \- mail DNS records for Opportunistic Encryption
5 .SH SYNOPSIS
6 .B ipsec
7 .B mailkey
8 \-\-me
9 my@address.tld
10 [
11 .B \-\-reverse
12 1.2.3.4
13 ] [
14 .B \-\-forward
15 hostname.domain.tld
16 ]
17 .SH DESCRIPTION
18 .I mailkey
19 is a meta-program. It generates a script which will attempt to mail the TXT
20 records required to enable Opportunistic Encryption (OE).
21 .PP
22 An e-mail address for the domain's DNS administrator is derived from SOA records.
23 The mail body and destination address are freely editable in the script.
24 .PP
25 If no administrator can be located, the output file will not be executable.
26 .PP
27 .TP
28 \fB\-\-me\fP\ \fImy@address.tld\fP
29 set the Reply-To: address of the mail to be sent.
30 .TP
31 \fB\-\-forward\fP\ \fIhostname.domain.tld\fP
32 the domain name to be used for initator-only OE.
33 .TP
34 \fB\-\-reverse\fP\ \fI1.2.3.4\fP
35 the IP address to be used for full Opportunistic Encryption.
36 .PP
37 Only one of --forward or --reverse may be specified.
38 .SH FILES
39 .nf
40 /etc/ipsec.secrets
41 .fi
42 .SH SEE ALSO
43 ipsec_showhostkey(8), host(8)
44 .SH HISTORY
45 Written for the Linux FreeS/WAN project <http://www.freeswan.org> by Sam Sgro.
46 .SH BUGS
47 May produce indeterminate results when processing non-routable IPs.