[VOTE] JAMES 2.3.0 final :-)

2006-10-19 Thread Norman Maurer
Hi all, i think we are now ready to VOTE for the 2.3.0 final release of james. I build,sign and upload the release.. You can grab it from: http://people.apache.org/~norman/james/downloads/ Plz review The other question is should we fix the sendmail wrapper in the 2.3.0 release ? Or should we

[jira] Assigned: (JAMES-426) Make james use virtual user table domains for servernames

2006-10-19 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-426?page=all ] Norman Maurer reassigned JAMES-426: --- Assignee: Norman Maurer (was: Stefano Bagnara) Make james use virtual user table domains for servernames

Re: [VOTE RESULT] Merge IMAP code to trunk

2006-10-19 Thread Serge Knystautas
On 10/17/06, Noel J. Bergman [EMAIL PROTECTED] wrote: See the final paragraph of that page. People get a bit rule happy, and that's never good. Noel, I think this is unfair. You did not make your point but argued about the rules, so you were being just as rule happy as Stefano. Can we just

Re: [VOTE] JAMES 2.3.0 final :-)

2006-10-19 Thread Stefano Bagnara
Norman Maurer wrote: Hi all, i think we are now ready to VOTE for the 2.3.0 final release of james. I build,sign and upload the release.. You can grab it from: http://people.apache.org/~norman/james/downloads/ Plz review +1 to release 2.3.0RC5 as final. Stefano Bagnara The only difference

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

2006-10-19 Thread norman
Author: norman Date: Thu Oct 19 06:34:16 2006 New Revision: 465621 URL: http://svn.apache.org/viewvc?view=revrev=465621 Log: Implement VirtualUserTable in UserRepositories. Add tests Added: james/server/trunk/src/java/org/apache/james/domain/

[jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-10-19 Thread Pierre Smits (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-426?page=comments#action_12443522 ] Pierre Smits commented on JAMES-426: I think that why it was entered and I endorse it. I have applied it in a custom version of 2.2.0. And would like to see a

Re: svn commit: r465621 - in /james/server/trunk/src: conf/ java/org/apache/james/ java/org/apache/james/domain/ java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/ test/

2006-10-19 Thread Stefano Bagnara
[EMAIL PROTECTED] wrote: +sql name=selectDomainsselect domain from VirtualUserTable/sql Shouldn't this use distinct or something similar? Modified: james/server/trunk/src/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo URL:

Re: svn commit: r465621 - in /james/server/trunk/src: conf/ java/org/apache/james/ java/org/apache/james/domain/ java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/ test/

2006-10-19 Thread Stefano Bagnara
I this this configuration should be: domainlist autodetect=true autodetectIP=true domainlocalhost/domain /domainlist In fact there is a level we don't need anymore and we shouldn't use servername for a generic domain listing service. [EMAIL PROTECTED] wrote: + domainlist + !--

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-10-19 Thread Stefano Bagnara
Please use the mailing list for comments. JIRA should be used for useful informations about the issue, only :-) We're working on this, but this will not be included in 2.3.0 because we're already releasing 2.3.0 without this feature. Furthermore there won't be a 2.3.x with new features like

svn commit: r465633 - in /james/server/trunk: ./ src/conf/ src/java/org/apache/james/mailboxmanager/torque/ src/test/org/apache/james/mailrepository/ src/test/org/apache/james/management/ src/test/org

2006-10-19 Thread bago
Author: bago Date: Thu Oct 19 07:06:01 2006 New Revision: 465633 URL: http://svn.apache.org/viewvc?view=revrev=465633 Log: Moved default location for test data (db and file repositories) to the target folder. Changed the ant build to use target instead of build so that maven and ant share this

Re: svn commit: r465621 - in /james/server/trunk/src: conf/ java/org/apache/james/ java/org/apache/james/domain/ java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/ test/

2006-10-19 Thread Norman Maurer
Stefano Bagnara schrieb: I this this configuration should be: domainlist autodetect=true autodetectIP=true domainlocalhost/domain /domainlist In fact there is a level we don't need anymore and we shouldn't use servername for a generic domain listing service. I just keep it to make it

Re: svn commit: r465621 - in /james/server/trunk/src: conf/ java/org/apache/james/ java/org/apache/james/domain/ java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/ test/

2006-10-19 Thread Stefano Bagnara
Norman Maurer wrote: Stefano Bagnara schrieb: I this this configuration should be: domainlist autodetect=true autodetectIP=true domainlocalhost/domain /domainlist In fact there is a level we don't need anymore and we shouldn't use servername for a generic domain listing service. I just

[jira] Assigned: (JAMES-302) Functionality of org.apache.james.dnsserver.DNSServer.getByName(String) is not symetric to java.net.InetAddress.getByName(String)

2006-10-19 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-302?page=all ] Stefano Bagnara reassigned JAMES-302: - Assignee: Norman Maurer Just to remember Norman a thing :-P Functionality of org.apache.james.dnsserver.DNSServer.getByName(String) is not

