From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mvc9O-0004U7-FM for garchives@archives.gentoo.org; Wed, 07 Oct 2009 19:26:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE9FFE0AC6; Wed, 7 Oct 2009 19:26:12 +0000 (UTC) Received: from mail-vw0-f190.google.com (mail-vw0-f190.google.com [209.85.212.190]) by pigeon.gentoo.org (Postfix) with ESMTP id BE44CE0AC6 for ; Wed, 7 Oct 2009 19:26:12 +0000 (UTC) Received: by vws28 with SMTP id 28so2821477vws.10 for ; Wed, 07 Oct 2009 12:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ca25A08mBroxfq6adRnXHv/vl09+McDO0BDgqONo9mc=; b=DXG0Z+OClNeN1zLHxxspRQwNojIfIUFKwiw2NPWqwxHGV/06oujQrxnXIORU7AfXC/ biH5EtCt+AtqfhnEBKIt7azY4I6WMtst68lLxVAqQ3psP1kvVmHb31Lc7F4naaXDyX00 r40pOgEAdsWD0z7D7HR4/2yEciiUz4cBINwxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=A6ozzDGufs2Id5WZfOoQv3XGHwm85FyFOPQz3x5PksU4KhdEG6yyi9eqXp+YWajSN8 vK3dgUizCQeMKgUIwdA/NX2ZQgY+fzq/bpqaAVIw5V9JCM/cdUBSllt6CmyrZxZh47xR Cpjh+xbSCItBvIXC2XneQ58c4Uas5VtjSBv00= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.79.11 with SMTP id n11mr437650vck.95.1254943572375; Wed, 07 Oct 2009 12:26:12 -0700 (PDT) In-Reply-To: <200909301845.34156.momesso.andrea@gmail.com> References: <200909301845.34156.momesso.andrea@gmail.com> Date: Wed, 7 Oct 2009 15:26:12 -0400 Message-ID: Subject: Re: [gentoo-user] netqmail and saving a copy of outgoing mail From: Joshua Murphy To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 06369492-e1b1-4ae9-93c8-227f4b4708fc X-Archives-Hash: 596374ac084a8ce3ca8fa21219f58c2d On Wed, Sep 30, 2009 at 12:45 PM, Momesso Andrea wrote: > I have mail server running netqmail and vpopmail set up following > http://www.gentoo.org/doc/en/qmail-howto.xml. > > I can't find a way to make the server taking care of storing all sent messages. > Googoling around I found that this is usually done client side, but I have the > need to do this server side. > > Is it possible? > > --- > TopperH > http://topperh.blogspot.com Only thing I've found, looking for it (never used qmail myself)... source: http://cr.yp.to/qmail/faq/admin.html#copies How do I keep a copy of all incoming and outgoing mail messages? Answer: Set QUEUE_EXTRA to "Tlog\0" and QUEUE_EXTRALEN to 5 in extra.h. Recompile qmail. Put ./msg-log into ~alias/.qmail-log. You can also use QUEUE_EXTRA to, e.g., record the Message-ID of every message: run | awk '/^$/ { exit } /^[mM][eE][sS][sS][aA][gG][eE]-/ { print }' from ~alias/.qmail-log. -- Poison [BLX] Joshua M. Murphy