
---WHAT IS THIS?---

This will:
	Relay insecure, non authenticated SMTP traffic from an older email client
	in a secure and authenticated fashion to your email provider/server.

By:
	Installing Docker Desktop for Mac.
	Downloading exim-relay by devture.
	Providing you with a easy to configure .yml file.
	Automatically starting and Stopping the service.



---USAGE STEPS---

1. Open Terminal and navigate to the email-relay-server folder.
	
	'cd email-relay-server-x.x'.

	Note:	
	You can type 'cd' and then drag the folder to your Terminal.app window
	and hit return if you don't know how to navigate directories in a ter-
	minal.


2. Run the Docker CLI installation script: './install_docker.sh'


3. Edit the docker-compose.yml file, be sure to ONLY edit the following details:

	The Following Details Are Examples:

	SMARTHOST=mail.apple.com::587 (The double Colon is not a mistake!)
	SMTP_USERNAME=j.appleseed@apple.com
	SMTP_PASSWORD=AppleSeed84

   Do not alter the spaces or tabs in front of any text.
   The login details are the SMTP login details of your email provider.


4. RUN THE EMAIL RELAY SERVICE: run in your terminal './run_email_relay.sh'

	Note: On the first run, Docker Desktop with GUI will open. Follow the 
	steps and leave any radio buttons on the default value. You can skip the 
	survey and login (not needed).


5. Use any email client of your choice and point it to use the IP address of yo
   ur computer (the one running the email-relay-server) as SMTP server.


6. STOP THE EMAIL RELAY SERVICE: run in your terminal './stop_email_relay.sh'



---QUESTIONS?--- 

Email: macintosh@jip.li
macintosh.jipvankuijk.com
