[jira] [Commented] (IMAP-351) ACL Support

2012-11-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503156#comment-13503156 ] Eric Charles commented on IMAP-351: --- After applying the patch, the unit test

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
. Yes you are right it will be authenticated use for sure. Is it possible to test it from 127.0.0.1 (i.e locally) or I need to put/install James on my Softlayer servers ? On Mon, Nov 19, 2012 at 3:55 PM, Eric Charles wrote: Yes, Just create the needed user/password and give them to your users

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
Yes, Just create the needed user/password and give them to your users (I guess you don't want to act as an openrelay). SMTP relay will is working by default for authenticated users. Thx, Eric On 19/11/2012 10:15, Dhrubo wrote: Hello, Is it possible to use James as an SMTP relay ju

Re: Building trunk

2012-11-11 Thread Eric Charles
to build without the test, add -DskipTests Thx, Eric On 11/11/2012 17:41, Merve Temizer wrote: How can i be sure previous failures are shut down, there is no more effects? With what other application might hbase started? 2012/11/9 Eric Charles It builds/tests fine on the Apache CI [1] and

Re: Building trunk

2012-11-09 Thread Eric Charles
en_US, platform encoding: UTF-8 OS name: "linux", version: "3.0.0-16-generic", arch: "i386", family: "unix" thanks very much for time. 2012/11/9 Eric Charles Hi Merve, Can you send env details: os and jdk version? Thx, Eric On 09/11/2012 13:59, Me

Re: creating group folders per number of users

2012-11-09 Thread Eric Charles
ve their emails in different networked machines file systems like below: org1machine org2machine etc.., Is there a way we can save these emails into different file systems? I appreciate your response on this. Thank you, Sai On Mon, Nov 5, 2012 at 4:41 PM, Eric Charles wrote: No yet. We are wo

Re: Building trunk

2012-11-09 Thread Eric Charles
Hi Merve, Can you send env details: os and jdk version? Thx, Eric On 09/11/2012 13:59, Merve Temizer wrote: Hello, I had problems on hbase by building tag 3.0 beta, then i checked out trunk from http://svn.apache.org/repos/asf/james/server/trunk I am using maven 3 to "mvn clean compile inst

Re: creating group folders per number of users

2012-11-05 Thread Eric Charles
No yet. We are working on ACL (Access Control List) support in James. That should give you a kind-of group functionality. Thx, Eric On 05/11/2012 18:00, Rajender Vallapureddy wrote: Hi, We want to provide a folder for 10 users as a group. What we want to achieve is routing of messages for a u

[jira] [Commented] (JAMES-1440) Imap receive mail when there are many mails

2012-10-31 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487658#comment-13487658 ] Eric Charles commented on JAMES-1440: - Thx for the details. I will be happy to t

[jira] [Commented] (JAMES-1440) Imap receive mail when there are many mails

2012-10-31 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487616#comment-13487616 ] Eric Charles commented on JAMES-1440: - Hi, POP3 does not support search func

[jira] [Updated] (IMAP-351) ACL Support

2012-10-25 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated IMAP-351: -- Attachment: master...MAILBOX-175.diff Patch I was talking about in the previous comment is attached

IMAP-351 and PROTOCOLS-98

2012-10-24 Thread Eric Charles
Hi, I should soon commit IMAP-351 (ACL Support) and PROTOCOLS-98 (Decouple POP3 UID forming logic from protocol implementation) which mean some API change. Any blocker on this? Thx, Eric - To unsubscribe, e-mail: server-de

[jira] [Commented] (PROTOCOLS-98) Decouple POP3 UID forming logic from protocol implementation

2012-10-24 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483914#comment-13483914 ] Eric Charles commented on PROTOCOLS-98: --- Hi Rustam, Thx for your pull reques

[jira] [Commented] (IMAP-351) ACL Support

2012-10-24 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483911#comment-13483911 ] Eric Charles commented on IMAP-351: --- Hi, We talked about the attached big patch (t

[jira] [Resolved] (JAMES-1439) Copy mailbox from CLI

2012-10-19 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1439. - Resolution: Fixed Committed, Can be closed > Copy mailbox from

[jira] [Created] (JAMES-1439) Copy mailbox from CLI

2012-10-19 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1439: --- Summary: Copy mailbox from CLI Key: JAMES-1439 URL: https://issues.apache.org/jira/browse/JAMES-1439 Project: JAMES Server Issue Type: Improvement

Re: James as a JavaEE Connector

2012-10-17 Thread Eric Charles
On 16/10/2012 20:52, David Blevins wrote: On Oct 16, 2012, at 1:55 AM, Eric Charles wrote: Hi, see response inline. (also, better to use server-dev@james.apache.org and not gene...@james.apache.org) Switched. On 15/10/2012 20:01, David Blevins wrote: Hi All, I have the goal to be

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-16 Thread Eric Charles
ile://var/mail/infected/ ToRepository is in a project: james-server-mailet. Its init() is called on startup of debugging but its service() method is not called. Am i wrong on expecting ToRepository.service() to run? 2012/10/12 Eric Charles Not sure what's going on. Is mail.getRe

[jira] [Resolved] (JAMESAPP-7) NPE when parsing spring XML on JDK7

2012-10-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMESAPP-7. - Resolution: Fixed Assignee: Eric Charles (was: Norman Maurer) The issue is solved when

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Eric Charles
s not the pr 2012/10/11 Eric Charles Is the content null if you send via regular mail client? Which telnet commands do you issue? Thx, Eric On 10/10/2012 16:58, Merve Temizer wrote: Hello, I have a custom mailet, i see it runs on debug environment. in service(org.apache.mailet.Mail

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-11 Thread Eric Charles
Is the content null if you send via regular mail client? Which telnet commands do you issue? Thx, Eric On 10/10/2012 16:58, Merve Temizer wrote: Hello, I have a custom mailet, i see it runs on debug environment. in service(org.apache.mailet.Mail mail) mail.getMessage().getContent is null.

Re: Missing james-cli.sh

2012-10-11 Thread Eric Charles
No problem, you are very welcome. You need to check out https://svn.apache.org/repos/asf/james/app/trunk/ (app, not server) Thx, Eric On 11/10/2012 13:48, Merve Temizer wrote: Sorry writing in dev list but i do not use binary i am building from source I checked out https://svn.apache.org/re

Re: James to Git?

2012-09-27 Thread Eric Charles
Sounds like a reasonable plan. In the meantime, if there are any barrier to contribute with the current SVN, just tell us so we can help. Thx, Eric On 27/09/2012 03:12, Saibabu Vallurupalli wrote: Add me as well +1 On Wed, Sep 26, 2012 at 4:22 PM, Ioan Eugen Stan wrote: Hello, I've not

Re: [PATCH] [JAMES-1436] APPEND IMAP command can result in JAMES IMAP waiting indefinitely for data

2012-09-20 Thread Eric Charles
Hi Samant, Thx for this. The mailing list has removed the attached file. Could you please open a JIRA on [1] and attached there the patch (grant ASF for it). Thx, Eric [1] https://issues.apache.org/jira/browse/IMAP On 20/09/2012 00:39, Samant Maharaj wrote: This patch provides an example f

Re: Adding additional persistence units

2012-09-18 Thread Eric Charles
I guess you want to access an external database from you mailet via JPA. If I remember well, you should rather look defining multiple persistence.xml file, each with its own persistence-unit, rather than putting them all in one single file. google it :) Thx, Eric On 17/09/2012 11:55, Merve

Re: A6EE6908 missing from KEYS

2012-09-18 Thread Eric Charles
Hi Robert, Yes, please add it. KEYS should be maintained. If it is not accurate, we will need to fix it. Thx, Eric On 16/09/2012 16:02, Robert Burrell Donkin wrote: A6EE6908[1] signed james-2.3.2 but is missing from the KEYS document[2] Unless there are any objections, I'll just dive in and

Re: Accessing via POP3 and Javamail with an encrypted password

2012-09-14 Thread Eric Charles
Are you referring to APOP protocols, which btw I don't think James supports? Thx, Eric On 13/09/2012 14:25, Merve Temizer wrote: I need to connect with Javamail to James using a SHA encrypted password string. But I think James need plain text. I have the code below // Get a

[jira] [Commented] (PROTOCOLS-98) Decouple POP3 UID forming logic from protocol implementation

2012-09-02 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446975#comment-13446975 ] Eric Charles commented on PROTOCOLS-98: --- I don't have the source in f

[jira] [Commented] (PROTOCOLS-98) Decouple POP3 UID forming logic from protocol implementation

2012-09-02 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446960#comment-13446960 ] Eric Charles commented on PROTOCOLS-98: --- Hi Rustam, POP3 relies on Mailbox, w

[jira] [Commented] (JAMES-729) Store the emails in Amazon S3

2012-08-31 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445790#comment-13445790 ] Eric Charles commented on JAMES-729: S3 is slow, so you you will need a more effic

[jira] [Commented] (JAMES-1433) Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail

2012-08-22 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439380#comment-13439380 ] Eric Charles commented on JAMES-1433: - The switch to geronimo javamail has been

[jira] [Resolved] (JAMES-1433) Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail

2012-08-17 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1433. - Resolution: Fixed test fixed, oracle javamail didn't create the correct headers, ger

Re: Project status and integration into James Mailbox

2012-08-16 Thread Eric Charles
the README, I think I've got now the idea of the test with lucene. I will try it. Thx, Eric On 08/16/2012 02:17 PM, Eric Charles wrote: Thx Mihai, Can you give us the github url? Do tests need an external hbase or does it run with HBaseMiniCluster? Btw, I tried to understand how to ru

Re: Project status and integration into James Mailbox

2012-08-16 Thread Eric Charles
Thx Mihai, Can you give us the github url? Do tests need an external hbase or does it run with HBaseMiniCluster? Btw, I tried to understand how to run the HBase lucene index in the Lucene tests following your README, but still don't get the idea... Any further comment? Thx, Eric On 08/16/2

Re: [VOTE] Release Hupa 0.0.3

2012-08-16 Thread Eric Charles
[X] +1 Please release Eric On 08/16/2012 11:55 AM, Manuel Carrasco Moñino wrote: Hi all, Please cast your VOTE for Apache Hupa 0.0.3 release: [ ] +1 Please release [ ] +0 No time to review [ ] -1 Something is wrong SVN tag: https://svn.apache.org/repos/asf/james/hupa/tags/hupa-parent-0.0.3/

[jira] [Resolved] (JAMES-1431) Geronimo JavaMail implementation throws exception when opening content of an image attachment

2012-08-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1431. - Resolution: Fixed Reclosing, JAMES-1433 had to be reopened instead. > Geron

[jira] [Reopened] (JAMES-1433) Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail

2012-08-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened JAMES-1433: - Somte tests in james-server-core are now failing... > Upgrade to geron

[jira] [Reopened] (JAMES-1431) Geronimo JavaMail implementation throws exception when opening content of an image attachment

2012-08-16 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened JAMES-1431: - Some tests in james-server-core are now failing... > Geronimo JavaM

[jira] [Commented] (JAMES-1429) FileMailQueue looks like it does not survive James restart

2012-08-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435208#comment-13435208 ] Eric Charles commented on JAMES-1429: - To help the RemoteDelivery configuratio

[jira] [Commented] (JAMES-1432) Support TimeUnits in RemoteDelivery delayTime

2012-08-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435206#comment-13435206 ] Eric Charles commented on JAMES-1432: - The configuration will look like 5 minutes

[jira] [Resolved] (JAMES-1433) Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail

2012-08-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1433. - Resolution: Fixed Done > Upgrade to geronimo-javamail_1.4 1.8.3 and excl

[jira] [Resolved] (JAMES-1431) Geronimo JavaMail implementation throws exception when opening content of an image attachment

2012-08-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1431. - Resolution: Fixed Assignee: Eric Charles Fixed with JAMES-1433. Thx Idea Harness

[jira] [Created] (JAMES-1433) Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail

2012-08-15 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1433: --- Summary: Upgrade to geronimo-javamail_1.4 1.8.3 and exclude oracle mail Key: JAMES-1433 URL: https://issues.apache.org/jira/browse/JAMES-1433 Project: JAMES Server

[jira] [Created] (JAMES-1432) Support TimeUnits in RemoteDelivery delayTime

2012-08-15 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1432: --- Summary: Support TimeUnits in RemoteDelivery delayTime Key: JAMES-1432 URL: https://issues.apache.org/jira/browse/JAMES-1432 Project: JAMES Server Issue Type

[jira] [Resolved] (JAMES-1426) Check the mailet container behavior in case of SenderIsLocal/ToSenderFolder configuration

2012-08-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1426. - Resolution: Invalid Matcher / Mailet behaves as it should. SenderIsLocal/ToSenderFolder

[jira] [Commented] (JAMES-1431) Geronimo JavaMail implementation throws exception when opening content of an image attachment

2012-08-14 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434325#comment-13434325 ] Eric Charles commented on JAMES-1431: - Thx for detais. Maven will do the hard s

[jira] [Commented] (JAMES-1429) FileMailQueue looks like it does not survive James restart

2012-08-14 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434139#comment-13434139 ] Eric Charles commented on JAMES-1429: - Andrzej, I futher debugged and the file q

[jira] [Commented] (JAMES-1429) FileMailQueue looks like it does not survive James restart

2012-08-14 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434065#comment-13434065 ] Eric Charles commented on JAMES-1429: - Hi Andrzej, FileMailQueue is used for

Re: HBase Test Failure On Build (3.0beta4)

2012-08-14 Thread Eric Charles
beta4. If i can get beta5 will it be ok? Then how can i get it, you said some time ago that it is not a release, then, what should i do? 2012/8/13 Eric Charles Hi, There's nothing much we can do for released beta4. In trunk,; james-server-data-hbase was failing last time, but now it

[jira] [Commented] (JAMES-1431) Geronimo JavaMail implementation throws exception when opening content of an image attachment

2012-08-14 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433972#comment-13433972 ] Eric Charles commented on JAMES-1431: - Thx for detailed report. The idea is to

Re: HBase Test Failure On Build (3.0beta4)

2012-08-13 Thread Eric Charles
think is that the file permission issue does not arise any more on james-server-data-hbase... at least here... Maybe you can get some insipiration from MAILBOX-185 and see if it help on your env. If such, please submit a patch. Thx, Eric On 08/10/2012 06:40 PM, Eric Charles wrote: I also hav

[jira] [Created] (MAILBOX-185) mailbox-hbase tests fail due to incorrect data directory permissions

2012-08-13 Thread Eric Charles (JIRA)
Eric Charles created MAILBOX-185: Summary: mailbox-hbase tests fail due to incorrect data directory permissions Key: MAILBOX-185 URL: https://issues.apache.org/jira/browse/MAILBOX-185 Project: James

[jira] [Resolved] (MAILBOX-185) mailbox-hbase tests fail due to incorrect data directory permissions

2012-08-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILBOX-185. -- Resolution: Fixed tmp fix committed. Can be closed > mailbox-hbase te

[jira] [Resolved] (JAMES-1430) Remove uneeded template definition from the camel context

2012-08-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1430. - Resolution: Fixed Done. > Remove uneeded template definition from the ca

[jira] [Updated] (JAMES-1430) Remove uneeded template definition from the camel context

2012-08-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1430: Summary: Remove uneeded template definition from the camel context (was: Remove uneeded template

[jira] [Created] (JAMES-1430) Remove uneeded template definition from the camle

2012-08-13 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1430: --- Summary: Remove uneeded template definition from the camle Key: JAMES-1430 URL: https://issues.apache.org/jira/browse/JAMES-1430 Project: JAMES Server Issue

[jira] [Resolved] (JAMES-1429) FileMailQueue looks like it does not survive James restart

2012-08-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1429. - Resolution: Fixed Fix Version/s: 3.0-beta5 Assignee: Eric Charles Fixed in trunk

Re: HBase Test Failure On Build (3.0beta4)

2012-08-10 Thread Eric Charles
I also have the exception. I will try to look at this this weekend. Thx, Eric On 08/10/2012 11:24 AM, Merve Temizer wrote: When i run m2eclipse in Eclipse with goal "package" i see in the console: javax.management.InstanceAlreadyExistsException: MXBean already registered with name Hadoop:servic

Re: Processing customized properties files.. (app ... spring-server.xml)

2012-08-10 Thread Eric Charles
About multiple PropertyPlaceholderConfigurer in one spring context, I had issues with that in other prseojects. The solution was indeed to list the properties in a single PropertyPlaceholderConfigurer. But here in James multiple PropertyPlaceholderConfigurer seem to work fine... For you custom

Re: Replicated/Mirrored Database Configuration

2012-08-10 Thread Eric Charles
y possible that both the Prod and the DR machines could be running simultaneously, and we could get some overlap in UID's. We cannot configure this with only one database backend like I've seen your cluster configurations. Bill On Sat, 2012-07-28 at 09:40 +0200, Eric Charles wrote:

Re: Where is usersrepository.conf parsed?

2012-08-09 Thread Eric Charles
Hi Merve, The parsing occurs in the configure method of the ReadOnlyUsersLDAPRepository class. Spring container (and its James postprocessors) are responsible to call that method. Thx, Eric On 08/09/2012 02:03 PM, Merve Temizer wrote: I searched "repository" keyword also "usersdomain" key

Re: some update

2012-08-02 Thread Eric Charles
Hi Mihai, Thx for the update. I didn't try to update my locally cloned project as your last commit is from 30th June. Just ping us when you think your have something buildable / testable (think to the embedded hbase cluster I talked in a previous mail), even if not complete. Eric On 07/31

Re: Multiple Users Repository

2012-08-02 Thread Eric Charles
If i cant why James allow me to have multiple domains? 2012/8/2 Eric Charles Hi Merve, You can't have multiple repositories in userrepository.conf. LDAP only manages the users. You still have to have a separate persistence (non LDAP) for the domains http://james.apache.org/**server

Re: Adding Custom Project

2012-08-02 Thread Eric Charles
Hi, That's standard maven working. You need to define a pom in your custom mailet project (groupId, artifactId, version,...), and add back that information in the app pom.xml under the dependencies tag. Thx, Eric On 08/01/2012 12:24 PM, Merve Temizer wrote: No idea? 2012/7/31 Merve Temize

Re: Multiple Users Repository

2012-08-02 Thread Eric Charles
Hi Merve, You can't have multiple repositories in userrepository.conf. LDAP only manages the users. You still have to have a separate persistence (non LDAP) for the domains http://james.apache.org/server/3/config-domainlist.html Thx, Eric On 08/01/2012 12:23 PM, Merve Temizer wrote: Hello,

Re: Building source

2012-07-31 Thread Eric Charles
RightClick -> Properties -> Build Path -> Source every node has statement : "Excluded: None" I am on 3beta1. 2012/7/31 Eric Charles Click F5 and check if the exclusions of your eclipse project build path are removed. CTRL-B if the automatic build is not activated to rebuil

Re: Building source

2012-07-31 Thread Eric Charles
-exclusions.sh got no error, no output. Try to run Main.java (in container-spring) same error mvn clean compile install Try to run Main.java same error. Thanks in advance. 2012/7/31 Eric Charles remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-**sdk/blob/master/sh/remove-** m2eclipse

Re: Building source

2012-07-31 Thread Eric Charles
remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-sdk/blob/master/sh/remove-m2eclipse-exclusions.sh Thx, Eric On 07/31/2012 12:17 PM, Merve Temizer wrote: I am using eclipse checked out everything, did all the configuration in here http://james.apache.org/server/3/dev-build.html

Re: Replicated/Mirrored Database Configuration

2012-07-28 Thread Eric Charles
Hi Bill, I haven't, but if you replicate on database level, it should be transparent to James. Maybe someone else? Thx, Eric On 07/27/2012 10:49 PM, William Suetholz wrote: Hello, Has anybody configured JAMES to work with the mailstore database being replicated? The replication is for a

Re: Using with modified components..

2012-07-28 Thread Eric Charles
First, mvn install from your server tree. After, mvn install from your app tree (it will pull then the jar from your local repo based on the file timestamp which will be more recent than the apache repo timestamps). Thx, Eric On 07/27/2012 10:43 PM, William Suetholz wrote: Hello, I read

[jira] [Commented] (IMAP-368) IMAP SEARCH command parentheses an error?

2012-07-27 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423898#comment-13423898 ] Eric Charles commented on IMAP-368: --- Hi, Thx for the report. I will check this asap.

Re: ClassNotFoundException on Custom Mailet

2012-07-27 Thread Eric Charles
/lib did not work. 2012/7/25 Eric Charles Yes, exactly, that's called 'workspace resolution' http://james.apache.org/**server/3/dev-build.html#** Enable_Workspace_Resolution<http://james.apache.org/server/3/dev-build.html#Enable_Workspace_Resolution> Thx, Eric On 07/25

Re: Building from eclipse?

2012-07-26 Thread Eric Charles
Hi Conrad, Seems like our doc needs a wrap-up to get aligned with trunk. A recent thread should help you (read latest posts): http://markmail.org/message/ewpe3sas3o6hfi7v If this doesn't work out, just come back here :) Thx, Eric On 07/26/2012 01:10 AM, Conrad Irwin wrote: Hi All, Apologies

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
p project) from apache.orgrepositories , m2eclipse tells the apache-james(app project) to use my modified code of other projects in my Eclipse workspace? 2012/7/25 Eric Charles Import the project you want to change in your eclipse workspace. m2eclipse will update the projects classpath so your

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
/7/25 Merve Temizer I could "mvn packageo" and could run the project but codes are in jars and .class format. What should i do if i want to edit the code (i think apache license allow me). 2012/7/25 Eric Charles You can run from eclipse launching the main class. The conf files are now

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
and .class format. What should i do if i want to edit the code (i think apache license allow me). 2012/7/25 Eric Charles You can run from eclipse launching the main class. The conf files are now shipped in the jars. You can override the default properties by copying the *-template.conf files to

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
s/server/tags/james-server-3.0-beta4> and check out and import https://svn.apache.org/repos/**asf/james/app/trunk/<https://svn.apache.org/repos/asf/james/app/trunk/> into same workspace in Eclipse? Should i do something extra to make them know each other? Thanks in advance. 2012/7/

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
ttp://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4> . I used container-spring\src\main\config\james when using beta1 because of tutorial http://james.apache.org/server/3/dev-build.html 2012/7/25 Eric Charles beta5 is not yet released (this is why there is no tag for it). the

[jira] [Updated] (MAILBOX-183) readUidFile is taking too much time for large uid file and blocks other threads

2012-07-25 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated MAILBOX-183: - Attachment: james-imap-blocking-20120717.tdump Example of thread dump with many threads blocked

[jira] [Updated] (MAILBOX-183) readUidFile is taking too much time for large uid file and blocks other threads

2012-07-25 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated MAILBOX-183: - Attachment: james-imap-blocking-20120716.tdump > readUidFile is taking too much time

[jira] [Created] (MAILBOX-183) readUidFile is taking too much time for large uid file and blocks other threads

2012-07-25 Thread Eric Charles (JIRA)
Eric Charles created MAILBOX-183: Summary: readUidFile is taking too much time for large uid file and blocks other threads Key: MAILBOX-183 URL: https://issues.apache.org/jira/browse/MAILBOX-183

Re: Mail Storage on Disk

2012-07-25 Thread Eric Charles
Hi Merve, You can set the maildir top folder path via mailbox-maildir.properties, but in no way, how the mails are stored under that top folder. Maildir is a de-facto standard, so we simply respect it. IMHO, it should perform better than JPA, and yes, we have a kind-of b-tree index with luce

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
mes/server/tags/james-server-3.0-beta1/> does not exist. 2012/7/24 Eric Charles Hi, Not sure on how it was behaving on beta1 (we changed the jar/mailet loading since then). I you only have your mailet as custom code, the simplest is to download a nightly snapshot and use it.

[jira] [Commented] (JAMES-1422) Empty MAIL FROM: <> throws javax.mail.internet.AddressException: Out of data at position 1 in '' in string ``'' at position 1

2012-07-24 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421410#comment-13421410 ] Eric Charles commented on JAMES-1422: - You can try to change the beta4 smtp jar

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Eric Charles
a lot of configurations in it, can i "synchronize with repository" and get updates? Can it be enough? Thanks in advance for fast responses. 2012/7/24 Eric Charles Hi, We had a bug on jar loading and on documentation. You don't have to specify mailetpackage and you have to use

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Eric Charles
Hi, We had a bug on jar loading and on documentation. You don't have to specify mailetpackage and you have to use the full class name. The jar in conf/lib will only work with latest snapshots. Thx, Eric On 07/24/2012 12:47 PM, Merve Temizer wrote: Lines from my mailetcontainer.xml

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
in 3 beta 1? 2012/7/20 Eric Charles Hi, SAR-INF is for James 2.3. For James 3.0, you have to put your jar in conf/lib folder. Thx, Eric On 07/20/2012 02:20 PM, Merve Temizer wrote: I am using 3 beta 1. I searched net for writing my own mailet but a SAR-INF folder and a sar file generating pr

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
folder in 3 beta 1. Is there a way to do it in 3 b 1? Thanks for patience. 2012/7/20 Eric Charles James 2.3 should contain the needed jar with the ClamAVScan mailet. So nothing special to do, except defining the mailet in config.xml. Thx, Eric On 07/20/2012 01:14 PM, Merve Temizer wrote

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
James 2.3 should contain the needed jar with the ClamAVScan mailet. So nothing special to do, except defining the mailet in config.xml. Thx, Eric On 07/20/2012 01:14 PM, Merve Temizer wrote: ClamAVScan is mentioned as default mailets in James on http://james.apache.org/server/2.3.0/provided_mai

Re: Clam Daemon

2012-07-19 Thread Eric Charles
Hi, you will need a separate daemon clamd to detect virus (james does not ship with the daemon). Thx, Eric On 07/19/2012 05:35 PM, Merve Temizer wrote: I need to detect incoming mails with a mailet. I found out there is a pre-implemented mailet but, Should i install a daemon on my machine or d

Re: LDAP Login

2012-07-19 Thread Eric Charles
ou=users,ou=system", with a "uid" and a "userPassword" attributes. Also while adding new user, the DN should contain "uid". While querying James using e.g. POP3, USER yourusers...@example.com PASS yourUsersPassword should be used. =

[jira] [Closed] (PROTOCOLS-97) AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed PROTOCOLS-97. - Resolution: Fixed Fix Version/s: 1.6.2 Assignee: Eric Charles (was: Norman

Re: LDAP Login

2012-07-18 Thread Eric Charles
erver successfully. The configuration clues in https://issues.apache.org/jira/browse/JAMES-747 make me be patient and try more thing. I am going to tell what i exactly do in my blog. Thanks for helps. 2012/7/17 Eric Charles Hi, If any user/developer has already run james with ldap, I'm also int

[jira] [Closed] (JAMES-1424) Documentation bug in matcher & mailets

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1424. --- Resolution: Fixed Fix Version/s: 3.0-beta5 Assignee: Eric Charles Doc deployed

[jira] [Updated] (JAMES-1307) RemoteDelivery does not send a permanent error on 5xx during HELO/EHLO

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1307: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 > RemoteDelivery does

[jira] [Updated] (JAMES-1415) Manage Expires header in RemoteDelivery mailet

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1415: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 > Manage Expires header

[jira] [Updated] (JAMES-1310) Return value of File.[delete|mkdir] is ignored

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1310: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 > Return value of F

[jira] [Updated] (JAMES-1340) ChannelImapResponseWriter should check if channel is connected before write to it

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1340: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 > ChannelImapResponseWri

[jira] [Updated] (JAMES-1417) 1、Database migration Problem 2、RemoteDelivery maxRetries 3、Missing command implementation for commmand SORT 4、wrapper.conf load lib path

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1417: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 > 1、Database migrat

[jira] [Created] (JAMES-1426) Check the mailet container behavior in case of SenderIsLocal/ToSenderFolder configuration

2012-07-18 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1426: --- Summary: Check the mailet container behavior in case of SenderIsLocal/ToSenderFolder configuration Key: JAMES-1426 URL: https://issues.apache.org/jira/browse/JAMES-1426

<    2   3   4   5   6   7   8   9   10   11   >