Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-18 Thread Marc Chamberlin
Ping? Hope I didn't get lost in all the smoke around here! Benoit, Jean, anyone with any more good ideas? Hope so, cuz I am stuck and Google just doesn't want to toss out anything useful yet.. Sigh... Marc On Mon, Jul 10, 2023 at 10:39 PM Marc Chamberlin wrote: > > > On Mon, Jul 10, 202

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Marc Chamberlin
On Mon, Jul 10, 2023 at 6:12 PM Benoit TELLIER wrote: > Hello Marc, > > Be also sure to turn off autoDetect* in domainlist.xml : > > > > > > false > > false > > localhost > > > > Hi Benoit Tellier, and thanks for taking the time to reply and share your > thoughts. The configuration

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Marc Chamberlin
10 21:21:10 | 2023-07-10 21:21:10,574 INFO | org.apache.james.protocols.smtp.core.log.HookResultLogger | org.apache.james.smtpserver.AuthRequiredToRelayRcptHook: result= (DENY Connected) INFO | jvm 1| 2023/07/10 21:21:10 | 2023-07-10 21:21:10,586 INFO | org.apache.james.protocols.netty.BasicChannelUpstreamHandle

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Benoit TELLIER
Hello Marc, Be also sure to turn off autoDetect* in domainlist.xml :     false     false     localhost Similarily you could share your dnsserver.xml file. Regards, -- Best regards, Benoit TELLIER General manager of Linagora VIETNAM. Product owner for Team-Mail product. Chair

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Jean Helou
Hi marc, I took a look at the logs, I never encountered this issue so I'm not entirely sure what's going on but the failure seems to be in this part : > 2023-07-10 09:51:54,390 ERROR | > org.apache.james.domainlist.lib.AbstractDomainList | Cannot get IP > address(es) for Domain : localhost > 2023

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Marc Chamberlin
ames.protocols.lib.netty.AbstractConfigurableAsyncServer | Init POP3 Service done 2023-07-10 09:51:42,808 INFO | org.apache.james.protocols.lib.netty.AbstractConfigurableAsyncServer | IMAP Service bound to: 0.0.0.0:10143 2023-07-10 09:51:42,808 INFO | org.apache.james.protocols.lib.netty.AbstractConfig

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-10 Thread Marc Chamberlin
On Sat, Jul 8, 2023 at 12:14 AM Jean Helou wrote: > Hello marc > > You wouldn't happen to have a session output and/or logs. > It makes diagnosing the problem much easier and would help pinpoint the > configuration setting that's incorrect. > > Have you changed the mailet container config by any

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-09 Thread René CORDIER
Hello Marc, I agree with Jean on this, take a look as well in mailetcontainer.xml. That's the file defining how your James server will process incoming and outgoing emails.  Best regards, Rene. On Jul 8, 2023 2:14 PM, from Jean Helou Hello marc You wouldn't happen to have a session output an

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-08 Thread Jean Helou
Hello marc You wouldn't happen to have a session output and/or logs. It makes diagnosing the problem much easier and would help pinpoint the configuration setting that's incorrect. Have you changed the mailet container config by any chance ? Jean Le sam. 8 juil. 2023 à 08:30, David Matthews a

Re: Unable to send messages, relay denied. IMAP does work ok.

2023-07-07 Thread David Matthews
hi Marc I'm not a james expert, but as a generic observation, since any mail exchanger should allow local users to send mail (but indeed prevent relaying from other sources unless explicitly deciding to allow them), I suggest reverting to standard config and starting from there. There is a wri

Unable to send messages, relay denied. IMAP does work ok.

2023-07-07 Thread Marc Chamberlin
Hello Apache James mail list. Yes, I know from Google searches that getting a "relay denied" error message is a rather common experience but so far I don't have nor found a solution to this error message; when I try to send from any one of several accounts that my James server has been set up to h

Re: How to monitor IMAP protocol?

2023-05-02 Thread Benoit TELLIER
ies file using the example that was given. Hope it helps... It does, again thanks for helping me, much appreciated!    Marc... Best regards, Benoit TELLIER On 02/05/2023 11:15, Marc Chamberlin wrote: Hi Benoit, and thanks a million for your reply.  Yes, I have used telnet to make a conne

Re: How to monitor IMAP protocol?

2023-05-02 Thread Marc Chamberlin
r reply.  Yes, I have used telnet to make a connection on both the imap and smtp ports that my Apache James email server is listening on. I have successfully simulated sending and receiving emails by manually typing in the appropriate commands with lots of joy! Seems to work OK when making te

