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
> 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
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.
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
>
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
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
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
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
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.
>
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
>
>> 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
>
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,
>&
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
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
> 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.
>>
>>
>>
>>
>>
&
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
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
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:
>>
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
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
-
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
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
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
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
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
25 matches
Mail list logo