Set maximum message size in Linux Sendmail.

Technical Q&A involving operating systems, networking, software, and hardware issues.

Moderator: jasonb

Post Reply
User avatar
jasonb
Site Administrator
Posts: 105
Joined: Tue Apr 22, 2003 1:54 pm
Location: Toronto, Canada
Contact:

Set maximum message size in Linux Sendmail.

Post by jasonb »

In newer version of sendmail you can modify the MaxMessageSize setting in the sendmail.cf file.

In older versions, that do not support this, you can add the following to the file:

Ob/5000000

The above will limit the message size to 5M.
Post Reply