Replies: 2 comments 2 replies
-
There should be something logged in the log file if message sending fails. Do you have log entries for successful and failed mail? Error sending notification to user {0} with email {1}. Nothing has changed in the "interpolation code" for 8 years what I can see, it uses regexp to replace the $ things. Debug logging of the specific class org.ejbca.util.mail.MailSender should print a lot of details... |
Beta Was this translation helpful? Give feedback.
-
It seems so, that I have found the problem. In our system there are 2 cert expiration checker services, one for notifying users and one for notifying administrators for system certificates. The expiration checker service for administrators lost all its configurations, including the email text and the restriction just to send to the admin address. So it starts to send empty emails to users too. I have no idea, when it has lost its configuration. Maybe that happend during an upgrade. Thanks for your support, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently runnig EJBCA 8.2.0.1 Community.
The service of type "Certificate Expiration Checker" sometimes sends empty notification emails (no subject, no body).
The notification configuration contains a subject and a message. The message utilizes the following variables: ${CN}, ${expiringCert.CERTSERIAL}, ${expiringCert.CERTSUBJECTDN}, ${expiringCert.EXPIREDATE}
What could be the problem?
The same service has been running for many years without this issue.
Kind regards,
Torsten
Beta Was this translation helpful? Give feedback.
All reactions