RE: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Noel J. Bergman
>>> Make sure our container use an expiration for cached dns data >>> https://issues.apache.org/jira/browse/JAMES-679 >>> This one is a workaround that would avoid JAMES-592 to happen, with no >>> changes to the code. >> It disables the cache, and that means taking a performance hit on most >> look

RE: Type of next release

2006-12-18 Thread Noel J. Bergman
Stefano Bagnara wrote: > Cool! I'm happy to know there are others committer testing unreleased > code and helping in the hard consolidation process. You must be misunderstanding. I am running v2.3 plus just a couple of vital fixes that you blocked. I do wonder if whom else amongst us *other tha

Re: Type of next release

2006-12-18 Thread Stefano Bagnara
Noel J. Bergman wrote: Joachim Draeger wrote: Sorry I don't know which defect you are talking about. The memory leak is the main thing, plus I wanted to backport the per-IP connection code. I have already done that privately, and have been running with those changes since the day I posted the

Re: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Stefano Bagnara
Noel J. Bergman wrote: Stefano Bagnara wrote: In the mean time I fixed the following DNSServer related bugs in Trunk I can review the code changes, but I seem to recall that we can much backport the entire DNSServer from trunk, so long as we preserve the static method rather than change the d

RE: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Noel J. Bergman
Stefano Bagnara wrote: > In the mean time I fixed the following DNSServer related bugs in Trunk I can review the code changes, but I seem to recall that we can much backport the entire DNSServer from trunk, so long as we preserve the static method rather than change the deployment descriptors. A

RE: Type of next release

2006-12-18 Thread Noel J. Bergman
Joachim Draeger wrote: > Noel J. Bergman: > > We should (and should have already) released v2.3.1 with the changes that I > > wanted to make to fix the defect, and to add one other change (the per-IP > > connections, which is really quite helpful). > Sorry I don't know which defect you are talkin

Re: [jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Norman Maurer
To be more concrete: - The ipaddress of your mailserver needs a reverse dns entry. - This reverse dns entry should be equals to the A record which point to the ipaddress of your mailserver - This A record should be used as mx record - This A record should be used as heloname If you will solve all

Re: [jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Norman Maurer
Can you post the ipaddress of the mailserver ? Linux: ifconfig Windows: ipconfig I bet for the ipaddress of the mailserver exists no reverse entry.. bye Norman Ant Kutschera (JIRA) schrieb: > [ > http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459455 > ] >

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Ant Kutschera (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459455 ] Ant Kutschera commented on JAMES-746: - OK, I checked again, and I had set the helloname in the pop3 config, not smtp. I have corrected that now, restarted and r

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Ant Kutschera (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459453 ] Ant Kutschera commented on JAMES-746: - OK, I update the config file, and restarted james. >From the mailet log, below you see it still fails. Is there a way to

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Ant Kutschera (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459442 ] Ant Kutschera commented on JAMES-746: - So if a user from the dragonflyjane.com domain sends an email using the mail.maxant.co.uk server, you think AOL will not

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459431 ] Norman Maurer commented on JAMES-746: - A mailserver will everytime HELO/EHLO with the servername. Thats what rfc say. James use the ther helloname which is set

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Ant Kutschera (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459427 ] Ant Kutschera commented on JAMES-746: - Here is a typical bounce: +++ Hi. This is the James mail server at rm-201-29.serve.com. I

[jira] Commented: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459424 ] Norman Maurer commented on JAMES-746: - Can you post the bounce message ? I also suggest upgrading to james 2.3.0. I don't think this will fix your issue but 2.3

[jira] Created: (JAMES-746) Reverse DNS Lookup Fails for Virtual Accounts

2006-12-18 Thread Ant Kutschera (JIRA)
Reverse DNS Lookup Fails for Virtual Accounts - Key: JAMES-746 URL: http://issues.apache.org/jira/browse/JAMES-746 Project: James Issue Type: Bug Components: James Core Affects Versio

svn commit: r488298 - /james/server/trunk/src/conf/sqlResources.xml

2006-12-18 Thread norman
Author: norman Date: Mon Dec 18 07:07:18 2006 New Revision: 488298 URL: http://svn.apache.org/viewvc?view=rev&rev=488298 Log: Fix sqlStrings for vut Modified: james/server/trunk/src/conf/sqlResources.xml Modified: james/server/trunk/src/conf/sqlResources.xml URL: http://svn.apache.org/viewv

Re: [VOTE] Using of 2.3 branch

2006-12-18 Thread Bernd Fondermann
On 12/18/06, Norman Maurer <[EMAIL PROTECTED]> wrote: Hi all, i start this vote because i want to get an idea what other developers think about this. Here are the possible solutions: 1) Commit fixes and new "minor" features to 2.3 branch: -1 Im against this because i think we should not add mi

RE: Type of next release

2006-12-18 Thread Joachim Draeger
Hi Noel, Am Sonntag, den 17.12.2006, 20:09 -0500 schrieb Noel J. Bergman: Joachim Draeger wrote: > 1. Backport features from trunk to 2.3 branch (AKA next-minor) > 2. Create a config/storage compatible release from trunk (AKA next-major) > 3. Work on a non-compatible release from trunk (AKA nex

svn commit: r488265 - in /james/server/trunk/src: java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/vut/

2006-12-18 Thread norman
Author: norman Date: Mon Dec 18 05:14:03 2006 New Revision: 488265 URL: http://svn.apache.org/viewvc?view=rev&rev=488265 Log: Change getAllMappings() to store the mappings as Collection the Map. Delete all previous stored mappings from JDBC if a test fail. Modified: james/server/trunk/src/

Re: [VOTE] Using of 2.3 branch

2006-12-18 Thread Stefano Bagnara
Norman Maurer wrote: Hi all, i start this vote because i want to get an idea what other developers think about this. Here are the possible solutions: 1) Commit fixes and new "minor" features to 2.3 branch: -1 Im against this because i think we should not add minor features to 2.3.1. -1 I pr

