Installing
- Install Java to Debian
- Download and unzip James to /opt/james
Fix the permissions:
chmod +x /opt/james/run.sh chmod +x /opt/james/phoenix.sh
set
JAVA_HOME
JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre export JAVA_HOME
disable existing SMTP server, if necessary
check running smtp server
netstat -anp
exim4 may be running; stop it
service exim4 stop
copy
sunjce_provider-jdk6.jar
from JDKext
to /opt/james/lib, otherwise the AES algorithm won’t be recognized.start James
/opt/james/bin/run.sh
Adding users
In separate shell
telnet localhost 4555
login as root, password root
add a new user
adduser johndoe johndoe
check that user was added
listusers