#!/bin/sh

cd usermaildir/Maildir;
ls new > filelist;

exec < filelist

while read line
   do
   echo $line; 

 /var/qmail/bin/qmail-inject -a [EMAIL PROTECTED]  < new/$line;

  done; 


mike
[EMAIL PROTECTED]

> The new location is on another (non-qmail) server.  Basically 
> this user is
> wanting her currently delivered email to be send to the other email
> address (the one I put in her .qmail).  I'm not sure if it's called
> requeuing or what but basically I want qmail to re-process 
> the delivered
> mail according to the new .qmail file. Albert Hopkins
>                                             Sr. Systems Specialist
>                                                    Dynacare Inc.
>                                            [EMAIL PROTECTED]




_____NetZero Free Internet Access and Email______
   http://www.netzero.net/download/index.html

Reply via email to