From owner-freebsd-questions Sun Oct 22 19:23:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gelemna.org (cc466188-a.pinev1.in.home.com [24.17.49.208]) by hub.freebsd.org (Postfix) with ESMTP id 884BB37B4CF for ; Sun, 22 Oct 2000 19:23:53 -0700 (PDT) Received: (from croyle@localhost) by gelemna.org (8.11.1/8.9.3) id e9N2N5s52120; Sun, 22 Oct 2000 21:23:05 -0500 (EST) (envelope-from croyle@gelemna.org) To: Paulo Ricardo Trainini Cc: questions@freebsd.org Subject: Re: Sender domain must exist References: <3.0.6.32.20001017110220.007c8e50@mail.rede-rs.com.br> From: Don Croyle Date: 22 Oct 2000 21:22:55 -0500 Organization: Minimal at best In-Reply-To: Paulo Ricardo Trainini's message of "Tue, 17 Oct 2000 11:02:20 -0200" Message-ID: <86snponvnk.fsf@emerson.gelemna.org> Lines: 39 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paulo Ricardo Trainini writes: > I have installed the freebsd 4.1 to connect the intranetwork with the > internet. Your conections with internet is dial-up with static ip. Wh= en I > try send the email from server (mail command) all rigth. But when I t= ry > send the email from computer in intranet (ip invalid) the sendmail re= turn > the message: >=20 > tom sendmail[601]: JAA00601: ruleset=3Dcheck_mail, arg1=3D ortnet@192.168.1.1>, relay=3D[192.168.1.2], reject=3D501 > ... Se > nder domain must exist >=20 > .. and don=B4t send the message >=20 > I searche in handbook that is necessary configure sendmail.cw and > sendmail.mc to solve this problem, but don=B4t work enven so. >=20 > snemdail.cw: > domain.com >=20 > sendmail.mc: > MASQUERADE_AS(`domain.com') > FEATURE(`masquerade_envelope') >=20 > it=B4s rigth? >=20 > thank you for your help That's right as far as it goes, but the machine that's trying to send the mail is probably announcing itself as the unregistered host.domain.com. Add something like define(`confDOMAIN_NAME', `domain.com')dnl to sendmail.mc and it should work better. --=20 I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message