svn commit: r465657 - in /james/server/trunk/src: conf/ java/org/apache/james/domain/ java/org/apache/james/services/ java/org/apache/james/vut/ test/org/apache/james/ test/org/apache/james/domain/ te

2006-10-19 Thread norman
Author: norman Date: Thu Oct 19 08:19:58 2006 New Revision: 465657 URL: http://svn.apache.org/viewvc?view=revrev=465657 Log: Add containsDomain to DomainList service. See JAMES-426 Fix junit tests. Modified: james/server/trunk/src/conf/sqlResources.xml

svn commit: r465664 - in /james/server/trunk/src: conf/ java/org/apache/james/domain/ test/org/apache/james/domain/

2006-10-19 Thread norman
Author: norman Date: Thu Oct 19 08:50:02 2006 New Revision: 465664 URL: http://svn.apache.org/viewvc?view=revrev=465664 Log: Rename HardCodedDomainList to XMLDomainList. See JAMES-426 Added: james/server/trunk/src/java/org/apache/james/domain/XMLDomainList.java - copied, changed from

Re: [VOTE] JAMES 2.3.0 final :-)

2006-10-19 Thread Vincenzo Gianferrari Pini
+1 for releasing 2.3.0rc5 as 2.3.0 final. Vincenzo Norman Maurer wrote: Hi all, i think we are now ready to VOTE for the 2.3.0 final release of james. I build,sign and upload the release.. You can grab it from: http://people.apache.org/~norman/james/downloads/ Plz review The other question

svn commit: r465693 - in /james/server/trunk/src/java/org/apache/james: James.java vut/JDBCVirtualUserTable.java

2006-10-19 Thread norman
Author: norman Date: Thu Oct 19 10:46:18 2006 New Revision: 465693 URL: http://svn.apache.org/viewvc?view=revrev=465693 Log: Use containsDomain method of DomainList to allow some implementations to reload it. See JAMES-426 Modified: james/server/trunk/src/java/org/apache/james/James.java

svn commit: r465699 - in /james/server/trunk/src/java/org/apache/james/userrepository: AbstractJdbcUsersRepository.java JamesUsersJdbcRepository.java

2006-10-19 Thread bago
Author: bago Date: Thu Oct 19 10:51:56 2006 New Revision: 465699 URL: http://svn.apache.org/viewvc?view=revrev=465699 Log: Reformatting classes before altering them Modified: james/server/trunk/src/java/org/apache/james/userrepository/AbstractJdbcUsersRepository.java

svn commit: r465700 - /james/server/trunk/src/java/org/apache/james/vut/JDBCVirtualUserTable.java

2006-10-19 Thread norman
Author: norman Date: Thu Oct 19 10:54:38 2006 New Revision: 465700 URL: http://svn.apache.org/viewvc?view=revrev=465700 Log: Fix prevois commit.. Modified: james/server/trunk/src/java/org/apache/james/vut/JDBCVirtualUserTable.java Modified: