Re: running james imapserver on ports 143 & 993 in James 3beta3

2013-04-12 Thread Rajender Vallapureddy
wrote: > Hi Rajender, > > With beta3, you need to hack the spring as you tried to. > If you don't find the fix before tomorrow, I will have a look at it this > weekend. > > Thx, Eric > > > > On 12/04/2013 10:58, Rajender Vallapureddy wrote: >> >> De

Re: running james imapserver on ports 143 & 993 in James 3beta3

2013-04-12 Thread Rajender Vallapureddy
> beta4 supports multiple ports out-of-the-box in imapserver.xml. > Is beta4 an option for you? > > Thx, Eric > > > On 12/04/2013 10:47, Rajender Vallapureddy wrote: >> >> Dear Eric, >> >> I want to run james impserver on both 143 & 993 ports. I have

running james imapserver on ports 143 & 993 in James 3beta3

2013-04-12 Thread Rajender Vallapureddy
Dear Eric, I want to run james impserver on both 143 & 993 ports. I have made following change in the james-server-context.xml Following is the exception I am getting while starting the server. Please guide me how to run both the ports in james3 beta3.

Re: reading custom header from smime message

2013-03-24 Thread Rajender Vallapureddy
s). >> >> > I meant the recipient private key in order to decrypt it. > I assume that the s/mime is encrypted... > > If it is not encrypted, you should have access to the header and body. > Maybe some clever part decoding is needed (not sure)... > > Thx, Eric >

reading custom header from smime message

2013-03-21 Thread Rajender Vallapureddy
Hi Eric, I have enabled ssl for my james server. I am sending a customer header called as Client-Type from my webmail client to distinguish whether the user is using the webmail client or something like microsoft outlook. I have written my custom mailet which is working fine and can get value fo

unable to receive messages from outside domains for a ssl enabled james server

2013-03-14 Thread Rajender Vallapureddy
Dear Eric, I have configured one of my james server ssl enabled. I am able to send messages within the domain or outside domain, but couldn't receive messages from other domains. The log in my other server, when I tried to send message to ssl enabled server is as follows. Attempting delivery of

Re: parsing Original-Message-ID from MDN body message part

2013-02-28 Thread Rajender Vallapureddy
uot;Original-Message-ID"); > > If you need access to header somewhere else (protocols, mailbox...), just > tell us. > > Thx, Eric > > > On 27/02/2013 18:47, Rajender Vallapureddy wrote: >> >> Hi Eric, >> >> Is there an api or possibility to re

parsing Original-Message-ID from MDN body message part

2013-02-27 Thread Rajender Vallapureddy
Hi Eric, Is there an api or possibility to read the Original-Message-ID which is returned as part return recipient(MDN) message body part. Original-Recipient: Final-Recipient: rfc822; rich...@example.com Original-Message-ID: Disposition: manual-action/MDN-sent-manually; displayed Would appreci

Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Rajender Vallapureddy
mailet. > > The setFilesystem is there since a longer time and is needed to allow access > to the mailrepository system if I remember well. > > In all cases, there are too many changes in the injection system to easily > run the beta3 SieveMailet in the current trunk code. >

missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-18 Thread Rajender Vallapureddy
Dear Eric, I am using james beta 4 SieveMailet.java to direct mails to a particular folder other than "Inbox". setFilesystem & setFolder are two functions which I am using to get the required functionality working. http://grepcode.com/file/repo1.maven.org/maven2/org.apache.james/james-server-mail

Re: bounce mail messages

2013-01-16 Thread Rajender Vallapureddy
> >> On Tue, Jan 15, 2013 at 2:51 PM, Eric Charles wrote: >> >>> Hi Rajender, >>> >>> I read, but I really have not cycles for now to dig into your code. >>> Sorry for this... maybe someone else here can help? >>> >>> Thx, Eric >

Re: bounce mail messages

2013-01-15 Thread Rajender Vallapureddy
chement as a real mail, but shows it as plain text. > > Can you check the source of the bounce mail and see if this is not an issue > with the mail client you are using. > > Thx, Eric > > > On 13/01/2013 15:37, Rajender Vallapureddy wrote: >> >> Hi Eric, >&

Re: bounce mail messages

