Properties

The Properties page lists the basic options to configure the Process Director Server, which helps maximize the flexibility of Process Director. Below is the list of options available on the Properties page.

Microsoft 365 CDA Installation Settings #

Note A PDF file for end-to-end Azure/Entra configuration for all Process Director features can be found here: Configuring Azure For Process Director (PDF Download)

For Process Director v6.1.300 and higher, the product supports the use of Microsoft 365 for CDA. All prior versions can use only the third-party document editing service provided by OnlyOffice. The implementation of M365 for CDA requires several properties be configured on the Installation Settings > Properties page.

For Process Director v6.1.305 and higher, some additional properties have been added.

Requirements for using the BP Logix Default SMTP Configuration

In most cases Cloud customers configure their outgoing SMTP configuration to send email from within their own domains, using their own mail servers. For these customers, emails can continue to be sent from your domain without any additional configuration.

Customers can, however, elect to use the default SMTP host provided by BP Logix. In this configuration, Process Director uses SMTP.com to send outbound email. If you wish to use your own domain's email addresses, rather than a bplogix.com email address, you must create additional DNS records in your domain to add SPF and DKIM records before you can send mail from the system.

As part of global efforts to combat spam, many email systems have implemented stricter security to ensure emails aren't being "spoofed" which is to say, emails from one domain giving the appearance of being sent from a different domain. Spoofing is often used to disguise the actual source of a malicious email message, by using email addresses from a trusted domain, to make them look like authentic messages from a trusted email address.

To ensure that emails sent via SMTP.com can use your domain addresses, and be considered as legitimate email messages, you will need to add two DNS records to your domain's DNS settings: an SPF record and a DKIM record.

  • The SPF record tells receiving mail servers that Process Director (via SMTP.com) is authorized to send emails on behalf of your domain.
  • The DKIM record adds a digital signature to your outgoing emails, helping verify authenticity and improve email deliverability.

Please work with your DNS provider or IT team to add the DNS records below to the domain from which you wish to send emails.

SPF Record

FIELD VALUE
Record Type TXT
Content / Value v=spf1 include:_spf.smtp.com ~all

DKIM Record (Standard)

FIELD VALUE
Record Type CNAME
Host Name smtpkey._domainkey.yourdomain.com
Content / Value smtpcustomer._domainkey.smtpsend.com

DKIM Record (GoDaddy)

If your domain is hosted on GoDaddy, use the following DKIM configuration instead of the standard one above.

FIELD VALUE
Record Type CNAME
Host Name smtpmail._domainkey (your domain is assumed)
Content / Value smtpcustomer._domainkey.smtpsend.com

Without creating the appropriate SPF and DKIM records, your outgoing email messages will be rejected.