So you want to forward every mail which was addresses to a user (whichs
domain is hosted on the mailserver) to a single mailbox (catch all) ?

This should be possible be replace:

<mailet match="HostIsLocal" class="ToProcessor">
    <processor> local-address-error </processor>
    <notice>550 - Requested action not taken: no such user here</notice>
</mailet>


with:

<mailet match="HostIsLocal" class="Forward">
   <forwardTo> [EMAIL PROTECTED] </forwardTo>       
</mailet>
                         
 

bye
Norman

Am Dienstag, den 20.06.2006, 13:53 +0800 schrieb Rocky Castaneda (Fresh
Studio):
> Hi,
> 
> Is it possible for us to forward emails to a specific email address assuming
> the destination email address does not exist on the server?
> 
> Like if I would send an email to a [EMAIL PROTECTED] would be
> sent to [EMAIL PROTECTED] instead?
> 
> -rocky
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> http://217.195.2.164:8080/bytestor/servlet/bytestor/template/storedMail,SetStatusOneTime.vm?stored_mail_id=2401&password=iBPsjftPUh8TTJnEZtwEMJ595KLjsJ9iCBJXPAa2
> !EXCUBATOR:1,44978d6c43376396129282!

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to