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

Email客户端

开发平台:

Unix_Linux

  1. This directory contains the source files for mail.local.
  2. This is not intended to be used on *stock* System V derived systems such as
  3. Solaris or HP-UX, since they use a totally different approach to mailboxes
  4. (essentially, they have a setgid program rather than setuid, and they rely
  5. on the ability to "give away"  files to do their work).
  6. If you choose to run *this* mail.local on these systems then you may also
  7. need to replace the existing MUAs, as well as IMAP and POP servers, with
  8. ones that are compatible with the BSD interface.  You have been warned!
  9. For systems with maillock() support, compile with -DMAILLOCK and link with
  10. -lmail to use the maillock() routines.  This can be accomplished in your
  11. site.config.m4 file with:
  12. APPENDDEF(`conf_mail_local_ENVDEF', `-DMAILLOCK')
  13. APPENDDEF(`conf_mail_local_LIBS', `-lmail')
  14. Defining CONTENTLENGTH (-DCONTENTLENGTH) will build a mail.local which
  15. outputs a Content-Length: header.  Solaris 2.3 and later will automatically
  16. include Content-Length: support.  This can be accomplished in your
  17. site.config.m4 file with:
  18. APPENDDEF(`conf_mail_local_ENVDEF', `-DCONTENTLENGTH')
  19. Defining MAILGID to a 'gid' (-DMAILGID=6) will cause mailboxes to be
  20. written group writable and with group 'gid'.  This can be accomplished in
  21. your site.config.m4 file with:
  22. APPENDDEF(`conf_mail_local_ENVDEF', `-DMAILGID=6')
  23. mail.local will not be installed setuid root. To use it as local
  24. delivery agent without LMTP mode, use:
  25.  MODIFY_MAILER_FLAGS(`LOCAL', `+S')
  26. in the .mc file.
  27. $Revision: 8.8 $, Last updated $Date: 1999/09/10 01:49:41 $