RE: [EXT] Re: - Error while processing imap request

2023-05-02 Thread Sean McElroy
processing imap request For what it's worth months ago my james instance broke when I upgraded to java 17, I posted about it here but no one could reproduce so I left it on 11, months later I upgraded to 17 again and everything was working fine so I thought nothing more about it. Recently, howeve

Re: How to monitor IMAP protocol?

2023-05-01 Thread Benoit TELLIER
Yes, I have used telnet to make a connection on both the imap and smtp ports that my Apache James email server is listening on. I have successfully simulated sending and receiving emails by manually typing in the appropriate commands with lots of joy! Seems to work OK when making telnet connection

Re: How to monitor IMAP protocol?

2023-05-01 Thread Marc Chamberlin
Hi Benoit, and thanks a million for your reply.  Yes, I have used telnet to make a connection on both the imap and smtp ports that my Apache James email server is listening on. I have successfully simulated sending and receiving emails by manually typing in the appropriate commands with lots

Re: How to monitor IMAP protocol?

2023-05-01 Thread Benoit TELLIER
ils while I am composing it. So my question is, what is the best way to monitor the IMAP protocol communication that is going on between my Thunderbird email client, and the Apache James server? Can I capture it via the log files for Apache James or must I learn how to use a low level network mo

Re: [EXT] Re: - Error while processing imap request

2023-04-30 Thread Scoopta
NAMED\ --add-opens=java.base/java.text=ALL-UNNAMED On 4/27/23 03:00, Sean McElroy wrote: 😊 Thanks -Original Message- From: Benoit TELLIER Sent: 27 April 2023 10:59 To: server-user@james.apache.org Subject: Re: [EXT] Re: - Error while processing imap request No and no. On 27/04/2023 16:58,

How to monitor IMAP protocol?

2023-04-30 Thread Marc Chamberlin
ls do disappears from the Inbox folder temporarily only to reappear back in the Inbox folder a little later. Another symptom that has show up is Thunderbird keeps reporting that it cannot save a copy of my draft emails while I am composing it. So my question is, what is the best way to monitor the

RE: [EXT] Re: - Error while processing imap request

2023-04-27 Thread Sean McElroy
😊 Thanks -Original Message- From: Benoit TELLIER Sent: 27 April 2023 10:59 To: server-user@james.apache.org Subject: Re: [EXT] Re: - Error while processing imap request No and no. On 27/04/2023 16:58, Sean McElroy wrote: > Thanks Benoit. > > Does this affect Apache James or

Re: [EXT] Re: - Error while processing imap request

2023-04-27 Thread Benoit TELLIER
: server-user@james.apache.org Subject: Re: [EXT] Re: - Error while processing imap request Hello, Yes it helps. In java versions above java 11, java is more restrictive about reflection (as shown in [1] ) and here the JMS mailqueue fails at initializing stuff to read emails in the queue (shown in [2

RE: [EXT] Re: - Error while processing imap request

2023-04-27 Thread Sean McElroy
while processing imap request Hello, Yes it helps. In java versions above java 11, java is more restrictive about reflection (as shown in [1] ) and here the JMS mailqueue fails at initializing stuff to read emails in the queue (shown in [2]). The FST serializer makes heavy usage of reflection

Re: [EXT] Re: - Error while processing imap request

2023-04-27 Thread Benoit TELLIER
ailet-api-3.6.0.jar:3.6.0] ... 36 more -Original Message- From: Benoit TELLIER Sent: 26 April 2023 00:59 To:server-user@james.apache.org Subject: [EXT] Re: - Error while processing imap request Hello Sean, Which James server flavour are you using? (distributed, spring, guice-jpa, etc...

RE: [EXT] Re: - Error while processing imap request

2023-04-26 Thread Sean McElroy
--Original Message- From: Benoit TELLIER Sent: 26 April 2023 00:59 To: server-user@james.apache.org Subject: [EXT] Re: - Error while processing imap request Hello Sean, Which James server flavour are you using? (distributed, spring, guice-jpa, etc... ) Which version of James are y

RE: [EXT] Re: - Error while processing imap request

2023-04-26 Thread Sean McElroy
Hello Benoit, I am using James Spring, version 3.6.0 Best Regards, Sean -Original Message- From: Benoit TELLIER Sent: 26 April 2023 00:59 To: server-user@james.apache.org Subject: [EXT] Re: - Error while processing imap request Hello Sean, Which James server flavour are you using

Re: - Error while processing imap request

2023-04-25 Thread Benoit TELLIER
Hello Sean, Which James server flavour are you using? (distributed, spring, guice-jpa, etc... ) Which version of James are you running> ClosedChannelException in IMAP are unrelated to email delivery and fully harmless... Best regards, Benoit On 25/04/2023 20:57, Sean McElroy wr

- Error while processing imap request

2023-04-25 Thread Sean McElroy
] org.apache.james.imapserver.netty.ImapChannelUpstreamHandler.exceptionCaught:143 - Error while processing imap request java.nio.channels.ClosedChannelException: null Any ideas, why this might be? Many thanks. Confidential Communication: The contents of this e-mail including any attachment are

Re: Moving Servers Wipes Out iPhone's Mail Accounts (IMAP Trace attached)

2019-11-08 Thread Matthieu Baechler
Hi Jerry, On Tue, 2019-10-29 at 15:12 -0500, Jerry Malcolm wrote: > Ok, I need an IMAP expert Below is a very brief trace of the > communications between iPhone mail and JAMES (3.4). I completely > deleted an account on my iPhone, then recreated it while in airplane > mode to

Re: Moving Servers Wipes Out iPhone's Mail Accounts (IMAP Trace attached)

2019-10-31 Thread Jerry Malcolm
in iPhone search below) --- iPhone: UID SEARCH RETURN (COUNT) 1:* NOT DELETED Response: ESEARCH (TAG "39") UID ALL 7776,7955:7970,7975:8033 The two queries above are for the same email account/folder. Again, I'm not an IMAP expert.  But it appears that both should return the same

