From owner-freebsd-questions Tue Aug 24 11:13: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.davidv.net (davidv.net [205.241.169.123]) by hub.freebsd.org (Postfix) with ESMTP id C2C2D150D1 for ; Tue, 24 Aug 1999 11:12:58 -0700 (PDT) (envelope-from david@davidv.net) Received: from workbox (workbox.davidv.net [205.241.169.122]) by ns1.davidv.net (8.9.3/8.9.3) with SMTP id NAA02045; Tue, 24 Aug 1999 13:12:57 -0500 (CDT) Message-Id: <199908241812.NAA02045@ns1.davidv.net> X-Sender: david@205.241.169.123 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 24 Aug 1999 13:12:28 -0500 To: "Nick LoPresti" , From: David Vondrasek Subject: Re: Sendmail acting funny now? In-Reply-To: <199908240628.XAA04877@gilliam.users.flyingcroc.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:14 PM 8/18/99 -0700, Nick LoPresti wrote: >Excuse me if this or a similar question has already been answered. A quick >search of the archives turned up nothing. > >I am currently running FreeBSD 3.2. >Some of my users to my sendmail(smtp) server from the internet to send mail >from their clients. Just recently it stopped working... All messages >sent(except those sent to the local machine) are rejected do to the >following error: >--- Relaying Denied --- > >I did not set up any relaying? Did something change? A specific rule I >should look at? Any help would be wonderful. Thanks guys! http://www.sendmail.org/m4/anti-spam.html Relaying (transmission of messages from a site outside your domain to another site outside your domain) is denied by default. Note that this changed in sendmail 8.9; previous versions allowed relaying by default. If you want to revert to the old behaviour, you will need to use FEATURE(`promiscuous_relay'). You can allow certain domains to relay through your server by adding their domain name or IP address to class 'R' ($=R) using RELAY_DOMAIN() and RELAY_DOMAIN_FILE() or via the access database. David Vondrasek http://www.davidv.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message