summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-01-18 22:46:00 +0000
committerRichard M. Stallman <rms@gnu.org>1992-01-18 22:46:00 +0000
commit08d0752fde2c2c4aaedbe6dec9dc9682bb61df58 (patch)
tree5869ae1f87494642e13b77e67f4a4685f92a2cb3 /lib-src
parent080a57cedace628c2c018e00137d6d4c9ef4318d (diff)
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 608eb7ecc0e..9b216068357 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -18,6 +18,18 @@ You should have received a copy of the GNU General Public License
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)
*