Re: Moving Servers Wipes Out iPhone's Mail Accounts (IMAP Trace attached)

2019-10-29 Thread Jerry Malcolm
Ok, I need an IMAP expert Below is a very brief trace of the communications between iPhone mail and JAMES (3.4).  I completely deleted an account on my iPhone, then recreated it while in airplane mode to make sure I didn't miss any communications in my trace.  I started the trace, e

Re: IMAP Error

2019-09-17 Thread Jerry Malcolm
Thunderbird instance.  So far, so good. But now every time Thunderbird contacts James for an IMAP update, I get the error below in the James log.  I'm not really familiar with jpa.  I searched through the source and found quite a few places that the "findMessagesInMailbox" name

Re: IMAP Error

2019-09-16 Thread Tellier Benoit
se.  I created a new test email account in James and configured >> it in my local Thunderbird instance.  So far, so good. But now every >> time Thunderbird contacts James for an IMAP update, I get the error >> below in the James log.  I'm not really familiar with jpa. 

Re: IMAP Error

2019-09-16 Thread Jerry Malcolm
ndbox copy of my real database.  I created a new test email account in James and configured it in my local Thunderbird instance.  So far, so good. But now every time Thunderbird contacts James for an IMAP update, I get the error below in the James log.  I'm not really familiar with jpa.  I s

IMAP Error

2019-09-16 Thread Jerry Malcolm
contacts James for an IMAP update, I get the error below in the James log.  I'm not really familiar with jpa.  I searched through the source and found quite a few places that the "findMessagesInMailbox" name is referenced.  So not really sure why it says it isn't defined.  Any idea

james3 smtp imap auth with digital certificates?

2017-11-15 Thread Mike Lepore
Is there some way of configuring james 3 to require users to authenticate with a digital certificate instead of just uid/pw? -- thanks, Michael Lepore michael.lepore.w...@gmail.com - To unsubscribe, e-mail: server-user-unsubs

Re: AW: Re: James 3.0 RC1, [resolved] Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread Mike Lepore
Yep, thanks for the help. after reading your response, I noticed in the imap conf file, I didn't change the binding port from 143 to 993. I then changed the smtp conf back to StartTLS=true as you suggested, and left the binding to port 25. Thunderbird works just fine now. thanks, Mi

AW: Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread cryptearth
ive mails from the world. > >I suggest using starttls on 25 so an external server wich wants to deliver >mail to you is able to do so. > >greetings from Germany > >Matt > > Mike Lepore schrieb > >>Thunderbird is failing to find settings for socketTLS

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread cryptearth
. greetings from Germany Matt Mike Lepore schrieb >Thunderbird is failing to find settings for socketTLS set in imap and >smtp conf. Is there a way to get this to work? > > > >... > >INFO 14:59:14,214 | james.smtpserver | Id='1607585407' User=''

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread Mike Lepore
Thunderbird is failing to find settings for socketTLS set in imap and smtp conf. Is there a way to get this to work? ... INFO 14:59:14,214 | james.smtpserver | Id='1607585407' User='' Connection established from 0:0:0:0:0:0:0:1 INFO 14:59:14,217 | james.smtpserver |

