OSDN Git Service

BUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server...
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 23 Feb 2005 13:27:17 +0000 (13:27 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 23 Feb 2005 13:27:17 +0000 (13:27 +0000)
commit13adb23367a665502e4a887e5fcd1de16c5b53c7
tree14888403fb4285f2dd18ac68f4eb2803e089a3f7
parent684a9301fed2965693e16dc2aa841a7cc6d7f9c3
BUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server connection timeout.
MOD: Change properties name "org.jent.checksmtp.ldap.root" to "org.jent.checksmtp.ldap.baseDn".
ADD: Add properties "org.jent.checksmtp.enableRemoteConnect". It control permit connect from remote host.
ADD: Catch LDAP Time Limit and Not Found Exception
src/org/jent/checksmtp/ApplicationProperties.java
src/org/jent/checksmtp/LDAPSearch.java
src/org/jent/checksmtp/Processer.java
src/org/jent/checksmtp/SMTPclient.java