KNOWNBUGS
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:9k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1.      K N O W N   B U G S   I N   S E N D M A I L
  2.      (for 8.9.3)
  3. The following are bugs or deficiencies in sendmail that I am aware of
  4. but which have not been fixed in the current release.  You probably
  5. want to get the most up to date version of this from ftp.sendmail.org
  6. in /pub/sendmail/KNOWNBUGS.  For descriptions of bugs that have been
  7. fixed, see the file RELEASE_NOTES (in the root directory of the sendmail
  8. distribution).
  9. This list is not guaranteed to be complete.
  10. * Null bytes are not handled properly in headers.
  11.   Sendmail should handle full binary data.  As it stands, it handles
  12.   all values in the body, but only 0x01-0x80 and 0xA0-0xFF in
  13.   the header.  Notably missing is 0x00, which would require a major
  14.   restructuring of the code -- for example, almost no C library support
  15.   could be used to handle strings.
  16. * Duplicate error messages.
  17.   Sometimes identical, duplicate error messages can be generated.  As
  18.   near as I can tell, this is rare and relatively innocuous.
  19. * $c (hop count) macro improperly set.
  20.   The $c macro is supposed to contain the current hop count, for use
  21.   when calling a mailer.  This macro is initialized too early, and
  22.   is always zero (or the value of the -c command line flag, if any).
  23.   This macro will probably be removed entirely in a future release;
  24.   I don't believe there are any mailers left that require it.
  25. * 231 considered harmful.
  26.   Header addresses that have the 231 character (and possibly others
  27.   in the range 201 - 237) behave in odd and usually unexpected ways.
  28. * accept() problem on SVR4.
  29.   Apparently, the sendmail daemon loop (doing accept()s on the network)
  30.   can get into a weird state on SVR4; it starts logging ``SYSERR:
  31.   getrequests: accept: Protocol Error''.  The workaround is to kill
  32.   and restart the sendmail daemon.  We don't have an SVR4 system at
  33.   Berkeley that carries more than token mail load, so I can't validate
  34.   this.  It is likely to be a glitch in the sockets emulation, since
  35.   "Protocol Error" is not possible error code with Berkeley TCP/IP.
  36.   I've also had someone report the message ``sendmail: accept:
  37.   SIOCGPGRP failed errno 22'' on an SVR4 system.  This message is
  38.   not in the sendmail source code, so I assume it is also a bug
  39.   in the sockets emulation.  (Errno 22 is EINVAL "Invalid Argument"
  40.   on all the systems I have available, including Solaris 2.x.)
  41.   Apparently, this problem is due to linking -lc before -lsocket;
  42.   if you are having this problem, check your Makefile.
  43. * accept() problem on Linux.
  44.   The accept() in sendmail daemon loop can return ETIMEDOUT.  An
  45.   error is reported to syslog:
  46.   Jun  9 17:14:12 hostname sendmail[207]: NOQUEUE: SYSERR(root):
  47. getrequests: accept: Connection timed out
  48.   "Connection timed out" is not documented as a valid return from
  49.   accept(2) and this was believed to be a bug in the Linux kernel.
  50.   Later information from the Linux kernel group states that Linux
  51.   2.0 kernels follow RFC1122 while sendmail follows the original BSD
  52.   (now POSIX 1003.1g draft) specification.  The 2.1.X and later kernels
  53.   will follow the POSIX draft.
  54. * Excessive mailing list nesting can run out of file descriptors.
  55.   If you have a mailing list that includes lots of other mailing
  56.   lists, each of which has a separate owner, you can run out of
  57.   file descriptors.  Each mailing list with a separate owner uses
  58.   one open file descriptor (prior to 8.6.6 it was three open
  59.   file descriptors per list).  This is particularly egregious if
  60.   you have your connection cache set to be large.
  61. * Connection caching breaks if you pass the port number as an argument.
  62.   If you have a definition such as:
  63.   Mport,          P=[IPC], F=kmDFMuX, S=11/31, R=21,
  64.   M=2100000, T=DNS/RFC822/SMTP,
  65.   A=IPC [127.0.0.1] $h
  66.   (i.e., where $h is the port number instead of the host name) the
  67.   connection caching code will break because it won't notice that
  68.   two messages addressed to different ports should use different
  69.   connections.
  70. * ESMTP SIZE underestimates the size of a message
  71.   Sendmail makes no allowance for headers that it adds, nor does it
  72.   account for the SMTP on-the-wire rn expansion.  It probably doesn't
  73.   allow for 8->7 bit MIME conversions either.
  74. * Paths to programs being executed and the mode of program files are
  75.   not checked.  Essentially, the RunProgramInUnsafeDirPath and
  76.   RunWritableProgram bits in the DontBlameSendmail option are always
  77.   set.  This is not a problem if your system is well managed (that is,
  78.   if binaries and system directories are mode 755 instead of something
  79.   foolish like 777).
  80. * 8-bit data in GECOS field
  81.   If the GECOS (personal name) information in the passwd file contains
  82.   8-bit characters, those characters can be included in the message
  83.   header, which can cause problems when sending SMTP to hosts that
  84.   only accept 7-bit characters.
  85. * 8->7 bit MIME conversion
  86.   When sendmail is doing 8->7 bit MIME conversions, and the message
  87.   contains certain MIME body types that cannot be converted to 7-bit,
  88.   sendmail will strip the message to 7-bit.
  89. * 7->8 bit MIME conversion
  90.   If a message that is encoded as 7-bit MIME is converted to 8-bit and
  91.   that message when decoded is illegal (e.g., because of long lines or
  92.   illegal characters), sendmail can produce an illegal message.
  93. * MIME encoded full name phrases in the From: header
  94.   If a full name phrase includes characters from MustQuoteChars, sendmail
  95.   will quote the entire full name phrase. If MustQuoteChars includes
  96.   characters which are not special characters according to STD 11 (RFC
  97.   822), this quotation can interfere with MIME encoded full name phrases.
  98.   By default, sendmail includes the single quote character (') in
  99.   MustQuoteChars even though it is not listed as a special character in
  100.   STD 11.
  101. * bestmx map with -z flag truncates the list of MX hosts
  102.   A bestmx map configured with the -z flag will truncate the list
  103.   of MX hosts.  This prevents creation of strings which are too
  104.   long for ruleset parsing.  This can have an adverse effect on the
  105.   relay_based_on_MX feature.
  106. * Saving to ~sender/dead.letter fails if su'ed to root
  107.   If ErrorMode is set to print and an error in sending mail occurs,
  108.   the normal action is to print a message to the screen and append
  109.   the message to a dead.letter file in the sender's home directory.
  110.   In the case where the sender is using su to act as root, the file
  111.   safety checks prevent sendmail from saving the dead.letter file
  112.   because the sender's uid and the current real uid do not match.
  113. * Berkeley DB 2.X race condition with fcntl() locking
  114.   There is a race condition for Berkeley DB 2.X databases on
  115.   operating systems which use fcntl() style locking, such as
  116.   Solaris.  Sendmail locks the map before calling db_open() to
  117.   prevent others from modifying the map while it is being opened.
  118.   Unfortunately, Berkeley DB opens the map, closes it, and then
  119.   reopens it.  fcntl() locking drops the lock when any file
  120.   descriptor pointing to the file is closed, even if it is a
  121.   different file descriptor than the one used to initially lock
  122.   the file.  As a result there is a possibility that entries in a
  123.   map might not be found during a map rebuild.  As a workaround,
  124.   you can use makemap to build a map with a new name and then
  125.   "mv" the new db file to replace the old one.
  126.   Sleepycat Software has added code to avoid this race condition to
  127.   Berkeley DB versions after 2.7.5.
  128. * File open timeouts not available on hard mounted NFS file systems
  129.   Since SIGALRM does not interrupt an RPC call for hard mounted
  130.   NFS file systems, it is impossible to implement a timeout on a file
  131.   open operation.  Therefore, while the NFS server is not responding,
  132.   attempts to open a file on that server will hang.  Systems with
  133.   local mail delivery and NFS hard mounted home directories should be
  134.   avoided, as attempts to open the forward files could hang.
  135. * Race condition for delivery to setuid files
  136.   Sendmail will deliver to a fail if the file is owned by the DefaultUser
  137.   or has the setuid bit set.  Unfortunately, some systems clear that bit
  138.   when a file is modified.  Sendmail compensates by resetting the file mode 
  139.   back to it's original settings.  Unfortunately, there's still a
  140.   permission failure race as sendmail checks the permissions before locking 
  141.   the file.  This is unavoidable as sendmail must verify the file is safe
  142.   to open before opening it.  A file can not be locked until it is open.
  143. * Potential denial of service attack with AutoRebuildAliases
  144.   There is a potential for a denial of service attack if the
  145.   AutoRebuildAliases option is set as a user can kill the sendmail process
  146.   while it is rebuilding the aliases file leaving it in an inconsistent
  147.   state.  This option and it's use is deprecated and will be removed from a
  148.   future version of sendmail.
  149. $Revision: 8.43 $, Last updated $Date: 1999/11/17 18:56:09 $