.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "GPGMAILTUNL 1p" .TH GPGMAILTUNL 1p "2022-10-13" "perl v5.34.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" gpgmailtunl \- Encrypts an email message into the body of another email. .SH "SYNOPSIS" .IX Header "SYNOPSIS" gpgmailtunl [options] \-\-encrypt | \-\-decrypt .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBgpgmailtunl\fR is a filter program that either encrypts an email message using the Gnu Privacy Guard and sends it to another recipient or decrypt an email message and forwards unencrypted to another destination. .PP It can be used to exchange emails across an open network between two trusted systems. .SH "TYPICAL USAGE" .IX Header "TYPICAL USAGE" This program is intended to run from program like \fBprocmail\fR or \&\fBsendmail\fR to create an email tunnel between two systems. Of course this is not as secure as using \fBgpg\fR as an end user program, it may be convenient in certain case. .SH "ENCRYPTION" .IX Header "ENCRYPTION" To encapsulates an email within another you pipe the message to \&\fBgpgmailtunl\fR. .SS "\s-1OPTIONS\s0" .IX Subsection "OPTIONS" GetOptions( \e%opt, \*(L"encrypt\*(R", \*(L"decrypt\*(R", \*(L"sign\*(R", \*(L"secret\-file=s\*(R", \*(L"from=s\*(R", \*(L"to=s\*(R", \*(L"subject=s\*(R", \*(L"homedir=s\*(R", \*(L"local\-user=s\*(R", \*(L"recipient=s\*(R", ) or usage; .IP "to" 4 .IX Item "to" This is the address to which the encrypted message will be sent. This is the only required fields. .IP "recipient" 4 .IX Item "recipient" This sets the keyid that will be used to encrypt the outgoing message. If unset, \fBgpgmailtunl\fR will try to find a key matching the \fBto\fR option. .IP "subject" 4 .IX Item "subject" Sets the subject of the outgoing message. This defaults to \&\*(L"Encrypted mail\*(R". .IP "from" 4 .IX Item "from" Sets the From header line of the outgoing message which will contains the encrypted one. \fBsendmail\fR will provides a default one if this is not set. .IP "sign" 4 .IX Item "sign" If this option is used, the outgoing message will be signed. In this case you should probably use to \fBlocal-user\fR and \fBsecret-file\fR options. .IP "secret-file" 4 .IX Item "secret-file" File from which the secret to unlock the private used to sign the message can be read. .IP "local-user" 4 .IX Item "local-user" The keyid of the user that should sign the outgoing message. The default user will be used if not specified. .IP "homedir" 4 .IX Item "homedir" Sets an alternate \fBgpg\fR home directory. (This is where the keyrings are stored.) .SH "DECRYPTION" .IX Header "DECRYPTION" To extract an email to be forwarded to the final user you pipe the encrypted email to \fBgpgmailtunl\fR using the \fBdecrypt\fR switch. .PP Once decrypted, the encapsulated email message will be sent to the original destinator of the message. .SS "\s-1OPTIONS\s0" .IX Subsection "OPTIONS" .IP "homedir" 4 .IX Item "homedir" Sets an alternate \fBgpg\fR home directory. (This is where the keyrings are stored.) .IP "secret-file" 4 .IX Item "secret-file" File from which the secret to unlock the private used to decrypt the message can be read. .SH "AUTHOR" .IX Header "AUTHOR" Francis J. Lacoste .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (c) 1999, 2000 iNsu Innovations Inc. .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBgpg\fR\|(1) \fBgpgmailtunl\fR\|(1) \fBGnuPG\fR\|(3)