[VOTE] Using of 2.3 branch

2006-12-18 Thread Norman Maurer
Hi all, i start this vote because i want to get an idea what other developers think about this. Here are the possible solutions: 1) Commit fixes and new "minor" features to 2.3 branch: -1 Im against this because i think we should not add minor features to 2.3.1. 2) Commit only bugfixes to 2.3

Re: James trunk on java6 runtime

2006-12-18 Thread Stefano Bagnara
Kevin Jackson wrote: Hi all, I'm running a build of svn trunk on java6 and I'm experiencing some security related errors. My colleague running james 2.2 on java 6 is also experiencing security related issues with the same Exceptions. Hi Kevin, Unfortunately we didn't test Java 6, yet. Pleas

James trunk on java6 runtime

2006-12-18 Thread Kevin Jackson
Hi all, I'm running a build of svn trunk on java6 and I'm experiencing some security related errors. My colleague running james 2.2 on java 6 is also experiencing security related issues with the same Exceptions. in the pop3serevr log I get: 18/12/06 10:27:14 ERROR pop3server-tls: Exception ha

Re: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Stefano Bagnara
Norman Maurer wrote: 3) Define where to add the "java.security.Security.setProperty("networkaddress.cache.ttl" , "0");" apply it to trunk and backport it (if you vote this please tell your preferences about the place to add this code). + 0.5 This fix is also clean and simple. I just prefer the

Re: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Norman Maurer
Stefano Bagnara schrieb: > > And here are the options to be voted: > > 1) Backport the custom static access to DNSServer. > http://svn.apache.org/viewvc?view=rev&revision=470929 -0 I don't think this is needed. Why should we modify the DNSServer here if we can do it with a simple startup option. Th

Re: [VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Stefano Bagnara
Stefano Bagnara wrote: And here are the options to be voted: 1) Backport the custom static access to DNSServer. http://svn.apache.org/viewvc?view=rev&revision=470929 -1 I will retire the veto if the majority agree on this. The long explanation of the veto is in the original thread. 2) Backpo

[VOTE] InetAddress unbounded cache patch backport

2006-12-18 Thread Stefano Bagnara
Hi all, I start this vote trying to solve my veto. I didn't do that before because I didn't understand someone wanted to make a 2.3.1 release in the past weeks. The issue is: OOM caused by unbounded cache in InetAddress (was James leaks memory slowly) https://issues.apache.org/jira/browse/JAM

[jira] Updated: (JAMES-732) IMAP Folder Fail (white-space in name)

2006-12-18 Thread Guillermo Grandes (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-732?page=all ] Guillermo Grandes updated JAMES-732: Attachment: james-imap-dump.zip Attach the streamdump traces of commands. Test is: Create folder: "test james" (without quotes) When server respond to

[jira] Created: (JAMES-745) XMLVirtualUserTable and JDBCVirtualUserTable not work symetric

2006-12-18 Thread Norman Maurer (JIRA)
XMLVirtualUserTable and JDBCVirtualUserTable not work symetric -- Key: JAMES-745 URL: http://issues.apache.org/jira/browse/JAMES-745 Project: James Issue Type: Bug Affects Versi

Re: JDBCVirtualUserTable weird behaviour (BUG!)

2006-12-18 Thread Norman Maurer
I opened a bug report: http://issues.apache.org/jira/browse/JAMES-745 bye Norman Norman Maurer schrieb: > I just reread my message and notice that my answer is a bit confusing :-( > > Here is what i tried to say: > > I agree that we should follow the way how the XMLVirtualUserTable work. > If we

Re: Quota matcher

2006-12-18 Thread Stefano Bagnara
Norman Maurer wrote: Hi guys, as you (hopefully) all know the current Quota code is very ineffectiv and can cause many problems when using JDBC based mailrepository. See: http://issues.apache.org/jira/browse/JAMES-717 http://issues.apache.org/jira/browse/JAMES-718 For me there are 2 possible s

RE: Type of next release

2006-12-18 Thread Joachim Draeger
Hi Noel, Am Sonntag, den 17.12.2006, 20:09 -0500 schrieb Noel J. Bergman: > Joachim Draeger wrote: > > > 1. Backport features from trunk to 2.3 branch (AKA next-minor) > > 2. Create a config/storage compatible release from trunk (AKA next-major) > > 3. Work on a non-compatible release from trunk

Re: Quota matcher

2006-12-18 Thread Vincenzo Gianferrari Pini
Norman Maurer wrote: Hi guys, as you (hopefully) all know the current Quota code is very ineffectiv and can cause many problems when using JDBC based mailrepository. See: http://issues.apache.org/jira/browse/JAMES-717 http://issues.apache.org/jira/browse/JAMES-718 For me there are 2 possible

Re: AW: AW: How to work with email bounces?

2006-12-18 Thread Norman Maurer
Hi Juergen, i just fixed it ;-) Thx for reporting. bye Norman Jürgen Hoffmann schrieb: > Hi Norman, > > don't speak to me, speak to Sharma ;-) Another Thing I noticed ist hat you > might have an encoding issue on spam-box.de I pointed it out inline below > > later > > Juergen > > -Ursprüngl

AW: AW: How to work with email bounces?

2006-12-18 Thread Jürgen Hoffmann
Hi Norman, don't speak to me, speak to Sharma ;-) Another Thing I noticed ist hat you might have an encoding issue on spam-box.de I pointed it out inline below later Juergen -Ursprüngliche Nachricht- Von: Norman Maurer [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. Dezember 2006 08:14