Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

ADD A NEW IDEA

Clear

Ideas

Showing 451 of 8849

Inbound SMTP DDOS Detection

Inbound SMTP Intruder Detection Prevent from smtp denial of service attacks, when Domino gets bombed with inbound mail from one address. Domino stops routing mail if this happens, the error logged is: "Router: Error searching mailbox file mail*.bo...
over 1 year ago in Domino / Security 4 Assessment

Force password change after next login checkbox

Please add a policy that forces the password to be changed at the next login. The policy should be immediately broadcast to all connected HCL Notes clients so that in case of a security problem, everyone is forced to use a new password. The settin...
over 2 years ago in Domino / Security 3 Under Consideration

If there was anything in the rich text

Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching Lotus Script) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether...
about 5 years ago in Domino Designer / @Formulas 1 Under Consideration

View user log in information with IP address

By adding the ini parameter - log_sessions=2 users login information will also add the IP address from where the notes client is accessed We can see the data in the console.log or log.nsf It will be better if there is a seperate view to display th...
8 months ago in Domino / Security 0 Needs Review

Website Documents with ability to select Directories

Overview This idea is related to the way in which multiple directories in Domino can be used. Currently, Domino supports multiple Directories in the form of Directory Assistance , which allows to add multiple directories to the whole server. All s...
almost 2 years ago in Domino / Security 0 Needs Review

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
almost 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Directory ACL for HTTP access

If you have Domino server used with internet site for many clients, a requirement is configure specific folder and subfolder for every customer access. In Apache HTTP, NGINX you have this possibiliy.. in Domino, the only way is manage the security...
over 2 years ago in Domino / Security 1 Under Consideration

Internet Password History and Complexity

Password history and complexity checks are possible on notes id passwords but for internet password validation so we have to use using custom code, it would be nice to include the internet password history and complexity as part of standard Domino...
over 4 years ago in Domino / Security 1 Under Consideration

Configure the Domino HTTP server to ignore "Authorization: Bearer" headers on Domino 12.0.2

This has always worked well in Domino 10, 11 and 12.0 but now HCL has implemented an option on the internet site to use a bearer token. The problem with this option is that you then need to configure an OIDC provider which is not well documentated...
over 2 years ago in Domino / Security 3 Under Consideration

Add formulas @DocAuthorFields and @DocReaderFields

In our applications, we have lookup view column formulas like this to read a document's write access on the view level without the need to open the documents: _authorfields:=@Trim(@Transform( @DocFields; "fld"; @If(@Begins(fld;"a_") | @Begins(fld;...
almost 4 years ago in Domino Designer / @Formulas 2 Needs Review