Squirrel – The Internet Mail Collector for IBM Domino
There is no built-in function in IBM Domino to collect messages from an Internet mail server and to forward them to the user mail database. This server add-in allows the…
Publish IBM Domino Contact Birthdays in iCalendar Format
Inspired by an article from Mat Newman, I have created a small enhancement for the users mail database. It consists of two Notes design elements (one view and one Java agent)…
Automatic Re-Sync of Domino DAOS Catalog
For a proper operation, the Domino DAOS catalog should always be in „SYNCHRONIZED“ state. If for any reason the state changes to „NEEDS RESYNC“, you need to enter the console…
Publish IBM Domino Calendar Entries in iCalendar Format
Inspired by an article from Mat Newman, I have created a small enhancement for the users mail database. It consists of two Notes design elements (one view and one Java agent)…
Support SSL/TLS Java connections with RSA >2048 on IBM Domino
When executing Java code on the Domino server to connect to an SSL/TLS site, you may encounter errors, such as The problem is that the IBM Domino server (at least…
Create IBM Domino keyring file with SHA-256 signed certificates
The following article my help you with the creation of SHA-256 keyring files for IBM Domino. Step 1: Verify prerequisites IBM Domino 9.0.1 FP2 IF1 or higher (for SHA-256 support)…
Troublehooting POP3 Collect connection problems
Problem The Domino server POP3 Collect addin shows the error Cause The POP3 Collect addin Java task is unable to establish a connection to the configured POP3 server. Solution Check…
Manage multiple Java versions in Mac OS X
Apple does no longer provide Java Runtime Environments (JRE) or Java Development Kits (JDK) for Mac OS X. The last JRE from Apple was version 1.6 (Java 6). If you…
Disable OS X Spotlight indexing for removable medias
The indexing function in OS X called Spotlight does a great job finding things on your workstation. But sometime, you may like to exclude removable medias, such as USB memory…
Create email message with a specific sender under IBM Domino
Normally, when an agent sends a message under Domino, the sender field is set to the signer of the Domino agent. There are tons of articles in the Internet about…
Add a root certificate to IBM Domino JVM keystore
Sometimes it is necessary to add a root certificate to the Domino JVM (Java Virtual Machine) keystore file. This can easily be done with the already installed tool „IBM Key Management“:…
Show used SSL/TLS certificates for a given server
If you need to check which SSL/TLS certificates a given server is using, you may issue the „openssl“ command in Mac OS X. Example: In this example, the openssl command…
How to import a wildcard SSL certificate (PFX/P12) into IBM Domino
Sometimes, it is quite complicated to import a wildcard SSL certificate into an IBM Domino keyring file. This happened to me with certificates from StartCom. Since the Domino Server Certificate…
Java Tip: Call the Java Garbage Collector when needed
For long running Java code, which makes heavy use of dynamic memory, you may end up with out-of-memory errors due to a memory shortage of the heap space. The following…
JAddin – Java Toolkit for IBM Domino Server Add-in
Do you need to write an add-in for IBM Domino server in Java? The JAddin framework is a thin and easy to use layer between the Domino RunJava task and…
Domino POP3 Collect Add-In Task
The POP3 Collect add-in is no longer under active development and support. Please see the replacement project: Squirrel – The Internet Mail Collector for IBM Domino
Domino Server Statistic Inspector (StatInspector)
The Domino Server Statistic Inspector (StatInspector) is a small server Java addin, which monitors the server statistics based on user definable probe documents and creates alert documents when needed. Background…
