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.shset
JAVA_HOMEJAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre export JAVA_HOMEdisable existing SMTP server, if necessary
check running smtp server
netstat -anpexim4 may be running; stop it
service exim4 stop
copy
sunjce_provider-jdk6.jarfrom JDKextto /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 4555login as root, password root
add a new user
adduser johndoe johndoecheck that user was added
listusers