Re: Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-14 Thread martijn brinkers
IER > > > > General manager of Linagora VIETNAM. > > Product owner for Team-Mail product. > > Chairman of the Apache James project. > > > > Mail: btell...@linagora.com > > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Sep 14, 2023 4:45 AM, from

Re: Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread martijn brinkers
t owner for Team-Mail product. > > Chairman of the Apache James project. > > > > Mail: btell...@linagora.com > > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Sep 13, 2023 6:59 PM, from Martijn Brinkers Hi, > > James 3.8 comes with ActiveMQ 5.17.3. Is James 3.8 compatible with > version 5.18.2? > > Kind regards, > > Martijn >

Is James 3.8 compatible with the latest ActiveMQ version (5.18.2)

2023-09-13 Thread martijn brinkers
Hi, James 3.8 comes with ActiveMQ 5.17.3. Is James 3.8 compatible with version 5.18.2? Kind regards, Martijn

How to store an arbitrary object in a Mail using ArbitrarySerializable?

2023-07-17 Thread martijn brinkers
#x27;s. Can someone help me with an example on how to store complex objects as a Mail attribute? Kind regards, Martijn Brinkers

Re: How can I remove the admin module?

2023-06-28 Thread martijn brinkers
MailRepositoriesRoutesModule(), //new MailQueueRoutesModule(), //new NoJwtModule(), new DefaultProcessorsConfigurationProviderModule() //new TaskManagerModule() ); On Wed, Jun 28, 2023 at 4:27 PM martijn brinkers wrote: > Hi, > > I'm trying to create

How can I remove the admin module?

2023-06-28 Thread martijn brinkers
Set>" is provided by TaskSerializationModule and TaskSerializationModule is installed by TaskManagerModule. It therefore looks like there is an implementation available. Any suggestion on how I can complete remove the web admin (and it's dependencies). Kind regards, Martijn Brinkers

Re: Problem with dbfile store

2008-10-19 Thread Martijn Brinkers
DBFile cannot be used for spool only for mail repositories See http://james.apache.org/server/2.3.1/repositories.html Martijn BTW I did not see any attachment On Sun, 2008-10-19 at 19:35 +0300, zkn wrote: > Hi, > > we use James as a smart host - it receives all emails and then > forwards som

Re: Installation on Linux (Ubuntu 8.04 Server) - permissions - running as root

2008-10-14 Thread Martijn Brinkers
easily solved by running James on port 2525 (or any other post > 1024) and using iptables to map port 25 to 2525. Regards, Martijn Brinkers On Tue, 2008-10-14 at 15:42 +0100, David Legg wrote: > Hi Ebe, > > > Is it ok to run James as root? Should I create a specific user for J

RE: A problem with uuencoded attachments