答复: 答复: Apache James - how IMAP is supported by James?

2016-09-19 Thread lihai ming
版邮件应用 发件人: Matthieu Baechler<mailto:mbaech...@linagora.com> 发送时间: 2016年9月19日 18:43 收件人: server-user@james.apache.org<mailto:server-user@james.apache.org> 主题: Re: 答复: Apache James - how IMAP is supported by James? Hi Rami, Le 19/09/2016 à 12:34, Rami Ojares a écrit : > Everytime I h

Re: 答复: Apache James - how IMAP is supported by James?

2016-09-19 Thread Matthieu Baechler
d) 2. there's a plan towards 3.0 ... 3. ... and this plan includes "endurance & load testing" So, expect your stall connection problems to be fixed before 3.0 and a James release in the near future. And finally, to answer Haiming, James 3 supports IMAP without known blocking

Re: 答复: Apache James - how IMAP is supported by James?

2016-09-19 Thread Rami Ojares
ming wrote: Matthieu, Thanks for your reply. Our project has setup a James server with james-2.3.2.1. Now we also want to setup IMAP. So if james-2.3.2.1 does not support IMAP, then we have to move to James v3. Before taking any action, I like to got the confirmation from experienced users (and

答复: Apache James - how IMAP is supported by James?

2016-09-19 Thread lihai ming
Matthieu, Thanks for your reply. Our project has setup a James server with james-2.3.2.1. Now we also want to setup IMAP. So if james-2.3.2.1 does not support IMAP, then we have to move to James v3. Before taking any action, I like to got the confirmation from experienced users (and experts

Re: Apache James - how IMAP is supported by James?

2016-09-19 Thread Matthieu Baechler
Hi haiming, I don't understand what you are looking for. James v3 indeed support IMAP and a number of IMAP extensions. Just launch the server and connect to port 143 to see by yourself. What else do you want to know ? Regards, -- Matthieu Baechler Le 19/09/2016 à 10:12, haiming li a

RE: Apache James - how IMAP is supported by James?

2016-09-19 Thread haiming li
Thanks Bernd for forwarding the question :) To be more specific, is IMAP only supported in JamesV3? Any practical guideline URL I can refer to? From: Bernd Waibel [mailto:bwai...@intarsys.de] Sent: Monday, September 19, 2016 15:03 To: James Users List Subject: AW: Apache James - how

AW: Apache James - how IMAP is supported by James?

2016-09-19 Thread Bernd Waibel
Hi Haiming, as far as I know, IMAP is not supported in James2. Only POP3. It is supported in James3, as it is included in the protocols: http://james.apache.org/protocols/imap4.html Best regards Bernd Waibel -Ursprüngliche Nachricht- Von: haiming li [mailto:haiming...@outlook.com

RE: Apache James - how IMAP is supported by James?

2016-09-18 Thread haiming li
Or IMAP is only supported in James3? -Original Message- From: haiming li [mailto:haiming...@outlook.com] Sent: Monday, September 19, 2016 12:28 To: 'James Users List' Subject: Apache James - how IMAP is supported by James? As in the subject, can someone sh

Apache James - how IMAP is supported by James?

2016-09-18 Thread haiming li
As in the subject, can someone shed a light? - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Re: James v3b5 Error while processing imap request: java.lang.NoSuchMethodError - org.apache.james.mime4j...

2016-04-12 Thread Melo
Is your problem solved ? - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Fwd: Help IMAP Error

2016-01-15 Thread Fox Web Creations
Mysql as database. This happens randomly and to resolve it i have to go and delete the email message from the mail table then it goes throught again. Below is the error : DEBUG 13:19:14,840 | james.imapserver | ID=756977038 Error while processing imap request java.lang.NullPointerException

POP3 and IMAP FetchMail timeout using Gmail

2015-08-13 Thread Alexander Farley
e(ExecutableRunnable.java:55) at org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116) I've tried using both POP3 and IMAP configuration. Here are snippets of the configuration I'm using: pop.g

Re: IMAP + PostgreSQL backend issues with Thunderbird

2015-04-29 Thread Kohei Nozaki
The problem has stop appearing after applying the patch, so I guess it solved the issue correctly. On 4/27/15 19:34, Kohei Nozaki wrote: > Hi Eric, > > Yes, I already confirmed that never occur with Derby. > > I think I found a problem that related to this, so could you check this > one and the

