Testing SMTP pipelining

2006-10-14 Thread Noel J. Bergman
Bernd (or anyone else feeling like working on this), As I'm working on the revised I/O handling, I've been paying attention to issues related to pipelining. Would you please make sure that we have some tests to validate proper behavior for RFC 2920? Also, we currently show RFC 2197 as the RFC fo

Re: SMTP not sending

2006-10-14 Thread Stefano Bagnara
Try this command: "telnet mx.wm.co.za. 25" if you can't see Trying 196.25.211.166... Connected to mx.wm.co.za.. Escape character is '^]'. 220 mail.webmail.co.za ESMTP Welcome to the Webmail.co.za SMTP Server. quit 221 mail.webmail.co.za Goodbye. Connection closed by foreign host. -- the

Re: [VOTE] Merge IMAP code to trunk

2006-10-14 Thread vincenzo . gianferraripini
+1 Vincenzo On 10/13/06, Norman Maurer <[EMAIL PROTECTED]> wrote: Hi all, i just want to start this vote for mergin the imap code which is now located in a branch to trunk.. I think we can do this without risk.. So my VOTE: +1 Norman

Re: James stack size

2006-10-14 Thread Guillermo Grandes
Hi, http://java.sun.com/performance/jvmstat/ jvmstat 3.0 can monitor J2SE 5.0, J2SE 1.4.2 and J2SE 1.4.1 The jvmstat technology adds light weight performance and configuration instrumentation to the HotSpot JVM and provides a set of monitoring APIs and tools for monitoring the performance of

Re: SMTP not sending

2006-10-14 Thread Tarmenel
This is the error message of one of the emails trying to be sent in the log file: 14/10/06 18:44:38 INFO James.Mailet: RemoteAddrNotInNetwork: Authorized addresses: [127.0.0.1/255.255.255.255] 14/10/06 18:44:38 INFO James.Mailet: RemoteDelivery: maxRetries is larger than total number of attempts

Re: SMTP not sending

2006-10-14 Thread Stefano Bagnara
Tarmenel wrote: I've looked though the formum but havn't come across anything that answers my problme, which is rather simply probably. I had my JAMES server running and it was sending the messages from Outlook but it currently is no longer sending my emails? Outlook seems to think that the messa

Torque as avalon service and use of the DataSourceSelector service

2006-10-14 Thread Stefano Bagnara
Hi all, we integrated Torque in Apache James trunk for our IMAP storage needs. James is currently Avalon based and works on Avalon. I saw there is an Avalon component for James but I saw it does not depend on the DataSourceSelector component that we currently use to access the db. I thought

Torque 3.2.1 Snapshots

2006-10-14 Thread Stefano Bagnara
Hi all, we (Apache James Project) started using torque over derby and it seems that 3.2.1-snapshots would be much better for our usage than 3.2.0 because 3.2.0 has a lot of problems with derby support. Can you confirm this? We plan to release our next release (using torque) in 3-6 months: wi

SMTP not sending

2006-10-14 Thread Tarmenel
Hi there, I've looked though the formum but havn't come across anything that answers my problme, which is rather simply probably. I had my JAMES server running and it was sending the messages from Outlook but it currently is no longer sending my emails? Outlook seems to think that the messages ar

svn commit: r463981 - /james/server/sandbox/imap-integration/src/conf/james-config.xml

2006-10-14 Thread bago
Author: bago Date: Sat Oct 14 09:53:47 2006 New Revision: 463981 URL: http://svn.apache.org/viewvc?view=rev&rev=463981 Log: Remove class declaration for mailbox manager configuration (it should not be needed) Modified: james/server/sandbox/imap-integration/src/conf/james-config.xml Modified

svn commit: r463968 - /james/server/trunk/src/test/org/apache/james/vut/JDBCVirtualUserTableTest.java

2006-10-14 Thread norman
Author: norman Date: Sat Oct 14 09:11:29 2006 New Revision: 463968 URL: http://svn.apache.org/viewvc?view=rev&rev=463968 Log: Fix tests Modified: james/server/trunk/src/test/org/apache/james/vut/JDBCVirtualUserTableTest.java Modified: james/server/trunk/src/test/org/apache/james/vut/JDBCVi

svn commit: r463966 - in /james/server/trunk/src: conf/ java/org/apache/james/remotemanager/ java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/core/filter/fastfail/ java/org/apache/ja

2006-10-14 Thread norman
Author: norman Date: Sat Oct 14 08:59:42 2006 New Revision: 463966 URL: http://svn.apache.org/viewvc?view=rev&rev=463966 Log: Use VirtualUserService support to ValidRcptHandler. Add junit tests. Added: james/server/trunk/src/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo james/serve

svn commit: r463927 [2/2] - in /james/server/sandbox/osgi-experiments/conf_reader: ./ james/ james/conf/ lib/ src/ src/org/ src/org/apache/ src/org/apache/james/ src/org/apache/james/conf/ src/org/apa

2006-10-14 Thread joachim
Added: james/server/sandbox/osgi-experiments/conf_reader/src/org/apache/james/conf/stub/StubConfiguration.java URL: http://svn.apache.org/viewvc/james/server/sandbox/osgi-experiments/conf_reader/src/org/apache/james/conf/stub/StubConfiguration.java?view=auto&rev=463927 ===

svn commit: r463925 - /james/server/sandbox/osgi-experiments/conf_reader/

2006-10-14 Thread joachim
Author: joachim Date: Sat Oct 14 05:53:35 2006 New Revision: 463925 URL: http://svn.apache.org/viewvc?view=rev&rev=463925 Log: Initial import. Added: james/server/sandbox/osgi-experiments/conf_reader/ - To unsubscribe, e-ma

svn commit: r463924 - /james/server/sandbox/osgi-experiments/

2006-10-14 Thread joachim
Author: joachim Date: Sat Oct 14 05:53:32 2006 New Revision: 463924 URL: http://svn.apache.org/viewvc?view=rev&rev=463924 Log: Initial import. Added: james/server/sandbox/osgi-experiments/ - To unsubscribe, e-mail: [EMAIL P

Re: Mailboxmanager status

2006-10-14 Thread Bernd Fondermann
On 10/12/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Norman Maurer wrote: > That all sounds very well.. But at first i whould like to merge your > stuff "now" to trunk. Why we should work in the branch if we can do it > in the trunk without risks. ? +1 I think that all this new stuff is real

Re: [VOTE] Merge IMAP code to trunk

2006-10-14 Thread Bernd Fondermann
+1 Bernd On 10/13/06, Norman Maurer <[EMAIL PROTECTED]> wrote: Hi all, i just want to start this vote for mergin the imap code which is now located in a branch to trunk.. I think we can do this without risk.. So my VOTE: +1 Norman -

Re: [VOTE] Merge IMAP code to trunk

2006-10-14 Thread Joachim Draeger
Am Freitag, den 13.10.2006, 16:46 +0200 schrieb Norman Maurer: > i just want to start this vote for mergin the imap code which is now > located in a branch to trunk.. I think we can do this without risk.. > > So my VOTE: > > +1 > > Norman +1 Let's merge it! -