Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 11:08:37 -0700 (PDT)
From:      David Wolfskill <dhw@whistle.com>
To:        questions@FreeBSD.ORG
Subject:   Re: Permissions changing on sendmail solved.
Message-ID:  <199805261808.LAA00446@pau-amma.whistle.com>

next in thread | raw e-mail | index | archive | help
>From: john <john@www.cas.unt.edu>
>Date: Sun, 24 May 1998 10:49:53 -0500 (CDT)

>> 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.

Please note that this depends on how sendmail was compiled (whether or
not it was with -DTCPWRAPPERS specified).

If -DTCPWRAPPERS was specified, you don't need to be using the
indirection trick that inetd.conf provides, because the executable will
make use of libwrap.a from tcpwrappers directly.

david
-- 
David Wolfskill		dhw@whistle.com	(650) 577-7158	pager: (650) 371-4621

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805261808.LAA00446>