From owner-freebsd-questions Sun May 24 09:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05317 for freebsd-questions-outgoing; Sun, 24 May 1998 09:06:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.220.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05278 for ; Sun, 24 May 1998 09:05:56 -0700 (PDT) (envelope-from john@www.cas.unt.edu) Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id KAA17889; Sun, 24 May 1998 10:53:17 -0500 (CDT) Received: (from john@localhost) by www.cas.unt.edu (8.8.8/8.6.9) id KAA28217; Sun, 24 May 1998 10:49:54 -0500 (CDT) From: john Message-Id: <199805241549.KAA28217@www.cas.unt.edu> Subject: Re: Permissions changing on sendmail solved. In-Reply-To: from Doug White at "May 24, 98 00:32:51 am" To: dwhite@resnet.uoregon.edu Date: Sun, 24 May 1998 10:49:53 -0500 (CDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 21 May 1998, john wrote: > > > Well, it looks like if you put the beloew line in /etc/crontab > > #*/30 * * * * root /usr/sbin/sendmail -q > > Your permisions on sendmail get wacked.....I find this > > behavior kind of odd.... > > Yes. But this is redundant if you have sendmail enabled in /etc/rc.conf > with the default flags. > Yes it is, but I've got tcpwrappers running sendmail from /etc/inetd.conf smtp stream tcp nowait/5 root /usr/local/libexec/tcpd /usr/sbin/sendmail -bs I think I can just do sendmail -bm -q30m and be ok as well as the inetd spawned sendmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message