Patch-ID# 100377-03 Keywords: matching, wildcard, sendmail.mx, forward, uid's greater than 32767 Synopsis: SunOS 4.1;4.1.1: Sendmail.mx doesn't recognize wildcard , forward uid's big Date: 3-13-92 SunOS release: 4.1 4.1.1 Topic: sendmail wildcard fix and uid greater than 32k BugId's fixed with this patch: 1056203,1030087,1068637 Architectures for which this patch is available: sun3, sun3x, sun4, sun4c Patches which may conflict with this patch: Obsoleted by: Problem Description: Bug ID: 1056203 --------------- Take for example, viewlogic.com. IN MX 10 suntan.viewlogic.com. *.viewlogic.com. IN MX 10 suntan.viewlogic.com. If the system runs sendmail.mx when it comes to a site that has MX records setup then sendmail.mx will connect back to itself. This causes an "Internal error" message when sending mail. Bug ID: 1030087 --------------- Synopsis: sendmail yp aliasing does not work with non sun yp masters Bug ID: 1068637 --------------- sendmail ignores the .forward file of users with uid values over 32767 INSTALL: Make a copy of the old files: mv /usr/lib/sendmail.mx /usr/lib/sendmail.mx.fcs mv /usr/lib/sendmail /usr/lib/sendmail.fcs Install the patched files: cp `arch`/sendmail /usr/lib cp `arch`/sendmail.mx /usr/lib change the file premissions of /usr/lib/sendmail and /usr/lib/sendmail.mx to match those below. -r-sr-x--x 1 root staff 155648 Oct 11 1990 /usr/lib/sendmail.mx* -r-sr-x--x 1 root staff 139264 Oct 11 1990 /usr/lib/sendmail* Kill and restart sendmail and mailtool.