Skip to main content

Posts

Showing posts from August, 2017

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).

How to check Linux version

RedHat Enterprise Linux (RHEL) cat /etc/redhat-release Ubuntu lsb_release -a SuSE cat /etc/os-release cat /etc/*release hostnamectl

DRAC Ports to Open on Firewall

DRAC: D ell R emote A ccess C ontroller 22 Secure Shell 23 Telnet 80 HTTP 443 HTTPS 161 SNMP (UDP) 3668 Virtual Media server 5869 Remote racadm server 5900-5901 Console Redirection

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

Install GUI for Windows Server 2012 R2

Install PowerShell One of our servers lost GUI after removing some roles. Install Powershell using this command: dism /online /enable-feature /featurename:MicrosoftPowershell /all Run Start Powershell to start Powershell, then run this command to install GUI Add-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra Install GUI

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