Skip to main content

Posts

Showing posts with the label IBM Domino

IBM Domino: Install a hotfix on RHEL

Reference:  http://www-01.ibm.com/support/docview.wss?uid=swg21381950 The hotfix installation MUST be run as root (sudo root is not recommended). Shut down all Domino server partitions. All Domino server partitions must be shutdown during the hotfix installation. Example of install FP7 on RHEL. tar -xvf  ./domino901FP7_linux64_x86.tar Set NUI_NOTESDIR environmental variable and run install NUI_NOTESDIR=/opt/ibm/domino/ export NUI_NOTESDIR ./install Login as notes to start server su notes cd /local/notesdata /opt/ibm/domino/bin/server

IBM Domino: Check history change of mail file

Check who and when changed a mail file in IBM Domino. IBM Domino: Open Access Control List of mail file IBM Domino: Check history change of mail file

IBM Domino: Exprired password

Your account is locked out if you do not change your expired password. IBM Notes: Password is expired Account is locked out when password is expired Example of password policy

IBM Domino: Set maximum message size

How to set maximum message size to 4MB (4096KB), then use telnet to verify setting. Check gmail limit size telnet smtp.gmail.com 25 EHLO practice You can replace 'practice' with any hostname. 250-SIZE 35883577 means the maximum message size is 35883577 bytes. In reality, when creating an empty message in gmail and attach an exact 25MBytes (26214400Bytes) file, then send out. The generated message size is up to 35876118Bytes (~34.214MBytes).

IBM Domino: Start and Stop Router, IMAP, POP3, SMTP Services

tell router quit load router tell imap quit load imap tell pop3 quit load pop3 tell smtp quit load smtp

IBM Domino: Stop and Start Server

It is so easy to stop and start IBM Domino mail server [on your test bed]. quit : stop mail server restart server : stop, wait for 10 seconds, and [automatically] start mail server To start the Web server manually, run command load http at the console. load http To stop the Web server , run tell http quit at the console. tell http quit

IBM Domino: Enable SMTPClientDebug, SMTPDebug

Add parameters to NOTES.ini SMTPClientDebug=1 SMTPDebug=2 Option 1: Add parameters via GUI IBM Domino: Enable SMTPDebug in NOTES.ini Option 2: Add parameters via command SET CONFIG "SMTPClientDebug=1" update Run command to update router configuration tell router update config IBM Domino: tell router update config to update configuration and reload routing table Send an email to @gmail.com to check result IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file

IBM Domino: How to enable HTTP Request logging in Domino

http://www-01.ibm.com/support/docview.wss?uid=swg21099151 Technote (FAQ) Question How do you enable HTTP request logging when using a Lotus® Domino® Web server? You want a record of all requests sent by Web browsers to the Domino server to use for troubleshooting. Answer Below is a short guide to turning on request logging that provides the basic logging level. More verbose logging can be enabled by following the instructions in  "Overview of HTTP Request Logs" (#7003598) . Important:  HTTP request logging should be used only for troubleshooting specific issues, and usually at the direction of and with assistance from IBM Support. Do not use request logging for other purposes, such as administrative reasons. Because these log files grow in size over time, you should not leave this setting enabled for long periods or you will exhaust the available drive space. To enable logging of HTTP requests for a Domino server for the current HTTP session only, enter the f...