From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 17:55:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BFB16A4CE for ; Tue, 18 Nov 2003 17:55:46 -0800 (PST) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCB543FE0 for ; Tue, 18 Nov 2003 17:55:44 -0800 (PST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id hAJ1tb66029624 for ; Wed, 19 Nov 2003 12:25:38 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Wed, 19 Nov 2003 12:25:36 +1030 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id hAJ1qGo07187 for ; Wed, 19 Nov 2003 12:22:16 +1030 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WHC7KXKX; Wed, 19 Nov 2003 12:22:11 +1030 Received: from squirm.dsto.defence.gov.au (localhost [127.0.0.1]) by squirm.dsto.defence.gov.au (8.12.10/8.12.10) with ESMTP id hAJ1qGmG001460 ; Wed, 19 Nov 2003 12:22:16 +1030 (CST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squirm.dsto.defence.gov.au (8.12.10/8.12.10/Submit) id hAJ1qGY5001459; Wed, 19 Nov 2003 12:22:16 +1030 (CST) (envelope-from wilkinsa) Date: Wed, 19 Nov 2003 12:22:15 +1030 From: Alex Wilkinson To: questions@freebsd.org Message-ID: <20031119015215.GD852@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: alex.wilkinson@dsto.defence.gov.au Subject: sendmail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 01:55:46 -0000 Howdy all, I have yet another sendmail issue. This command will send mail fine ie no errors whatsoever and the mail arrives masquared: $ /usr/bin/mail -s "testing" alex.wilkinson@dsto.defence.gov.au If I Bcc or Cc recipients I get this error: $ /usr/bin/mail -s "testing" alex.wilkinson@dsto.defence.gov.au -c +username@domain.gov.au,username@domain.gov.au,username@domain.gov.au WARNING: RunAsGid for MSP ignored, check group ids (egid=200, want=25) can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root or TrustedUser. What is the best way of getting around this problem specific to FreeBSD -CURRENT ? I am tempted to just SetUID root /usr/bin/mail, however, I would prefer not to do this. Can anyone suggest a correct method to deal with this issue. Please Cc me, bec I am not subscribed to the list. Thanks - aW