2013-01-14 Thread Rajender Vallapureddy
s.NULL; } } Appreciate your help. Thank you, Regards, Rajender On Mon, Jan 14, 2013 at 1:36 PM, Eric Charles wrote: > Hi Rajender, > > I tried on my local trunk and get the original message attached to the > bounce. It's true that my client (thunderbird) does not allow to

Re: bounce mail messages

2013-01-13 Thread Rajender Vallapureddy
Hi Eric, I replicated the DNSBounce to send custom bounce with postmaster.. I am able to send / receive the postmaster message, but I am unable see any body message in it. I am using mysql and in the "james_mail.mail_bytes" field all I am seeing is empty blob and when I try to open that mail in

Re: bounce mail messages

2013-01-07 Thread Rajender Vallapureddy
> Can you try with false ? > > Thx, Eric > > > > On 07/01/2013 08:45, Rajender Vallapureddy wrote: >> >> Hi Eric, >> >> Thank you for your response. Below is my mailetcontainer.conf file. >> >> >> >> >> &

Re: bounce mail messages

2013-01-07 Thread Rajender Vallapureddy
here your mailetcontainer.conf? > > Thx, Eric > > > On 06/01/2013 13:10, Rajender Vallapureddy wrote: >> >> Hi Eric, >> >> I have no problem in receiving the bounce and I won't be need the >> original message in it. >> >> The problem is t

Re: bounce mail messages

2013-01-06 Thread Rajender Vallapureddy
Hi Eric, I have no problem in receiving the bounce and I won't be need the original message in it. The problem is the original mail is getting to the recipient and the bounce mail is being sent to the sender. Here is my scenario: When I am sending a self mail, I am receiving the bounce mail as

Re: bounce mail messages

2013-01-05 Thread Rajender Vallapureddy
extends > AbstractNotify) rather than wrapping the MailetContext? > > Thx, Eric > > [1] > https://svn.apache.org/repos/asf/james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/Bounce.java > > > On 05/01/2013 15:44, Rajender Vallapureddy wrote: >>

bounce mail messages

2013-01-05 Thread Rajender Vallapureddy
Hi Eric, I am writing a custom mailet and based on the condition, I might have to deny sending mail message and bounce it. My bounce method is getting called, but unable to bounce the mail message. I have written a helper class and implemented my bounce method. Following is the code. within my

opening database connection in custom mailet

2013-01-05 Thread Rajender Vallapureddy
Hi Eric, I have a requirement where I need to open database connection within my custom mailet. Is there any connection API within james that I can use and make queries to the database. Would appreciate your help :) Thank you, Regards, Rajender -

differentiate between sent and receive

2012-12-26 Thread Rajender Vallapureddy
Hi Eric, Please guide me as how to differentiate between a received email and the copy stored in the sent folder. Here is my scenario. If I move a email from inbox to sent folder. I should be able to differentiate that it was received mail rather than mail stored in the sent folder while sending

read list of available/registered domains

2012-12-25 Thread Rajender Vallapureddy
Hi Eric, Merry Christmas to you :). I am trying to read domains from the database from my custom matcher. I have a written a helper class which is replica of org.apache.james.domainlist.jpa.JPADomainList.java which has the below method. public List getDomainListInternal() throws DomainListExcep

redirecting mails to priority inbox

2012-12-18 Thread Rajender Vallapureddy
Hi Eric, I have a requirement to redirect incoming mails into priority inbox based on a condition. Please can you guide me on how this can be achieved using Apache James. Regards, Rajender - To unsubscribe, e-mail: server-dev-un

needed help on DSN NOTIFY command issue

2012-11-30 Thread Rajender Vallapureddy
Hi, I have installed apache-james-3.0-beta3 . I am doing telnet on port 25. this is the following result I am getting. mail from: 250 2.1.0 Sender OK rcpt to: NOTIFY=SUCCESS,FAILURE 504 Unrecognized or unsupported option: NOTIFY in the james server & smpt log I am getting the following messag

creating group folders per number of users

2012-11-05 Thread Rajender Vallapureddy
Hi, We want to provide a folder for 10 users as a group. What we want to achieve is routing of messages for a user group to their group folder. Is it possible to create group folders for messages. Regards, Rajender - To unsubs