> I'm looking for a way to add a Bcc: line to all e-mails that come
> through my smtp server.  I'm trying to log all the e-mail that people
> send through my server to another pop box so I can just download the
> messages, and then filter them or whatever I want with my mailreader.
> has someone written a wrapper or something that could help me do
> something like this?

        FAQ 8.2:

] 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.      

-- 
        gowen -- Greg Owen -- [EMAIL PROTECTED]

Reply via email to