Re: IMAP + PostgreSQL backend issues with Thunderbird

2015-04-27 Thread Kohei Nozaki
Hi Eric, Yes, I already confirmed that never occur with Derby. I think I found a problem that related to this, so could you check this one and the patch? https://issues.apache.org/jira/browse/MAILBOX-228 On 4/27/15 17:35, Eric Charles wrote: > Seem like a postgres related issue. Can you confirm

Re: IMAP + PostgreSQL backend issues with Thunderbird

2015-04-27 Thread Eric Charles
Seem like a postgres related issue. Can you confirm it is working fine with derby or any other database? On 04/27/2015 06:49 AM, Kohei Nozaki wrote: > Hello, > > I'm running into exactly same problem to this: > http://www.mail-archive.com/server-user%40james.apache.org/msg14715.html > > I'm using

IMAP + PostgreSQL backend issues with Thunderbird

2015-04-26 Thread Kohei Nozaki
Hello, I'm running into exactly same problem to this: http://www.mail-archive.com/server-user%40james.apache.org/msg14715.html I'm using James3 which acquired from SVN trunk on Feburuary 2015, PostgreSQL 9.2.6 and Thunderbird 31.6.0. I have only around 20 message in INBOX, but every time Thunder

Re: Apache James - Connect IMAP lib to backend

2015-03-01 Thread Eric Charles
Look at how server module does https://svn.apache.org/repos/asf/james/server/trunk/protocols/protocols-imap4/ On 02/16/2015 11:31 PM, Pedro Teixeira wrote: > Hi, > > > > I need to use Apache James IMAP Lib to create an interface that allow > clients to connect through IMAP p

Apache James - Connect IMAP lib to backend

2015-02-16 Thread Pedro Teixeira
Hi, I need to use Apache James IMAP Lib to create an interface that allow clients to connect through IMAP protocol. However I didn´t found documentation to create this, specially how to handle messages that server receives. I initialized the lib like this: IMAPServer

Configuration of IMAP and POP3 authentication mechs and capa

