Reminder!

pls need HELP!

From: acl...@hotmail.de
To: server-user@james.apache.org
Subject: RE: How to Install Mailet?
Date: Fri, 6 May 2011 09:40:23 +0200








Thank you nroman! you are the best!

another and last question :)

how could I separate the Emails? In to Inbound & Outbound


somthing like this? is it possible?

<mailet match="inbound" class="ToRepository">
<repositoryPath>file://var/mail/backup/inbound</repositoryPath>
<passThrough> true </passThrough>
</mailet>

<mailet match="outbound" class="ToRepository">

<repositoryPath>file://var/mail/backup/outbound</repositoryPath>

<passThrough> true </passThrough>
</mailet>

Bye,

Aclian


</mailet>

> Date: Thu, 5 May 2011 21:43:48 +0200
> Subject: Re: How to Install Mailet?
> From: norman.mau...@googlemail.com
> To: server-user@james.apache.org
> 
> yes it is..
> 
> You can use:
> 
> <mailet match="All" class="ToRepository">
>   <repositoryPath> file://var/mail/backup/</repositoryPath>
>   <passThrough> true </passThrough>
> </mailet>
> 
> 
> Bye,
> Norman
> 
> 2011/5/5 Aclian Aclian <acl...@hotmail.de>:
> >
> > Hello ,
> >
> > thank you, I did it.
> >
> > another question?
> >
> > How can you do of every message duplicate, somthing like this?
> >
> >
> >
> >
> >
> >
> > <mailet match="All" class="ToRepository">
> >
> >            <repositoryPath> file://var/mail/backup/</repositoryPath>
> >
> >
> >
> >
> >
> >
> > </mailet>
> >
> >
> > Every message that goes in or out should go to user mailbox (in mailbox 
> > only incoming emails) and backup folder.
> > Is somthing like this possible?
> >
> > And sorry for my english?
> >
> > Regreads Aclian
> >
> >
> >
> >> Date: Wed, 4 May 2011 20:58:51 +0200
> >> Subject: Re: How to Install Mailet?
> >> From: norman.mau...@googlemail.com
> >> To: server-user@james.apache.org
> >>
> >> If you use james 2.3.2 its included in the distribution. Just add the
> >> AddFooter mailet to your config..
> >>
> >> Bye,
> >> Norman
> >>
> >>
> >> 2011/5/3 Aclian Aclian <acl...@hotmail.de>:
> >> >
> >> > Hello together,
> >> >
> >> > I have install James-2.3.2 and it works fine, now I would to configure 
> >> > it. I read it for exaple you can add Footer for evry mail.
> >> > For that I must download apache-mailet-2.4 and than? How can I install 
> >> > that, or what I must do, for example now for add foter.
> >> >
> >> > 1. Download
> >> > 2. Install it?
> >> > 3. Configure in config.xml?
> >> >
> >> > I am using Ubuntu 10.04 Server.
> >> >
> >> > Thx for your answer!
> >> >
> >> > Regrads Aclian
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> >> For additional commands, e-mail: server-user-h...@james.apache.org
> >>
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
> 
                                          

Reply via email to