From owner-freebsd-stable Sat Feb 23 18:49:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id A605637B405 for ; Sat, 23 Feb 2002 18:49:06 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2/8.12.3.PreAlpha0) with ESMTP id g1O2n6ku026276 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 23 Feb 2002 18:49:06 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2/8.12.2/Submit) id g1O2n5Bn026273; Sat, 23 Feb 2002 18:49:05 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15480.21665.683015.224071@horsey.gshapiro.net> Date: Sat, 23 Feb 2002 18:49:05 -0800 From: Gregory Neil Shapiro To: freebsd-stable@freebsd.org Subject: HEADS UP: Default sendmail configuration change X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The default sendmail configuration, src/etc/sendmail/freebsd.mc which gets installed as /etc/mail/freebsd.mc, no longer includes FEATURE(`relay_based_on_MX') by default. You can read more about that feature in /usr/share/sendmail/cf/README. If you believe you need this functionality, do one of two things: 1. Reconsider enabling it as it allows any site to use your host as an MX server without your approval. Instead, list the domains you actually want to provide MX service for in your access database (/etc/mail/access). For example: # I provide secondary MX for... To:example.org RELAY After editing /etc/mail/access, don't forget to run 'make' in the /etc/mail/ directory so the database will be rebuilt. 2. If you really must use FEATURE(`relay_based_on_MX'), then you can make a custom configuration for your host. cd /etc/mail make (will create `hostname`.mc if it doesn't exist) vi `hostname`.mc (enable the feature) make (will build `hostname`.cf) make install (will install `hostname`.cf as sendmail.cf) make restart (will restart the sendmail daemon with the new .cf) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message