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 issues 2273 and 3482:
boli
13.26.2009
cf4d532bc0312d6456637a01c6b7c29d2906ecbd
[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 "${@}"