Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 2003 16:14:02 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        "Kirk R. Wythers" <kwythers@umn.edu>, freebsd Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: sendmail configuration
Message-ID:  <3F30100A.9080004@mac.com>
In-Reply-To: <1060113914.23050.95.camel@lorax.forestry.umn.edu>
References:  <BB554887.1925D%mksmith@noanet.net> <1060111750.23050.81.camel@lorax.forestry.umn.edu> <3F3008D3.8000309@mac.com> <1060113914.23050.95.camel@lorax.forestry.umn.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Kirk--

Kirk R. Wythers wrote:
[ ... ]
> 1. cp freebsd.mc neighborsunited.net.mc
> 2. emacs neighborsunited.net.mc and added the lines:
> 
> 	MASQUERADE_AS(`neighborsunited.net')dnl
> 	FEATURE(masquerade_envelope)dnl
> above the lines: 
> 	MAILER(local)
> 	MAILER(smtp)
> 3. make
> 4. make install-cf CF=neighborsunited.net
> 5. make restart
> 
> what am I messing up here?

Try using the following as your neighborsunited.net.mc file:

VERSIONID(`$FreeBSD: testing $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
FEATURE(masquerade_envelope)dnl
MASQUERADE_AS(`neighborsunited.net')dnl

define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
MAILER(local)
MAILER(smtp)

...and retry creating the .cf file by:

	make install-cf SENDMAIL_MC=neighborsunitied.net.mc

...and see whether that does any better.

-- 
-Chuck




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