2014-11-01 Thread Hendrik Dev
Hi, how can i configer the mechanism for IMAP and POP3 Authentication? For example: Disable AUTH=PLAIN or LOGINDISABLED or APOP ...? Especially for IMAP: Is it possible to deactivate certain capabilities (so that they are no advertised when the server lists the supported capabilities

Re: IMAP server crashes after some time - looking for cause

2014-10-12 Thread Eric Charles
;> http://www.mail-archive.com/server-user@james.apache.org/msg14761.html >> >> We are running james server beta 4 on a linux server with a oracle or >> a mysql database. >> After some time the we get timeouts when trying to connect with imap. >> The occurrence see

Re: IMAP server crashes after some time - looking for cause

2014-10-11 Thread Josip Almasi
database. After some time the we get timeouts when trying to connect with imap. The occurrence seems to be by chance. We couldn't reproduce the issue yet with tests (which is very important for us at the moment). What kind of tests? Does anybody know under what circumstances this

IMAP server crashes after some time - looking for cause

2014-10-10 Thread Mathias.Eckert
connect with imap. The occurrence seems to be by chance. We couldn't reproduce the issue yet with tests (which is very important for us at the moment). Does anybody know under what circumstances this issue occurs or what concrete activity triggers this issue? Regards Ma

Re: Imap Error Message

2014-08-09 Thread Lee Chalupa
lchal...@seelink.org:Trash DEBUG 22:04:51,583 | james.imapserver | ID=16380886 Loaded mailbox #private:lchal...@seelink.org:INBOX WARN 22:04:51,600 | james.imapserver | ID=16380886 Error while processing imap request: java.lang.NullPointerException - null DEBUG 22:04:51,600 | james.imapserver | ID=16380886 Error

Re: Imap Error Message

2014-08-03 Thread Eric Charles
mes.imapserver | ID=1434325079 Connection > established from xx.xx.xx.190 > WARN 16:27:17,893 | james.imapserver | ID=1434325079 Error while > processing imap request: java.lang.NullPointerException - null > INFO 16:27:17,895 | james.imapserver | ID=1434325079 Connection closed > f

Imap Error Message

2014-08-03 Thread Lee Chalupa
O 16:27:16,119 | james.imapserver | ID=1434325079 Connection established from xx.xx.xx.190 WARN 16:27:17,893 | james.imapserver | ID=1434325079 Error while processing imap request: java.lang.NullPointerException - null INFO 16:27:17,895 | james.imapserver | ID=1434325079 Connection closed for xx.x

Re: problem with thunderbird and big mail (IMAP) James server 3b5

2014-07-12 Thread Eric Charles
rd report an error saving the mail in sent (IMAP) folder. The error > is a false allarm since the mail is correctly saved. Sometimes happens the > mail is saved twice. > > Never experinced any problem with Outlook Express and LiveMail with any mail > size. > > Anybod

problem with thunderbird and big mail (IMAP) James server 3b5

2014-07-09 Thread Pietro Romanazzi
Hi, We experienced problems with thunderbird (24.6.0) sending mail bigger than 8MB (Not too big anyway!). Thunderbird report an error saving the mail in sent (IMAP) folder. The error is a false allarm since the mail is correctly saved. Sometimes happens the mail is saved twice. Never

James v3b5 Error while processing imap request: java.lang.NoSuchMethodError - org.apache.james.mime4j...

2014-03-04 Thread Jerry M
Every time I try to access an IMAP folder from an IMAP client (both iPhone and Thunderbird) I get the following error message in the log: Error while processing imap request: java.lang.NoSuchMethodError - org.apache.james.mime4j.parser.MimeStreamParser.(Lorg/apache/james/mime4j/stream

Re: IMAP Service dispose after some time

2013-12-11 Thread Eric Charles
yes, we had such issues with beta4, corrected in trunk (beta5-snapshot) On 12/11/2013 12:38 PM, Ajay Kumar wrote: Hi Team, I am using james server 3.0. Beta 4. I am running james as window service with My Sql as database. The issue i am facing is : After some unexpected time the imap service

IMAP Service dispose after some time

2013-12-11 Thread Ajay Kumar
Hi Team, I am using james server 3.0. Beta 4. I am running james as window service with My Sql as database. The issue i am facing is : After some unexpected time the imap service of james disposes and i get socket time out error when try to connect with imap. Then to make it working i have

IMAP Service dispose after some time

2013-12-11 Thread Ajay Kumar
Hi Team, I am using james server 3.0. Beta 4. I am running james as window service with My Sql as database. The issue i am facing is : After some unexpected time the imap service of james disposes and i get socket time out error when try to connect with imap. Then to make it working i have

Re: IMAP Reload Issues with Thunderbird

2013-11-08 Thread Eric Charles
edded Derby database? (did you monitor the PostgreSQL connection for any trouble?) On 31/10/13 10:36, Thomas Graefenhain wrote: Hi All, Prerequisite: I'm using James 3.0-beta4 configured with PostgreSQL 9.3. I'm accessing it via Thunderbird 24.1.0 over IMAP. My folder structure is lik

Re: IMAP Reload Issues with Thunderbird

2013-11-08 Thread Thomas Graefenhain
sing James 3.0-beta4 configured with PostgreSQL 9.3. I'm accessing it via Thunderbird 24.1.0 over IMAP. My folder structure is like the following: INBOX.Folder.Subfolder and I have over 600 mails in one Subfolder. Problem: While accessing a Subfolder with Thunderbird the amount of mails shown

Re: IMAP Reload Issues with Thunderbird

2013-11-03 Thread Thomas Graefenhain
reSQL connection for any trouble?) On 31/10/13 10:36, Thomas Graefenhain wrote: Hi All, Prerequisite: I'm using James 3.0-beta4 configured with PostgreSQL 9.3. I'm accessing it via Thunderbird 24.1.0 over IMAP. My folder structure is like the following: INBOX.Folder.Subfolder and I have ov

Re: IMAP Reload Issues with Thunderbird

2013-11-03 Thread Eric Charles
, Thomas Graefenhain wrote: Hi All, Prerequisite: I'm using James 3.0-beta4 configured with PostgreSQL 9.3. I'm accessing it via Thunderbird 24.1.0 over IMAP. My folder structure is like the following: INBOX.Folder.Subfolder and I have over 600 mails in one Subfolder. Problem: While a

Re: POP IMAP Server vs SMTP Server

2013-11-02 Thread Robert Munn
james has an smtp server built in. look in /conf for the smtpserver config. looks like the wikipedia page is out of date. On Fri, Nov 1, 2013 at 7:49 AM, Merve Temizer wrote: > Hi, > > Wikipedia[1] tells that James is a POP/IMAP server, but James does not > exists in SMTP server list

POP IMAP Server vs SMTP Server

2013-11-01 Thread Merve Temizer
Hi, Wikipedia[1] tells that James is a POP/IMAP server, but James does not exists in SMTP server list. But when i installed James on my PC, i was able to send SMTP mail at localhost on port 25. Can you provide something to understand this situation? Thanks [1]http://en.wikipedia.org/wiki

IMAP Reload Issues with Thunderbird

2013-10-31 Thread Thomas Graefenhain
Hi All, Prerequisite: I'm using James 3.0-beta4 configured with PostgreSQL 9.3. I'm accessing it via Thunderbird 24.1.0 over IMAP. My folder structure is like the following: INBOX.Folder.Subfolder and I have over 600 mails in one Subfolder. Problem: While accessing a Subf

Re: Error saving message wie IMAP and STARTTLS

2013-05-21 Thread Eric Charles
Hi, We had such issues before but it is fixed in trunk. If you don't use trunk, can you try with a snapshot? Thx, Eric On 21/05/2013 12:53, Tim Waizenegger wrote: Hi, I'm getting an error when trying to save a message to an IMAP folder via STARTTLS encryption. The same opera

Error saving message wie IMAP and STARTTLS

2013-05-21 Thread Tim Waizenegger
Hi, I'm getting an error when trying to save a message to an IMAP folder via STARTTLS encryption. The same operation works fine when using plain IMAP. I'm having no trouble with other IMAp operations over STARTTLS though. my client is Thunderbird 17.0.6 The error is: DEBUG 13

Re: IMAP IDLE architecture

2013-01-21 Thread Eric Charles
Hi Martin, Instead of hooking at the IDLE imap command, you could register your own listener (on mailbox level). That listener will be notified and it could issue the WebSocket call. Thx, Eric On 21/01/2013 18:00, Martin Hewitt wrote: Hi Eric, It looks like I'll have to take the &q

Re: IMAP IDLE architecture

2013-01-21 Thread Martin Hewitt
nd then loaded >> when James loads the mailbox. The REST backend also has a comet function, >> so can push messages out to subscribers. How can I link this external >> message event with the internal James IMAP IDLE functionality? >> >> Thanks, >> >> Marti

Re: IMAP IDLE architecture

2013-01-21 Thread Eric Charles
loaded when James loads the mailbox. The REST backend also has a comet function, so can push messages out to subscribers. How can I link this external message event with the internal James IMAP IDLE functionality? Thanks, Martin On 7 January 2013 07:30, Eric Charles wrote: Hi Martin,

Re: IMAP IDLE architecture

2013-01-20 Thread Martin Hewitt
and then loaded when James loads the mailbox. The REST backend also has a comet function, so can push messages out to subscribers. How can I link this external message event with the internal James IMAP IDLE functionality? Thanks, Martin On 7 January 2013 07:30, Eric Charles wrote: > Hi Mar

Re: James 3, reliability of IMAP UID, " permalink" of email message

2013-01-08 Thread Eric Charles
Hi, UID are immutable for a mailbox. However, when you copy a mail from a mailbox to another mailbox, the UID is changed (regenerated based on the destination mailbox UID sequence). The IMAP RFC impose a long format (number) being incremented, and the James mailbox implementation relies on

James 3, reliability of IMAP UID, " permalink" of email message

2013-01-08 Thread Syao Work
Hello, Our system needs some way to access emails with permanent email IDs. We use IMAP client, and I am interested in reliability of IMAP UID in James. So here's some questions :) 1. Can I disable regeneration of UID to make it permanent in James with IMAP account? 2. Is there a better w

Re: IMAP IDLE architecture

2013-01-06 Thread Eric Charles
don't have to do anything on you custom mailbox. mailbox-store will take care of idle for you. Thx, Eric [1] https://svn.apache.org/repos/asf/james/protocols/trunk/imap/src/main/java/org/apache/james/imap/processor/IdleProcessor.java On 06/01/2013 12:20, Martin Hewitt wrote: Hi al

Re: [James 3] How to connect SMTP to IMAP mailbox? Outbox

2013-01-03 Thread Eric Charles
On 03/01/2013 08:30, Syao Work wrote: On Wed, Jan 2, 2013 at 7:15 PM, Eric Charles wrote: On 01/01/2013 21:51, Syao Work wrote: Hello, Scenario 1: making "outbox" folder in james IMAP. Then james could connect to users IMAP outbox folder and send messages ove

Re: [James 3] How to connect SMTP to IMAP mailbox? Outbox

2013-01-02 Thread Syao Work
On Wed, Jan 2, 2013 at 7:15 PM, Eric Charles wrote: > > > On 01/01/2013 21:51, Syao Work wrote: > >> Hello, >> >> Scenario 1: >>making "outbox" folder in james IMAP. >>Then james could connect to users IMAP outbox folder and

Re: [James 3] How to connect SMTP to IMAP mailbox? Outbox

2013-01-02 Thread Eric Charles
On 01/01/2013 21:51, Syao Work wrote: Hello, Scenario 1: making "outbox" folder in james IMAP. Then james could connect to users IMAP outbox folder and send messages over SMTP and moving those mails to Sent Items folder. custom mailet to the rescue if the process

[James 3] How to connect SMTP to IMAP mailbox? Outbox

2013-01-01 Thread Syao Work
Hello, Scenario 1: making "outbox" folder in james IMAP. Then james could connect to users IMAP outbox folder and send messages over SMTP and moving those mails to Sent Items folder. Scenario 2: James IMAP user sends email over SMTP with his IMAP user credential. Th

Re: Want to execute a script upon getting a read receipt from IMAP client

2012-10-12 Thread Eric Charles
Hi Rajesh, mailbox-store uses Event mecanism MailboxEventDispatcher MailboxListener You can implement your own processing further to the generation of FlagsUpdated (read mail) ... thx, Eric On 11/10/2012 13:20, Rajesh Bansal wrote: Hi Friends, I need to execute something at IMAP server

Want to execute a script upon getting a read receipt from IMAP client

2012-10-11 Thread Rajesh Bansal
Hi Friends, I need to execute something at IMAP server side whenever a user is reading his mail or deleting his mail from mailbox. Can you guys please help me in this regard . I will be thankful to you. Rajesh Bansal, Project Manager Telemune Software Solutions Pvt. Ltd. M. No. +91

Re: Exposing a custom message/user store via IMAP using Mailbox

2012-09-18 Thread Eric Charles
On 14/09/2012 12:32, Marco Zapletal wrote: ... The messages which I want to expose via IMAP are not delivered using SMTP, but via some other protocols. So, my question was how to get my messages processed and stored in the James mailbox. In the meantime I already got this working by wrapping my

Re: Exposing a custom message/user store via IMAP using Mailbox

2012-09-14 Thread Marco Zapletal
User.userName and Mailbox.name)? If so, I guess it is not possible to allow multiple users (each of them with his own password) to access the same mailbox? A mailbox belongs to user (Mailbox.user). A user can subscribe to a Mailbox so it will appear in its imap client. There is an effort to

