Deployment Guide
14 Configuration Guide
Credant.Server2.WindowsService.exe.Config
Remove the following section:
<!-- Web Services Configuration -->
<system.serviceModel>
<services configSource="Services.config"/>
<behaviors configSource="Behaviors.config"/>
<bindings configSource="Bindings.config"/>
</system.serviceModel>
Spring.config
Remove the following:
Remove all the <object> </object> definitions under AOP Advice, Web Service Target Definition, and Web Service
Host Definition headings.
Enable SMTP Server for License Email Notifications
If using Dell Data Protection | Cloud Edition, these settings are automated by using the Server Configuration Tool. Use
this procedure if you need to enable the SMTP Server for license email notifications for purposes outside of Dell Data
Protection | Cloud Edition.
NotificationObjects.config
To configure your SMTP server for license email notifications, modify the NotificationObjects.config file located at
<Core Server install dir>.
Modify the following:
<object name="EmailNotification" singleton="false" type="Credant.Notification.EmailNotification,
Credant.Notification"> [
Do not change this value
]
<property name="NotificationDataFactory" ref="NotificationDataFactory"/> [
Do not change this value
]
<property name="Host" value="test.dell.com"/>
<property name="Port" value="25"/>
<property name="Username" value="username"/>
<property name="Password" value="${SmtpPassword}"/> [
Do not change this value
]
<property name="Logger" ref="NotificationLogger"/> [
Do not change this value
]
</object>
Notification.config
If your email server requires authentication, modify the Notification.config file located at <Core Server install dir>.
Modify the following:
<notification>
<add key="SmtpPassword" value="your_email_server_password"/>
</notification>