McAfee MEJCAE-AM-DA Product Guide - Page 104

PGP-MIMEPARSE, Default Value, PRESERVE-NAME, PUBRING, Notes, QUESTION

Page 104 highlights

Using the Configuration File Learning about the configuration file PGP-MIMEPARSE Use to instruct E-Business Server to try to parse MIME body parts. To receive messages in PGP/MIME format properly, both the message "header" and message "body" need to be input to the program. In some cases, the mail client does not save the message header. Use PGP-MIMEPARSE to tell E-Business Server that only the message body is being provided as input, and the header is missing. E-Business Server attempts to parse the message body and find the PGP/MIME information even though the header is missing. Note: This method is not completely reliable at this time. It is preferable that you include the MIME headers whenever possible. Default Value PGP-MIMEPARSE = off PRESERVE-NAME Retains the name of the originally-encrypted file during a decryption operation. Normally a decrypted file is named by the same name as the encrypted file minus the .pgp extension. If PRESERVE-NAME is set to on, the original filename, encoded in the encrypted file, is used. Default Value PRESERVE-NAME = off PUBRING You may want to keep your public keyring in a directory separate from your E-Business Server configuration file (that is, the directory specified by your PGPPATH environment variable or the PGPPATH parameter). Use the PUBRING parameter to identify the full path and filename for your public keyring. Default Value Unix PUBRING = "/pubring.pkr" For example: PUBRING = ~/mykeyrings/pubkeys.pkr Windows NT PUBRING = "\Personal\pgp\pubring.pkr" Windows 2000 PUBRING = "\My Documents\pgp\pubring.pkr" For example: PUBRING = c:\personal\keyrings\public_keys.pkr Notes The and portions of the paths must be replaced with the value of the current environment variables of the same names. You can also use this feature on the command line to specify an alternative keyring. For example, you might set the value of PUBRING as shown below. ebs --pubring pubkeys.pkr --key-list QUESTION The QUESTION parameter is used during key reconstruction to specify a prompt. We recommend that you use this parameter with extreme caution. Each user should pick 5 unique questions. If any questions are specified, then all five questions must be specified by some combination of using the QUESTION parameter in the config file, or by specifying the question on the command line by entering --question. No questions are set by default. E-Business Server™ 8.6 Product Guide 102

  • 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
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188

E-Business Server
8.6
Product Guide
102
Using the Configuration File
Learning about the configuration file
PGP-MIMEPARSE
Use to instruct E-Business Server to try to parse MIME body parts. To receive messages in PGP/MIME format
properly, both the message “header” and message “body” need to be input to the program.
In some cases, the mail client does not save the message header. Use
PGP
-
MIMEPARSE
to tell E-Business
Server that only the message body is being provided as input, and the header is missing. E-Business Server
attempts to parse the message body and find the PGP/MIME information even though the header is missing.
Note:
This method is not completely reliable at this time. It is preferable that you include the MIME headers whenever
possible.
Default Value
PGP-MIMEPARSE = off
PRESERVE-NAME
Retains the name of the originally-encrypted file during a decryption operation. Normally a decrypted file is
named by the same name as the encrypted file minus the
.pgp
extension. If
PRESERVE-NAME
is set to
on
, the
original filename, encoded in the encrypted file, is used.
Default Value
PRESERVE-NAME = off
PUBRING
You may want to keep your public keyring in a directory separate from your E-Business Server configuration
file (that is, the directory specified by your
PGPPATH
environment variable or the
PGPPATH
parameter). Use the
PUBRING
parameter to identify the full path and filename for your public keyring.
Default Value
Unix
PUBRING = “<PGPPATH>/pubring.pkr”
For example:
PUBRING = ~/mykeyrings/pubkeys.pkr
Windows NT
PUBRING = “<USERPROFILE>\Personal\pgp\pubring.pkr”
Windows 2000
PUBRING = “<USERPROFILE>\My Documents\pgp\pubring.pkr”
For example:
PUBRING = c:\personal\keyrings\public_keys.pkr
Notes
The
<PGPPATH>
and
<USERPROFILE>
portions of the paths must be replaced with the value of the current
environment variables of the same names.
You can also use this feature on the command line to specify an alternative keyring. For example, you might
set the value of
PUBRING
as shown below.
ebs --pubring pubkeys.pkr --key-list
QUESTION
The
QUESTION
parameter is used during key reconstruction to specify a prompt. We recommend that you use
this parameter with extreme caution. Each user should pick 5 unique questions.
If any questions are specified, then all five questions must be specified by some combination of using the
QUESTION
parameter in the config file, or by specifying the question on the command line by entering
--question
.
No questions are set by default.