Tara, your approach would have a real address used as the postmaster for bounces etc 
coming out from your server. IMO it's better to define <postmaster>[EMAIL 
PROTECTED]</postmaster> and use one of the following approaches:

1) Create a "postmaster" account/password using remote manager (adduser) and either 
access it directly using pop3 or define an alias for it (setalias postmaster aname).

2) An alternative approach (the one I use) is to *not* define any postmaster 
account/password using remote manager but instead to code in the right place:
         <mailet match="[EMAIL PROTECTED]" class="Resend">
            <recipients>
               [EMAIL PROTECTED],
               [EMAIL PROTECTED],
               ...
               [EMAIL PROTECTED]
            </recipients>
            <to>[EMAIL PROTECTED]</to>
            <prefix>[to postmaster]</prefix>
         </mailet>

Approach 2) allows for having more than one physical person acting as a postmaster. 
Note: "Resend" is available only in 2.2.n; use instead Redirect in 2.1.n.

Vincenzo

> -----Original Message-----
> From: Tara Sutherland [mailto:[EMAIL PROTECTED]
> Sent: mercoledi 3 settembre 2003 6.35
> To: James Users List; [EMAIL PROTECTED]
> Subject: RE: Receiving Postmaster Mail
> 
> 
> the fastest way (for me anyway) is in the config.xml :
> 
> <!-- The James block  -->
>   <James>
> <!-- CHECKME! Set this to the right email address for error reports -->
>       <postmaster>**** ADD CORRECT ADDRESS HERE ****</postmaster>
> 
> 
> -----Original Message-----
> From: Hut Carspecken [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 3 September 2003 09:41 a.m.
> To: [EMAIL PROTECTED]
> Subject: Receiving Postmaster Mail
> 
> 
> This is a silly question, but I am the administrator of this JAMES
> server and did not occur to me how to receive mail that is addressed to
> the postmaster.  How would I receive these messages?  
>  
> Hut
> ------------------------------------------------------------------
> -----------------------------
> Have you seen our website?.... http://www.vodafone.co.nz
> 
> CAUTION: This correspondence is confidential and intended for the 
> named recipient(s) only.
> If you are not the named recipient and receive this 
> correspondence in error, you must not copy,
> distribute or take any action in reliance on it and you should 
> delete it from your system and
> notify the sender immediately.  Thank you.
> 
> Unless otherwise stated, any views or opinions expressed are 
> solely those of the author and do
> not represent those of Vodafone New Zealand Limited.
> 
> Vodafone New Zealand Limited
> 21 Pitt Street, Private Bag 92161, Auckland, 1020, New Zealand
> Telephone + 64 9 357 5100
> Facsimile + 64 9 377 0962
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to