In the dispatcher.out file in debug mode you can see that initially when the dispatcher server is started the SNMP settings are set, and the initial email alert (if any) from the dispatcher may be sent correctly.
14:01:24:994 [*] [main] - Initializing Email Notification Handler with the following parameters 14:01:24:994 [*] [main] - SMTP Host = localhost 14:01:24:994 [*] [main] - SMTP Port = 25
However, a few seconds later when the keyserver process is spawned
14:01:25:165 [*] [main] - KeyServer: T-9 minutes & Holding. Systems check:
The SMTP information shows as null and it indicates that email alerts will not be sent.
14:01:25:165 [*] [main] - Initializing Email Notification Handler with the following parameters 14:01:25:165 [*] [main] - SMTP Host = null 14:01:25:165 [*] [main] - SMTP Port = -1 14:01:25:165 [*] [main] - Email configuration not set. No notification emails will be sent
# The name of the host machine where the SMTP-compatible e-mail server resides. # # Allowed Values: # A valid hostname. # # Default Value: # None # # Dependencies: # When this parameter is set, you must also set the .smtp.port parameter. # cleartrust.keyserver.smtp.hostname=localhost # The SMTP port of the e-mail server specified by .smtp.hostname. # # Allowed Values: # A valid port number. # # Default Value: # None # # Dependencies: # When this parameter is set, you must also set the .smtp.hostname parameter. # cleartrust.keyserver.smtp.port=25 # These parameters specify the username and password of the mail account # on the SMTP e-mail server if it is necessary to log in to the e-mail server # before mail can be sent. # # Allowed Values: # A string in the form of a valid username and password for the mail account. # # Default Value: # None # # Example: # cleartrust.dispatcher.smtp.account.username=rnixon # cleartrust.dispatcher.smtp.account.password=checkers # #cleartrust.dispatcher.smtp.account.username= #cleartrust.dispatcher.smtp.account.password= # Optional parameter. Specifies the e-mail address from where # RSA Access Manager will send a message if an Authorization Server fails. # # Allowed Values: # A string in the form of a valid e-mail address. # # Default Value: # cleartrust@rsasecurity.com # # Note: # If the SMTP server filters e-mail based on the contents of the From # field, set this parameter to a value that does not cause the message # to be filtered out. # cleartrust.keyserver.smtp.from_address=administrator@localhost # Optional parameter. Specifies the e-mail address to which # RSA Access Manager sends a message to if an Authorization Server fails. # # Allowed Values: # A valid e-mail address for your RSA Access Manager network # administrator. # # Default Value: # cleartrust@rsasecurity.com # cleartrust.keyserver.admin_address=administrator@localhost