Xerox DocuShare Support & Software Guida All'Installazione

Pagina di 12
SSL or TLS certificate
Xerox® DocuShare®
DocuShare Print and Email Setup and User Guide
8
To enable the SMTP server for the print feature TLS, add the line: 
print_smtp_type=SMTP-TLS.
3.
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.
4.
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.
5.
Copy the SSL or the TLS certificate file into the $DSHOME/jdk/bin folder.
6.
From a DOS window, run keytool -import -trustcacerts -file you_mail_server.cer -alias 
mykey -keystore ../jre/lib/security/dstruststore
.
7.
Enter password at the password prompt.
8.
At the prompt, reply yes.
9.
Start DocuShare.
10.
Make sure the server is enabled for SSL or TLS by opening the log file and searching for the 
following lines: 
MobilePrintActionImp.sendMail() Infor:SMTP-SSL indicates that SMTP-SSL is enabled.
MobilePrintActionImp.sendMail() Infor: SMTP-TLS indicates that SMTP-TLS is enabled.
If neither line appears in the log, that indicates that neither SSL nor TLS is enabled.