Re: Exposing a custom message/user store via IMAP using Mailbox

2012-09-14 Thread Eric Charles
with his own password) to access the same mailbox? A mailbox belongs to user (Mailbox.user). A user can subscribe to a Mailbox so it will appear in its imap client. There is an effort to introduce ACL (Access Control List), so a mailbox can be accessed by multiple users, depending on assigned

Re: Exposing a custom message/user store via IMAP using Mailbox

2012-09-07 Thread Hamster
to put > MimeMessage instances as BlobMessages on the SPOOL queue (if I do not use > the SMTP server directly)? > > > > Thanks in advance, > > Marco > > On 05.09.2012 10:19, Marco Zapletal wrote: > >> Hi folks, >> >> I have an existing, "custom" m

Re: Exposing a custom message/user store via IMAP using Mailbox

2012-09-07 Thread Marco Zapletal
ustom" message store running, which I want to expose via IMAP. The Mailbox project seems to be quite handy for that. Could someone please give me feedback whether the following steps are correct: - Mailbox Persistence: Implement Mailbox persistence for my custom message store (i.e.,

Exposing a custom message/user store via IMAP using Mailbox

2012-09-05 Thread Marco Zapletal
Hi folks, I have an existing, "custom" message store running, which I want to expose via IMAP. The Mailbox project seems to be quite handy for that. Could someone please give me feedback whether the following steps are correct: - Mailbox Persistence: Implement Mailbox persiste

Re: IMAP problem with 3.0-beta4

2012-08-22 Thread Eric Charles
wrote: Hi all, Our IMAP server was running for about 14 days without problems (we pilot phased it for about 7 days which worked fine) we got the following exception (found in james-server.log, not imap-server.log): - INFO

Re: IMAP UID uniqueness question

2012-08-21 Thread Joshua Armstrong
On 8/18/2012 5:27 AM, Eric Charles wrote: Hi, We tackle distributed UID generation via https://issues.apache.org/jira/browse/MAILBOX-103 We have a first snapshot implementation (undocumented) with UID generated by a Zookeeper Ensemble in https://svn.apache.org/repos/asf/james/mailbox/trunk/

  1   2   3   4   >