System information

12
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using the ColdFusion Administrator
Last updated 2/21/2012
Mail Spool Settings area
The following table describes mail server spool settings:
Keystore Location of the Keystore containing the private key and certificate. The supported type is JKS (java key
store) and pkcs12.
Keystore Password Keystore password.
KeyAlias Alias of the key with which the certificate and private key is stored in Keystore. If it is not specified then
the first entry in the Keystore is be picked up.
KeyPassword Password with which the private key is stored. If it is not specified, KeystorePassword is used as
KeyPassword.
Verify Mail Server Connection Verifies that ColdFusion can connect to your specified mail server after you submit this form.
Even if you do not use this option, send a test message to verify that your mail server connection works.
Server Port Enter the number of the port on which the mail server is running. Contact your server administrator if
you are unsure of the appropriate port number.
Backup Mail Servers (Enterprise
Edition only)
Enter zero or more backup servers for sending SMTP mail messages. You can enter an Internet address,
such as mail.company.com, or the IP address of the mail server, such as 127.0.0.1. Separate multiple
servers with a comma.
If the mail server requires authentication, prepend the mail server with the user name and password, as
follows: username:password@mailserveraddress
To use a port number other than the default (25), specify mailserveraddress:portnumber
Maintain Connection To Mail Server
(Enterprise Edition only)
Keeps mail server connections open after sending a mail message. Enabling this option can enhance
performance when delivering multiple messages.
Connection Timeout (seconds) Enter the number of seconds that ColdFusion should wait for a response from the mail server before
timing out.
Enable SSL Socket Connections To
Mail Server
Enables SSL encryption on the connections to the mail server.
Enable TLS Connection To Mail
Server
Enables Transport Level Security (TLS) on the connection to the mail server.
Option Description
Spool Interval (Seconds) Enter the interval, in seconds, at which you want the mail server to process spooled mail.
Mail Delivery Threads
(Enterprise Edition only)
Enter the maximum number of simultaneous threads used to deliver spooled mail.
Spool Mail Messages For Delivery
To
(Memory spooling available for
Enterprise Edition only)
Routes outgoing mail messages to the mail spooler. If you disable this option, ColdFusion delivers
outgoing mail messages immediately. In ColdFusion Enterprise Edition, you can spool messages to disk
(slower, but messages persist across shutdowns) or to memory (faster, but messages do not persist).
You can override this setting in the cfmail tag.
Maximum Number Of Messages
Spooled To Memory
(Enterprise Edition only)
Enter the maximum number of messages that spool to memory before switching to disk spooling.
View Undelivered Mail Click to view undelivered mails.
Option Description