Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 1998 10:17:57 -0400
From:      "Todd R. Butler" <todd@traksys.com>
To:        <freebsd-questions@FreeBSD.ORG>
Cc:        <sendmail-questions@sendmail.org>
Subject:   sendmail(8.9.1)
Message-ID:  <199808191416.KAA00517@mail.cduniverse.com>

next in thread | raw e-mail | index | archive | help
Help :-)

	I have recently upgraded sendmail(8.7.6) to sendmail(8.9.1/8.9.1) and need
to relay ONLY from local clients on a (192.0.0.*) internal network using 
FreeBSD
2.1.5.  (sendmail8.9.1) as an SMTP Server. They connect to the SMTP server
through
a second NIC(192) .  I have tried to get sendmail to read /etc/mail/access
to allow 192 
clients to relay by:

	192.0.0		RELAY

	It seems like sendmail never reads this file in.  FEATURE(access_db) has
been
compiled into DOMAIN macro.  The only way it will relay is if
FEATURE(promiscuous_relay)
is compiled in.

	DOMAIN.m4 file = /usr2/ports/sendmail-8.9.1/cf/domain/CDUMAIL.m4 :

divert(0)
VERSIONID(`@(#)generic.m4       8.9 (Berkeley) 5/19/98')
define(`confFORWARD_PATH',
`$z/.forward.$w+$h:$z/.forward+$h:$z/.forward.$w:$z/.
forward')dnl
FEATURE(redirect)dnl
FEATURE(use_cw_file)dnl
FEATURE(access_db)dnl

	GENERIC.mc file = /usr2/ports/sendmail-8.9.1/cf/cf/Cdu-FreeBSD.mc :

divert(0)dnl
VERSIONID(`@(#)Cdu-FreeBSD.mc   8.7 (Berkeley) 5/19/98')
OSTYPE(bsd4.4)dnl
DOMAIN(CDUMAIL)dnl
MAILER(local)dnl
MAILER(smtp)dnl
	

Thanks in Advance !

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?199808191416.KAA00517>