cvs commit: james-server/proposals/imap2/test/org/apache/james/imapserver SelectAppend.test AppendExpunge.test Copy.test ExamineEmpty.test ExamineInbox.test FetchMultipleMessages.test SelectEmpty.test SelectInbox.test SelectedStateCleanup.test SelectedStateSetup.test TestCompound.java TestSelectedCommandsInSelectedState.java Uid.test

2003-07-12 Thread darrell
darrell 2003/07/12 23:04:57 Modified:proposals/imap2 build-test.xml build.xml proposals/imap2/java/org/apache/james/imapserver ImapHost.java ImapResponse.java ImapSession.java ImapSessionImpl.java JamesImapHost.java

cvs commit: james-server build.xml

2003-07-12 Thread darrell
darrell 2003/07/12 22:56:52 Modified:.build.xml Log: Added back support for conditionally building a proposal, based on the presense of the proposal.name property. Revision ChangesPath 1.133 +26 -2 james-server/build.xml Index: build.xml

cvs commit: james-server/src/java/org/apache/james/pop3server POP3Handler.java

2003-07-12 Thread noel
noel2003/07/12 16:44:25 Modified:src/java/org/apache/james/pop3server POP3Handler.java Log: QUIT should emit +OK in the AUTHENTICATION state (RFC 1939 section 4) Revision ChangesPath 1.30 +2 -0 james-server/src/java/org/apache/james/pop3server/POP3Handler.j

cvs commit: james-server/src/java/org/apache/james/pop3server POP3Handler.java

2003-07-12 Thread noel
noel2003/07/12 16:44:15 Modified:src/java/org/apache/james/pop3server Tag: branch_2_1_fcs POP3Handler.java Log: QUIT should emit +OK in the AUTHENTICATION state (RFC 1939 section 4) Revision ChangesPath No revision No

iptables redirect and portsentry -> was -> Re: all of a sudden...

2003-07-12 Thread rob
Well... I have it working again. For those idiots like me here is what happened: I redirect the ports like so: $ iptables -t nat -A PREROUTING -p tcp --dport smtp -j REDIRECT --to-ports 10025 $ iptables -t nat -A PREROUTING -p tcp --dport pop3 -j REDIRECT --to-ports 10026 I also run the portsent

default log configuration

2003-07-12 Thread Hontvari Jozsef
James has about 10 log files now, and I usually have no idea in which one should I look for a specific entry - even after using james for a few moths and having some practice with the source code. The mail software I used before only had one log file, and I found that better. Finally I changed Jame