Skip to content

Instantly share code, notes, and snippets.

@soulaway
Created October 15, 2023 20:33
Show Gist options
  • Save soulaway/d0566a800b9f7ac4e9d9e99e8603ba9f to your computer and use it in GitHub Desktop.
Save soulaway/d0566a800b9f7ac4e9d9e99e8603ba9f to your computer and use it in GitHub Desktop.
JAMES smptp server on AWS Amazon Linux 2 AMI
# JAMES smptp server on AWS Amazon Linux 2 AMI (java 11)
sudo yum update -y
sudo amazon-linux-extras install docker
sudo yum install docker
sudo service docker start
sudo usermod -a -G docker ec2-user
sudo docker info
sudo yum install git
git clone https://github.com/apache/james-project.git
cd james-project/
sudo docker build -t james/project dockerfiles/compilation/java-11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment