Hi Gary,

im not sure i understand you correctly but here is what I whould do:

   1. Add xyz.com.track.com to servernames section of config.xml
   2. Add an Mailet which extend AddFooter Mailet to provide methods to
      add a gif to the email and put it in the Mailet chain
   3. Add a RemoteDelivery Mailet which use a gateway configured which
      points to your final Mail Server.


Here is an simple Example of what I whould do:

.....

<servernames autodetect="false" autodetectIP="true">
         <servername>xyz.com.track.com </servername>
</servernames>
....


<processor name="root">
......
        
    <mailet match="All" class="YourAddFooterImpl"/>
......

    <mailet match="HostIs=xyz.com.track.com" RemoteDelivery">
        .....
        <gateway> your.final.mail.destination </gateway>
        <gatewayPort>25</gatewayPort>
    </mailet>

....


I hope this was helpfull.

bye
Norman

    
Gary Jarrel schrieb:
> Hi All!
>
> Sorry for all the questions, but I'm playing around with using James
> as a tracker server similar to the way that read notify and others
> work!
>
> Eg. If I have a domain say track.com and someone sends an email to
> [EMAIL PROTECTED] it relays through the track.com mail server
> where I suppose AddFooter mailet can be used to append a GIF image to
> the email, and forward that onto [EMAIL PROTECTED]
>
> I suppose that this maybe a bit off topic for a James user list, but
> how would I get this email to relay through track.com and James to
> accept it and forward it on?
>
> Thank you!
>
> Gary
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> !EXCUBATOR:1,4629915e39891906917090!


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

Reply via email to