McAfee MEJCAE-AM-DA Product Guide - Page 120

E-Business Server supports AUTH LOGIN authentication., E-Business Server configuration file. See

Page 120 highlights

Using Command-Line Options --ftp-pathname --output --passphrase --passphrase-fd --sda --secure-viewer --sign --sign-with --smtp --smtp-port --smtp-server --smtp-username --smtp-password --smtp-sender Specifies which directory E-Business Server transfers the encrypted data to. E-Business Server uses this pathname to determine a name for the transferred file. If the directory path you use ends with a "/" character, for instance, then E-Business Server creates the final file name by appending the local file name to the specified directory name. For instance, "/test/ebs/" would create an encrypted file using the local filename, and located in the ebs directory. If the directory path does not end in a "/" character, then E-Business Server takes the last portion of the path and uses that as the final file name. For instance, "/test/ebs" would create an encrypted file called ebs in the directory test. Specifies the file where you want the encrypted information to be saved. With this option, you can also add --overwrite, which tells E-Business Server to automatically overwrite an existing file by the same name without prompting. Use --output - to encrypt data to standard out. Specifies the passphrase for signing. If the passphrase contains spaces, then it must be enclosed in quotes. Specifies the file descriptor for reading your passphrase from a file handle. Creates a self-decrypting archive (SDA) containing the encrypted files. Add the --discard-paths option to strip any relative path information from the files you want to include in the archive. Upon decryption, the files are placed in the current directory, instead of in subdirectories of the current directory. Specifies that the recipient's decrypted plaintext be shown only on the recipient's screen and not saved to disk. Signs a message before encrypting it. By default, the key specified by the DEFAULT-KEY parameter in the configuration file is used. Specifies a specific key you want to sign with. You can specify the user ID or key ID. Tells E-Business Server to email the encrypted data to a target you specify using additional smtp options. E-Business Server does not leave a copy of the encrypted file on the local computer when you use the SMTP feature. The only copy is the one sent via email to the recipient(s) you specify. Note that you can specify default values for all --smtp modifiers in the E-Business Server configuration file. See Using the Configuration File on page 86. Specifies a port to connect to on the your SMTP mail server. If you do not list a port, E-Business Server uses port 25 by default. Specifies the host name or IP address of your target SMTP mail server. You must include --smtp-server whenever using --smtp. (Use only if your SMTP mail server requires authentication.) Specifies the user name that E-Business Server uses to authenticate itself with your SMTP mail server. E-Business Server supports "AUTH LOGIN" authentication. (Use only if your SMTP mail server requires authentication.) Specifies the password that E-Business Server uses to authenticate itself with your SMTP mail server. E-Business Server supports "AUTH LOGIN" authentication. Specifies the email address that E-Business Server uses for the "From:" field of the resulting email message. This address must use the format [email protected]. You must include --smtp-sender whenever using --smtp. E-Business Server™ 8.6 Product Guide 118

  • 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
118
Using Command-Line Options
--ftp-pathname
Specifies which directory E-Business Server transfers the encrypted data to.
E-Business Server uses this pathname to determine a name for the transferred
file. If the directory path you use ends with a “/” character, for instance, then
E-Business Server creates the final file name by appending the local file name
to the specified directory name. For instance, “
/test/ebs/
” would create an
encrypted file using the local filename, and located in the
ebs
directory.
If the directory path does not end in a “/” character, then E-Business Server
takes the last portion of the path and uses that as the final file name. For
instance, “
/test/ebs
” would create an encrypted file called
ebs
in the directory
test
.
--output
Specifies the file where you want the encrypted information to be saved. With
this option, you can also add
--overwrite
, which tells E-Business Server to
automatically overwrite an existing file by the same name without prompting.
Use --output - to encrypt data to standard out.
--passphrase
Specifies the passphrase for signing. If the passphrase contains spaces, then it
must be enclosed in quotes.
--passphrase-fd
Specifies the file descriptor for reading your passphrase from a file handle.
--sda
Creates a self-decrypting archive (SDA) containing the encrypted files. Add the
--discard-paths option to strip any relative path information from the files you
want to include in the archive. Upon decryption, the files are placed in the
current directory, instead of in subdirectories of the current directory.
--secure-viewer
Specifies that the recipient’s decrypted plaintext be shown only on the
recipient’s screen and not saved to disk.
--sign
Signs a message before encrypting it. By default, the key specified by the
DEFAULT-KEY parameter in the configuration file is used.
--sign-with
Specifies a specific key you want to sign with. You can specify the user ID or key
ID.
--smtp
Tells E-Business Server to email the encrypted data to a target you specify using
additional
smtp
options.
E-Business Server does not leave a copy of the encrypted file on the local
computer when you use the SMTP feature. The only copy is the one sent via
email to the recipient(s) you specify.
Note that you can specify default values for all
--smtp
modifiers in the
E-Business Server configuration file. See
Using the Configuration File
on
page 86
.
--smtp-port
Specifies a port to connect to on the your SMTP mail server. If you do not list a
port, E-Business Server uses port 25 by default.
--smtp-server
Specifies the host name or IP address of your target SMTP mail server.
You must include
--smtp-server
whenever using
--smtp
.
--smtp-username
(Use only if your SMTP mail server requires authentication.)
Specifies the user name that E-Business Server uses to authenticate itself with
your SMTP mail server.
E-Business Server supports "AUTH LOGIN" authentication.
--smtp-password
(Use only if your SMTP mail server requires authentication.)
Specifies the password that E-Business Server uses to authenticate itself with
your SMTP mail server.
E-Business Server supports "AUTH LOGIN" authentication.
--smtp-sender
Specifies the email address that E-Business Server uses for the “From:” field of
the resulting email message. This address must use the format
You must include
--smtp-sender
whenever using
--smtp
.