What is it?

Zeyple. What’s that? A brand of cereals? A new app for your smartphone? The name of a pizza-making robot?

Well, it’s none of the above. It’s actually the funky name I gave to a project I started several years ago, sometime in 2012 according to the Git history.

It was the pre-Snowden era but I was already worried about blackhats doing MITM attacks onto my WiFi network. One thing which particularly annoyed me was that it was relatively easy for someone to sniff the unencrypted emails I was receiving from various servers I was root on. This made me wonder how you could Encrypt Your Precious Log Emails [1] all the way from the originating server to your inbox.

Obviously, GPG was the answer. But how do you make your server automatically encrypt all outgoing emails sent from a variety of applications? That is exactly what Zeyple does. Assuming you configured Postfix to send your emails, Zeyple acts as a proxy (or filter in Postfix slang) to encrypt emails for the intended recipient(s).

Is it ready?

Today, I’m glad to say the project can be considered stable with release 1.1.0. I got feedback from solo hobbyists to universities using it and this is quite exciting to see that some people do care about encryption and IT security in general. Anyway, if that sounds of interest to you, you’re very welcome to try it out on your own setup. There are a few ways to install it but I haven’t gotten to build official packages for your favorite distribution, yet.

And here’s the README for more information: https://github.com/infertux/zeyple#readme

Footnotes

[1] In case you’re wondering, yes this is where the name Zeyple came from - it’s just a good old recursive acronym like GNU’s Not Unix!