1IPSEC_MAILKEY(8) [FIXME: manual] IPSEC_MAILKEY(8)
2
3
4
6 ipsec_mailkey - mail DNS records for Opportunistic Encryption
7
9 ipsec --me my@address.tld [--reverse 1.2.3.4 aaa]
10 [--forward hostname.domain.tld]
11
13 Mailkey is a meta-program. It generates a script which will attempt to
14 mail the TXT records required to enable Opportunistic Encryption (OE).
15
16 An e-mail address for the domainâs DNS administrator is derived from
17 SOA records. The mail body and destination address are freely editable
18 in the script.
19
20 If no administrator can be located, the output file will not be
21 executable.
22
23 The --me option sets the Reply-to: address of the mail to be sent.
24
25 The --forward hostname sets the domain name to be used for
26 initiator-only OE.
27
28 The --reverse ip-address sets the ip address to be used for full
29 Opportunistic Encryption.
30
32 ipsec mailkey --me paul@xelerance.com --forward bofh.xelerance.com
33 creates the i-OE record for use on bofh.xelerance.com.
34
35 ipsec mailkey --me paul@xelerance.com --reverse 193.110.157.17
36 creates full-OE record for use on bofh.xelerance.com´s static IP
37 address.
38
40 /etc/ipsec.secrets
41
43 ipsecshowhostkey(8),host(8)
44
46 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
47 Sam Sgro.
48
49
50
51[FIXME: source] 10/06/2010 IPSEC_MAILKEY(8)