From owner-freebsd-ports@FreeBSD.ORG Sat May 3 12:59:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618F437B401; Sat, 3 May 2003 12:59:28 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D9F243FBF; Sat, 3 May 2003 12:59:27 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h43JxNdR042072; Sat, 3 May 2003 14:59:24 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <016901c311ae$820c9430$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Hajimu UMEMOTO" References: <20030428184857.V33294@rigel.orionsys.com><005a01c31043$2b360680$13fd2fd8@Admin02><016201c3118f$89ae1a70$13fd2fd8@Admin02> Date: Sat, 3 May 2003 14:59:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 cc: gshapiro@freebsd.org cc: freebsd-ports@freebsd.org cc: FreeBSD Questions List cc: Hajimu UMEMOTO Subject: Re: Cyrus-SASL + sendmail 8.12.9 + "group writable file" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 19:59:28 -0000 From: "Hajimu UMEMOTO" > >>>>> On Sat, 3 May 2003 11:17:14 -0500 > >>>>> "Scot W. Hetzel" said: > > hetzels> So far I could only duplicate this problem when using PINE (mail/pine4) to > hetzels> send the e-mail. I was unable to get the problem to occur with the mail or > hetzels> sendmail commands. > > How does PINE send email? > That's a good question. I tried tracing it, and I see it getting as far as line 6663 (call_mailer) in pine/send.c before I loose it. in send.c line 6653, smtp_command sets postcmd to "/usr/sbin/sendmail -bs -odb -oem", but then pine continues on inside the if statement and resets postcmd to NIL, and then on line 6663 it calls smtp_open_full in c-client. Scot