From owner-freebsd-hackers Tue Feb 19 1:23:21 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.mmk.ru (ns1.mmk.ru [195.54.3.19]) by hub.freebsd.org (Postfix) with ESMTP id 6888337B404 for ; Tue, 19 Feb 2002 01:22:47 -0800 (PST) Received: from antivirus.mmk.ru (sinful [161.8.100.3]) by ns.mmk.ru (8.11.6/8.11.6) with ESMTP id g1J9LWs22325 for ; Tue, 19 Feb 2002 14:21:32 +0500 (YEKT) Received: from wall.mmk.ru (localhost [127.0.0.1]) by antivirus.mmk.ru (8.11.6/8.11.6) with ESMTP id g1J9Kgb11742 for ; Tue, 19 Feb 2002 14:20:42 +0500 (ESK) Received: from wall (fw.dim.ru [1.1.1.2]) by wall.mmk.ru (8.11.6/8.11.6) with SMTP id g1J9IHJ01527 for ; Tue, 19 Feb 2002 14:18:17 +0500 (YEKT) Message-ID: <018b01c1b927$8c6a14b0$02010101@wall> From: "Dmitry A. Bondareff" To: Subject: Default mail.local permission Date: Tue, 19 Feb 2002 14:26:44 +0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0188_01C1B951.74A2CB40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0188_01C1B951.74A2CB40 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hi hackers! Help me to understand next situation: # cd /usr/src # make buildworld # make installworld # make kernel /etc/rc.conf: sendmail_enable=3D"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=3D, delay=3D3+00 :28:15, xdelay=3D00:00:30, mailer=3Dlocal, pri=3D12729484, dsn=3D4.0.0, = stat=3DDeferred: 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. ------=_NextPart_000_0188_01C1B951.74A2CB40 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hi hackers!
 
Help me to understand next=20 situation:
 
# cd /usr/src
# make buildworld
# make installworld
# make kernel
 
/etc/rc.conf:
sendmail_enable=3D"YES"
 
After successfully install I see = the next=20 problem:
 
Feb 19 00:00:01 xxx mail.local: = lockmailbox=20 /var/mail/other failed; error code 75
Feb 19 00:00:01 xxx = sendmail[23806]:=20 g1FIVkB32458: to=3D<other@xxx.mmk.ru>,=20 delay=3D3+00
:28:15, xdelay=3D00:00:30, mailer=3Dlocal, = pri=3D12729484, dsn=3D4.0.0,=20 stat=3DDeferred: local m
ailer (/usr/libexec/mail.local) exited with=20 EX_TEMPFAIL
 
# ls -l=20 /usr/libexec/mail.local
-r-xr-xr-x  1 root  wheel  = 20456 Feb=20 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=20 /usr/libexec/mail.local
 
After this manipulations all = works=20 fine.
Why so problems? Why 1555 is not = default=20 permission ?
 
Regards,
Dmitry.
------=_NextPart_000_0188_01C1B951.74A2CB40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message