dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix for issue 3874 (MakeLDIF class should be consistent with other command-...
jvergara
11.53.2009
18b6896b3b8e049c3ce5e09d9efccaee207aa2bb
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
re-scripts
/
bin
/
send-mail.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
JAVA_HOME=/java/jdk6
export JAVA_HOME
SCRIPT_DIR=`dirname ${0}`
CLASSPATH=${SCRIPT_DIR}/lib/OpenDS.jar:${SCRIPT_DIR}/lib/mail.jar:${SCRIPT_DIR}/lib/activation.jar
export CLASSPATH
${JAVA_HOME}/bin/java org.opends.server.util.EMailMessage --host global-zone "${@}"