Specify a Mail Server - Administrator

The Meridian application server can be linked to an SMTP server. The SMTP server will be used to deliver workflow status messages, subscription notification messages, and to deliver documents sent via email from PowerUser. The mail server can reside inside or outside of your corporate domain.

More about configuring when notification messages are sent in Email Notifications.

ClosedSpecify One Mail Server for all Vaults

  1. In the Meridian Enterprise Administrator, click EDM Server in the left pane.

    The active vaults are listed in the right pane.

  2. From the Action menu, select Properties.

    The EDM Server Properties dialog appears.

  3. Click Settings.

  4. In the Mail server group, click the SMTP parameters hyperlink.

    The SMTP Parameters dialog appears.

  5. Click options or type values using the descriptions in the SMTP server parameters table.

  6. Click OK.

    The parameters you specified are concatenated together into a single string in the SMTP parameters text box.

  7. Click OK.

SMTP server parameters
Option Description
Host

The IP address of the SMTP server.

Port

The IP port number on which to communicate with the SMTP server. Port 25 is used by default.

SenderAddress

An optional email address of the notifications sender. This address will receive any replies to notifications. Set to the email address of the workflow manager.

SenderName

The optional name of the notifications sender. This should be the name of the person to whom notification replies will be sent.

Enable SSL/TLS Select this option to use Secure Sockets Layer (SSL) or Transport Layer Security (TLS) communications with the SMTP server. SSL/TLS is not used by default. To use this option, the mail server requires TLS 1.2.
Auth Type

Specify the authentication type used by the SMTP server (such as Basic, Digest, or Password).

UserName

The user account to be used for authentication with the SMTP server.

If notifications do not work with this account, the account under which the Enterprise Server service runs might need to be changed with the DCOMCNFG tool to an account that is more compatible with the SMTP server. By default, the service runs under the Local System account but it might need to be changed to Network Service or a logged on domain account, for example.

Password The password to be used for authentication with the SMTP server.

Retries

The number of retry attempts that the Meridian Application Server will make if an email notification fails. The default value is 3, and the maximum value is 20.

This value is stored as part of the MailServerParameters setting in the HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\Installed DataStores\<vaultname> registry key.

Retry Delay

The interval in seconds between each retry attempt. Insert a value between 3 and 600 seconds.

ClosedSpecify Different Mail Server per Vault

2024