Hi hackers!
 
Help me to understand next situation:
 
# cd /usr/src
# make buildworld
# make installworld
# make kernel
 
/etc/rc.conf:
sendmail_enable="YES"
 
After successfully install I see the next problem:
 
Feb 19 00:00:01 xxx mail.local: lockmailbox /var/mail/other failed; error code 75
Feb 19 00:00:01 xxx sendmail[23806]: g1FIVkB32458: to=<[EMAIL PROTECTED]>, delay=3+00
:28:15, xdelay=00:00:30, mailer=local, pri=12729484, dsn=4.0.0, stat=Deferred: local m
ailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL
 
# ls -l /usr/libexec/mail.local
-r-xr-xr-x  1 root  wheel  20456 Feb 15 15:10 /usr/libexec/mail.local
 
# chmod u+s /usr/libexec/mail.local
# ll -l /usr/libexec/mail.local
-r-sr-xr-x  1 root  wheel  20456 Feb 15 15:10 /usr/libexec/mail.local
 
After this manipulations all works fine.
Why so problems? Why 1555 is not default permission ?
 
Regards,
Dmitry.

Reply via email to