2008-09-03 Thread Martijn Brinkers
eMailbox > -> Outlook > The uuencoded attachment comes through as expected (word doc, graphic, > etc) > > > > -Original Message- > > From: Martijn Brinkers [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 03, 2008 8:22 AM > > To:

RE: A problem with uuencoded attachments

2008-09-03 Thread Martijn Brinkers
1:14 -0400, Vance, Trevor K. wrote: > The attachment is not processed. It's received as plain text > > Trevor > > -Original Message----- > > From: Martijn Brinkers [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 03, 2008 8:06 AM > > To: Vance, Tr

RE: A problem with uuencoded attachments

2008-09-03 Thread Martijn Brinkers
If I sent the following message through James I can open the message and see the attached image. James only adds a few headers, nothing more nothing less. So what happens in your case? Martijn To: [EMAIL PROTECTED] Subject: uu encode test James From: [EMAIL PROTECTED] Mime-Version: 1.0 begin 6

Re: How can I (re-)process emails that are in the error processor?

2008-08-31 Thread Martijn Brinkers
See http://james.markmail.org/message/tjlfzakyar3t4kah?q=respool+error Martijn Brinkers On Sun, 2008-08-31 at 12:25 -0700, fat suze wrote: > I have read the "How can I (re-)process emails that are in the error > processor?" section on > http://wiki.apache.org/james/JamesDocum

RE: A problem with uuencoded attachments

2008-08-27 Thread Martijn Brinkers
perDebug: 00140 23 30 49 54 39 37 2D 54 23 30 48 0D 0A 60 0D 0A > #0IT97-T#0H..`.. > superDebug: 00150 65 6E 64 0D 0A 2E 0D 0A > end. > superDebug: Received 28 bytes: > superDebug: 0 32 35 30 20 32 2E 36 2E 30 20 4D 65 73 73 61 67 250 > 2.6.0 Messag > superDe

RE: A problem with uuencoded attachments

2008-08-27 Thread Martijn Brinkers
My experiment shows that for example Postfix is smart enough to detect that there is a missing CR-LF between header and body and will add the CR-LF. James however does not not detect this and will treat the body as (invalid) headers. Martijn Brinkers On Wed, 2008-08-27 at 23:53 +0200, Martijn

RE: A problem with uuencoded attachments

2008-08-27 Thread Martijn Brinkers
K. wrote: > Martijn, > > This is interesting that you have success. What more can I share > regards to my config? I don't think the missing empty line is really > the issue. > > Trevor > > -Original Message- > From: Martijn Brinkers [mailto:[EMAIL PROT

RE: A problem with uuencoded attachments

2008-08-27 Thread Martijn Brinkers
Sending a uuencoded message seems to work with my setup. What I still don't get is why there is not an empty line (ie only CR-LF) between subject and body? see your log Martijn On Wed, 2008-08-27 at 16:53 -0400, Vance, Trevor K. wrote: > >From: Martijn Brinkers > >Sent: Wed

RE: A problem with uuencoded attachments

2008-08-27 Thread Martijn Brinkers
Could you sent a complete example message? The example DATA portion (below) you show seems not to separate the headers and body. Is that intentional? Martijn Brinkers On Wed, 2008-08-27 at 16:24 -0400, Vance, Trevor K. wrote: > Just to satisfy the issue... I installed JAMES on a separ

Access to mail spool and repositories (like error etc.)

2008-08-22 Thread Martijn Brinkers (List)
registries (Spring registry etc.) and register some (cxf) soap services and I can make this service a Serviceable service and store the ServiceManager upon load. Is this possible or ar there better ways to get a reference to the Store (and other James services)? Thanks, Martij

Re: Helo command rejected: Email denied due to invalid helo name

2008-03-02 Thread Martijn Brinkers
Your problem is not caused by the James smtp server helo name but by the James smtp client. I think you can set the mail.smtp.localhost attribute of the RemoteDelivery mailet (there is an example in config.xml) So you must set: podheaddb.podhead.dk Martijn On Sun, 2008-03-02 at 12:02 +0100, M

RE: Where should I put my initialization code?

2008-02-16 Thread Martijn Brinkers
mpelling reason not to create my own James service for this? Thanks Martijn Brinkers On Fri, 2008-02-15 at 21:22 +, Steve Brewin wrote: > One solution is to use lazy initialization. Options include... > > 1) Initialize early: > > Have the Mailet.init() method invoke a Fac

RE: Where should I put my initialization code?

2008-02-12 Thread Martijn Brinkers
gt; it is called just once as the mailet container is started. > > -- Steve > > > > > -Original Message- > > From: Martijn Brinkers [mailto:[EMAIL PROTECTED] > > Sent: 12 February 2008 20:45 > > To: James Users List > > Subject: Where

Where should I put my initialization code?

2008-02-12 Thread Martijn Brinkers
Hi, For my mailets/matchers I need to initialize some global objects upon start of James. One way to solve this would be to initialize on demand, ie when a getter is called for the global object. I would however prefer to initialize the objects beforehand because it makes testing somewhat easier.

RE: HELP!! Thousands of files stuck in spool at 'transport' state

2006-06-17 Thread Martijn Brinkers \(List\)
er other hosts and makes the system more responsive if some domain somehow blocks incoming email (Hotmail has a large number of hosts). Cheers Martijn Brinkers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: HELP!! Thousands of files stuck in spool at 'transport' state

2006-06-17 Thread Martijn Brinkers \(List\)
SMTP server and if that fails skip this email and try another mail from the spool. Next time it should try the next SMTP server etc. This keeps sending mail to other domains without much interruption. Martijn Brinkers - T

Re: Is it strange?

2004-07-05 Thread Martijn Brinkers
Could it be that those email addresses use a forward somewhere? It happened to me that I got a bounce from an address I did not sent an email to. Turned out is was caused by a forward on the recipients server sending a copy of all incomming mail. Martijn - Original Message - From: "Steph