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
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
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
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
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
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