From owner-freebsd-questions Sun Feb 1 16:37:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06476 for questions-outgoing; Sun, 1 Feb 1998 16:37:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from train.tgci.com (train.tgci.com [205.185.169.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA06417; Sun, 1 Feb 1998 16:36:44 -0800 (PST) (envelope-from chaos@train.tgci.com) Received: from straycat.Wilshire.Net ([205.185.169.9]) by train.tgci.com (8.6.12/8.6.9) with SMTP id QAA10023; Sun, 1 Feb 1998 16:55:16 -0800 Message-Id: <199802020055.QAA10023@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" Organization: The Grantsmanship Center To: "Jonathan M. Bresler" Date: Sun, 1 Feb 1998 16:32:37 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: ccd (Was: help with sendmail .mc spam filters) Reply-to: chaos@tgci.com CC: freebsd-questions@FreeBSD.ORG In-reply-to: <199802012209.OAA15355@hub.freebsd.org> References: <199802012144.NAA09340@train.tgci.com> from "Riley J. McIntire" at "Feb 1, 98 01:21:50 pm" X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" Jonathan, Thanks for the pointer to PTR! (sorry) Anyway, I'm in the process of using ccd to mirror disks, or more properly the filesystems on them. During a search of the mail archives I saw that you did something similar. Is it possible to mirror /? Is it worthwhile? My main question is the syntax of ccdconfig. What do I use as the interleave when mirroring? I can't find anything about it, really. Is this correct: ccdconfig -cv ccd0 0 CCDF_MIRROR /dev/sd0s1e /dev/sd1s1e where the interleave is 0? Or should I leave the interleave out? Should I dd the "master" to the "slave" first? Thanks again, Riley > From: "Jonathan M. Bresler" > Subject: Re: (Fwd) help with sendmail .mc spam filters > To: chaos@tgci.com > Date: Sun, 1 Feb 1998 14:09:15 -0800 (PST) > Cc: freebsd-questions@freebsd.org > Riley J. McIntire wrote: > > I'm forwarding this for backgroud, but the only issue that contiues > > is that I'm getting the message: > > > > > > Feb 1 13:07:05 nitetrain sendmail[1655]: > > gethostbyaddr(205.185.169.7) failed: 1 > > > > Is this a DNS related error being reported by sendmail? > > > > your reverse dns is failing. > you must have PTR record to convert 205.185.169.7 into a hostname. > sendmail is bitching becuse the PTR record does not exist. > jmb >