On Wed, Sep 30, 2009 at 12:45 PM, Momesso Andrea
<[email protected]> 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

Reply via email to