changeset 510:4eaef1578a15

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Jan 1992 22:46:00 +0000
parents a2f5119848a0
children e6c69aa0f536
files lib-src/movemail.c
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/movemail.c	Thu Jan 16 22:42:10 1992 +0000
+++ b/lib-src/movemail.c	Sat Jan 18 22:46:00 1992 +0000
@@ -18,6 +18,18 @@
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+/* Important notice: defining MAIL_USE_FLOCK *will cause loss of mail*
+   if you do it on a system that does not normally use flock as its way of
+   interlocking access to inbox files.  The setting of MAIL_USE_FLOCK
+   *must agree* with the system's own conventions.
+   It is not a choice that is up to you.
+
+   So, if your system uses lock files rather than flock, then the only way
+   you can get proper operation is to enable movemail to write lockfiles there.
+   This means you must either give that directory access modes
+   that permit everyone to write lockfiles in it, or you must make movemail
+   a setuid or setgid program.  */
+
 /*
  * Modified January, 1986 by Michael R. Gretzinger (Project Athena)
  *