Verify IMAP and submission port

These hints were taken from Support Plesk

IMAP via SSL using port 993

openssl s_client -showcerts -connect mail.example.com:993 -servername mail.example.com

SMTP via TLS/StartTLS using port 25 or 587

openssl s_client -starttls smtp -showcerts -connect mail.example.com:25 -servername mail.example.com

Project: Self Hosted Zapier Alternative

I am currently in the process of working out how I might replace some of my Zapier services. Why would I want to do this?

  1. I use the free tier. (The process only runs once every 15 minutes. It used to be once every 5 mins.) Which means it has become a bit slow in sending the notifications.
  2. I want to learn how to use Docker

Once I get a bit further along I will hopefully publish the python code to GitHub and document some of the issues and successes as I move along. Check the Projects page section if you are interested.