From owner-freebsd-questions Mon Feb 18 7:30:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id DF9F137B402 for ; Mon, 18 Feb 2002 07:30:28 -0800 (PST) Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.2/8.11.2) with SMTP id g1IGBqN17472; Mon, 18 Feb 2002 10:11:52 -0600 Reply-To: From: "Darryl Hoar" To: "'Mike Meyer'" Cc: Subject: RE: qmail questions Date: Mon, 18 Feb 2002 09:34:10 -0600 Message-ID: <002501c1b891$b6ccfa60$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <15469.39454.478233.365196@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Darryl Hoar types: > Greetings, > I am running FreeBSD 4.3. I have installed and configured qmail. > It works just fine. I need to rewrite the from, reply-to ,etc > when my qmail server is unable to deliver a message locally. > > I installed Mess822 from the ports. My question is: How to > configure ofmipd to do the rewrites. I posed my question > a couple of times to the qmail mail list, but got no responses. > > I have read the manpages, but they didn't really enlighten me. > > Anybody doing this? >> As posed, the question can't be answered. Without being told what the >> rewrites are, there's no way to say how to do them. >> >> If the question is really "How do I configure qmail to run ofmipd when >> my qmail server is unable to deliver a message locally?", that's easy. >> You create a /var/qmail/alias/.qmail-default that pipes the message >> through ofmpid, or whatever script/program you need run on the >> mail. All mail that doesn't belong to a real user or one of the other >> things in /var/qmail/alias will be delivered to .qmail-default. >> >>