HP Tru64 UNIX and TruCluster Server Version 5.1.B-4 Patch Summary and Release Notes (13156)

# /sbin/init.d/advfsd stop
# /sbin/init.d/smsd stop
To restart the daemons enter the following commands:
# /sbin/init.d/advfsd start
# /sbin/init.d/smsd start
3.2.2.8 sendmail Application Size/Length Limits Can Cause Problems
When upgrading older releases of sendmail, be aware that the 5.1B version of sendmail has
MIME header/content marker size limits and message header length limits. These limits have
been added to stop a Denial of Service (DoS) attack on the sendmail server. The values default
to the following:
MIME Header Length Size = 2048 characters
MIME Content Marker Size = 1024 characters
The MaxHeadersLength value is the maximum message header length allowed and its size
can be installation dependent (the value defaults to 8192 bytes).
Some legacy applications may be affected by this security addition if the application is sending
mail messages with long lines of text and no new-line markers. These limitations may cause
sendmail to insert a carriage return at these boundaries.
To revert back to the old sendmail behavior, do the following:
1. Verify the V2/Digital header line is in the /var/adm/sendmail/sendmail.cf file. If
the line is there, proceed to step 2. If it's not there, add it above the # predifined line. For
example:
# vi sendmail.cf
############################################################
V2/Digital
## predefined
2. Add the following lines to the /var/adm/sendmail/sendmail.cf file:
O MaxMimeHeaderLength=0/0
O MaxHeadersLength=-1/-1
3. Restart sendmail
3.2.2.9 Increasing RDG max_objs Value Recommended
For certain applications where Oracle instances are running in a cluster and Memory Channel
is used as the interconnect, console messages of rdg: out of objects may occur.
Tuning the sysconfigtab value max_objs (under the rdg subsystem) can eliminate these
messages. We recommend doubling your current value.
Because this parameter is not dynamic, you can only change it by modifying the sysconfigtab
file and rebooting your system. After doing this, observe your cluster to see if the messages have
been eliminated.
You can set this value to a maximum of 50,000.
3.2 Prior Release Notes 51