OSDN Git Service

BUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server...
authortakuya-o <takuya-o>
Wed, 23 Feb 2005 13:27:17 +0000 (13:27 +0000)
committertakuya-o <takuya-o>
Wed, 23 Feb 2005 13:27:17 +0000 (13:27 +0000)
commit3a4c89cc6491cba5273bac42509d71d23335af2c
tree14888403fb4285f2dd18ac68f4eb2803e089a3f7
parent1a0ac14585c56dc975383378941410b8a6749e73
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