Hello All
Isn't there a easier way of sending a copy of all
outgoing mails from Qmail..than what is mentioned in the FAQ....I mean with
out recompiling qmail
- Sumith
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.
|