Patch-ID# 114137-10
Download this patch from My Oracle Support
Your use of the firmware, software and any other materials contained
in this update is subject to My Oracle Support Terms of Use, which
may be viewed at My Oracle Support.
|
For further information on patching best practices and resources, please
see the following links:
|
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
Keywords: security sendmail .forward vacation.c parsing
Synopsis: SunOS 5.9_x86: sendmail Patch
Date: Mar/04/2008
Install Requirements: See Special Install Instructions
Reboot after installing this patch to activate the changes delivered. An alternative may be specified in the Special Install Instructions.
Solaris Release: 9_x86
SunOS Release: 5.9_x86
Unbundled Product:
Unbundled Release:
Xref: This patch available for SPARC as patch 113575
Topic: SunOS 5.9_x86: sendmail Patch
Relevant Architectures: i386
Bugs fixed with this patch:
Changes incorporated in this version: 6258349 6419990 6563321
Patches accumulated and obsoleted by this patch:
Patches which conflict with this patch:
Patches required with this patch:
Obsoleted by:
Files included with this patch:
/etc/mail/helpfile
/etc/mail/main.cf
/etc/mail/sendmail.cf
/etc/mail/submit.cf
/etc/mail/subsidiary.cf
/usr/bin/mailcompat
/usr/bin/mailq
/usr/bin/mailstats
/usr/bin/mconnect
/usr/bin/praliases
/usr/bin/vacation
/usr/lib/mail.local
/usr/lib/mail/README
/usr/lib/mail/cf/Makefile
/usr/lib/mail/cf/main.cf
/usr/lib/mail/cf/submit.cf
/usr/lib/mail/cf/submit.mc
/usr/lib/mail/cf/subsidiary.cf
/usr/lib/mail/cf/subsidiary.mc
/usr/lib/mail/feature/access_db.m4
/usr/lib/mail/feature/bitdomain.m4
/usr/lib/mail/feature/conncontrol.m4
/usr/lib/mail/feature/dnsbl.m4
/usr/lib/mail/feature/domaintable.m4
/usr/lib/mail/feature/enhdnsbl.m4
/usr/lib/mail/feature/genericstable.m4
/usr/lib/mail/feature/greet_pause.m4
/usr/lib/mail/feature/ldap_routing.m4
/usr/lib/mail/feature/local_lmtp.m4
/usr/lib/mail/feature/mailertable.m4
/usr/lib/mail/feature/msp.m4
/usr/lib/mail/feature/mtamark.m4
/usr/lib/mail/feature/ratecontrol.m4
/usr/lib/mail/feature/use_client_ptr.m4
/usr/lib/mail/feature/uucpdomain.m4
/usr/lib/mail/feature/virtusertable.m4
/usr/lib/mail/m4/cfhead.m4
/usr/lib/mail/m4/proto.m4
/usr/lib/mail/m4/version.m4
/usr/lib/mail/mailer/local.m4
/usr/lib/sendmail
/usr/lib/smrsh
/usr/sbin/editmap
/usr/sbin/makemap
Problem Description:
6258349 RFE: mail.local should support large files
6419990 sendmail fails on a large (> 2TB) file-system
6563321 mail command fails with fifofs attr vattr.va_nodeid hitting max value
(from 114137-09)
6568603 mail.local leaks memory
(from 114137-08)
6476317 mail.local -b option needs work
(from 114137-07)
6458595 upgrade sendmail to 8.13.8
(from 114137-06)
6424201 sendmail MIME multipart nesting issue
(from 114137-05)
6209101 upgrade sendmail to 8.13.2
5063431 upgrade sendmail to 8.13
6403183 vacation's clogged drain makes sendmail think a pipe is broken
4981319 upgrade sendmail to 8.12.11
5086978 upgrade sendmail to 8.13.1
6242365 upgrade sendmail to 8.13.4
6326006 upgrade sendmail to 8.13.5
6401629 upgrade sendmail to 8.13.6
6397275 sendmail signal handling race condition
4975106 sendmail decodes base64 messages improperly if a line starts with "."
4509017 sendmail uses old-style loops for close/fcntl over fd space
6215377 sendmail has MX follow-up issue when getting error reply on connection open
6223059 sendmail bouncing message with 'cataddr: string too long'
6314932 sendmail does not deal well with mixed environment: external DNS / internal routing
4960609 sendmail should work with LC_MESSAGES=C
5070217 FallbackSmartHost needs to work with dns as a method for hosts
(from 114137-04)
4924036 upgrade sendmail to 8.12.10
(from 114137-03)
4839833 upgrade sendmail to 8.12.9
4835344 address parsing issue
4826809 minor follow-up fixes for sendmail 8.12.8 needed
(from 114137-02)
4808977 upgrade sendmail to 8.12.8
4798135 upgrade sendmail to 8.12.7
4809539 header parsing issue
(from 114137-01)
4756570 sendmail doesn't handle some .forward constructs correctly
4706608 mail.local.c uses unsafe functions()
4706596 unsafe string functions are used in sendmail auxiliary programs
4706660 result of malloc() not checked in nisedit.c and nisplus.c
4706632 vacation.c uses unsafe functions
4697068 vacation should ignore case differences in domain part of sender addresses
4737586 upgrade sendmail to 8.12.6
4728227 sendmail "Sun hacks" code uses unsafe string function
Patch Installation Instructions:
--------------------------------
For Solaris 2.0-2.6 releases, refer to the Install.info file and/or
the README within the patch for instructions on using the generic
'installpatch' and 'backoutpatch' scripts provided with each patch.
For Solaris 7-10 releases, refer to the man pages for instructions
on using 'patchadd' and 'patchrm' scripts provided with Solaris.
Any other special or non-generic installation instructions should be
described below as special instructions. The following example
installs a patch to a standalone machine:
example# patchadd /var/spool/patch/104945-02
The following example removes a patch from a standalone system:
example# patchrm 104945-02
For additional examples please see the appropriate man pages.
Special Install Instructions:
-----------------------------
NOTE 1: It is necessary to restart sendmail after the patch
installation in order to be running with the latest
version of sendmail included in this patch. Execute
the following commands as root.
# /etc/init.d/sendmail stop
# /etc/init.d/sendmail start
NOTE 2: If you have not modified the /etc/mail/sendmail.cf and
/etc/mail/submit.cf files, then the patch installation
will overwrite these files with the new versions.
If you no longer wish to use the default configuration
then refer to the /usr/lib/mail/README file on how to
customize these files.
Review the contents of /etc/mail to determine if any
config files added by this patch need to be merged with
existing config files.
NOTE 3: To get complete bug fixes for BugIds, 6258349 (RFE: mail.local should
support large files), 6419990 (sendmail fails on a large (> 2TB)
file-system) and 6563321 (mail command fails with fifofs attr
vattr.va_nodeid hitting max value), please also install the following
patches:
136909-01 ( or greater) SunOS 5.9_x86: aliasadm Patch
README -- Last modified date: Friday, November 9, 2012