comparison etc/PROBLEMS @ 76209:7767e4297150

Remove duplicate paragraph.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Feb 2007 03:12:39 +0000
parents 0042363314f0
children 1af36c639a87
comparison
equal deleted inserted replaced
76208:83d86faaca82 76209:7767e4297150
323 `movemail' must be able to write in /usr/spool/mail in order to do 323 `movemail' must be able to write in /usr/spool/mail in order to do
324 this. You control which one is used by defining, or not defining, 324 this. You control which one is used by defining, or not defining,
325 the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes. 325 the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes.
326 IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR 326 IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
327 SYSTEM, YOU CAN LOSE MAIL! 327 SYSTEM, YOU CAN LOSE MAIL!
328
329 If your system uses the lock file protocol, and fascist restrictions
330 prevent ordinary users from writing the lock files in /usr/spool/mail,
331 you may need to make `movemail' setgid to a suitable group such as
332 `mail'. You can use these commands (as root):
333
334 chgrp mail movemail
335 chmod 2755 movemail
336 328
337 If your system uses the lock file protocol, and fascist restrictions 329 If your system uses the lock file protocol, and fascist restrictions
338 prevent ordinary users from writing the lock files in /usr/spool/mail, 330 prevent ordinary users from writing the lock files in /usr/spool/mail,
339 you may need to make `movemail' setgid to a suitable group such as 331 you may need to make `movemail' setgid to a suitable group such as
340 `mail'. To do this, use the following commands (as root) after doing the 332 `mail'. To do this, use the following commands (as root) after doing the