November 13, 2006 11:02 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Questions about control/taps
I'm guessing somewhere near the tail end of the delivery process, like
qmail-local or maildrop. I don't know where/how maildrop hooks in, but
that's where I&
I'm guessing somewhere near the tail end of the delivery process, like
qmail-local or maildrop. I don't know where/how maildrop hooks in, but
that's where I'd look. Maybe 'tee' off a copy to a backup directory under
the user's directory.
Bill Kwok wrote:
> Hi Eric,
>
> If it is not too much trou
Hi Eric,
If it is not too much trouble, would you give me more hint about which part I can tap to the system and get a copy of all emails?
Thanks in advance.
Best regards,
Bill
On 11/13/06, Eric Shubes <[EMAIL PROTECTED]> wrote:
Perhaps you could use the 'tee' command somewhere along the pro
Perhaps you could use the 'tee' command somewhere along the process to
create a backup copy. I haven't thought this through, but I know that 'tee'
can be handy for splitting off copies.
Bill Kwok wrote:
> Actually, I've tried to use scripts to filter emails for a user after
> she's lost all her em
Actually, I've tried to use scripts to filter emails for a user after she's lost all her email in her computer. As I've mentioned before, if the user is in the bcc list, we may not be able to find any info of this user from the email header. My script has to go through the send log in order to fi
> Dear all,
>
> I use the following line in taps to backup all incoming / outgoing emails
> of
> my.domain.com:
>
> .*:[EMAIL PROTECTED]
>
> My questions are:
>
>1. Will it create an endless loop if, by any means, someone sends
>email to [EMAIL PROTECTED]
Don't know, test it!
>2. Can