From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 14:01:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B886416A4CE for ; Wed, 25 Feb 2004 14:01:34 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A1943D2F for ; Wed, 25 Feb 2004 14:01:34 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Marco Greene (Home)" , "'List, FreeBSD Questions'" Date: Wed, 25 Feb 2004 23:01:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040225215639.7328D1A@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040225220132.E22E32B4D6F@mail.evilcoder.org> Subject: RE: Sendmail in a DMZ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 22:01:34 -0000 Perhaps using an ACCESS table? and then the future relay?? just a try, not very familiar with sendmail ;) -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Marco Greene (Home) Verzonden: woensdag 25 februari 2004 22:56 Aan: 'List, FreeBSD Questions' Onderwerp: Sendmail in a DMZ This is probably a stupid question...but I have a FreeBSD 4.9 server, which does not have access to a DNS server. However, I need to send mail from it. I have a relay host setup in the same subnet which I have tested works with telnet mailhost 25...and then giving it the sendmail commands.... However, when I send mail from the host it does not go leave the local /var/spool/clientmqueue directory and no traffic is attempted between this host and the mailhost. (Verified with tcpdump). I have put an entry "ns2" in my local host file and setup the define SMART HOST in /etc/mail/freebsd.mc...then went on to run the following commands from the /etc/mail directory: -make all -make install -make restart I confirmed the the /etc/mail/sendmail.cf file has the DS macro set to "ns2" like I expected; however, when I send a mail message the maillog indicates that the relay=root@localhost. Any thoughts? TIA Marco _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"