DocuShare Print and Email Readme
|
|
DocuShare Print and Email language packs |
If you installed the DocuShare French, German, or Spanish language pack on your server, download and install the appropriate DocuShare Print and Email language pack from the Xerox DocuShare Support & Software site (http://www.support.xerox.com/support/xerox-docushare/software/enus.html). |
|
How to Install SSL or TLS Certificates |
- Stop DocuShare.
- Obtain a certificate file from an SMTP mail vendor, by going to http://slproweb.com/products/Win32OpenSSL.html and downloading the Windows version of openssl.
- Install openssl in the C:\OpenSSL-Win32 folder.
- Open a DOS command window and run:
- Run one of the following commands to obtain either an SSL or a TLS certificate:
- For an SSL certificate, run C:\OpenSSL-Win32\bin>openssl s_client -connect <your smtp server address:your smtp server port> -showcerts.
- For a TLS certificate, run C:\OpenSSL-Win32\bin>openssl s_client -connect <your smtp server address:your smtp server port> -starttls smtp -showcerts.
- Open the certificate file and copy the text starting with -----BEGIN CERTIFICATE----- and ending with -----END CERTIFICATE-----, and save it as a text file.
NOTE: If there is a multiple certificate chain, copy and save each certificate into individual files; such as yyy1.cer, yyy2.cer, etc.
- Continue with the next section of these instructions to enable SSL or TLS.
|
|
How to Enable SSL or TLS for Print and Email |
- Open the PrintEmail.properties file.
- Add one (not both) of the following lines of code to the file:
- To enable the SMTP server for the print feature SSL, add the line: print_smtp_type=SMTP-SSL.
- To enable the SMTP server for the print feature TLS, add the line: print_smtp_type=SMTP-TLS.
- Add one (not both) of the following lines of code to the file:
- To enable the SMTP server for the email feature SSL, add the line: email_smtp_type=SMTP-SSL.
- To enable the SMTP server for the email feature TLS, add the line: email_smtp_type=SMTP-TLS.
- If the SMTP server requires "From" address verification, add the line email_smtp_sender= and set the value according to the following information:
- If a mail relay server is configured for local email domains, set email_smtp_sender= to NO. Email will be delivered with "From" set to the user's email address.
- If a mail relay server cannot be configured, set email_smtp_sender= to AGENT. Email will be delivered with "From" set to the system email address. Please note that the print feature will not work in this configuration.
- Copy the SSL or the TLS certificate file into the $DSHOME/jdk1.6.0/bin folder.
- From a DOS window, run keytool -import -trustcacerts -file you_mail_server.cer -alias mykey -keystore ../jre/lib/security/dstruststore.
- Enter password at the password prompt.
- At the prompt, reply yes.
- Start DocuShare.
- Make sure the server is enabled for SSL or TLS by opening the log file and searching for the following lines:
|
|
© 2012 Xerox Corporation. All rights reserved. |