Skip to main content

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

Popular posts from this blog

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