Select Page

Mutt SMTP via msmtp

I use the Mutt MUA, for years I hated the fact that there is no simple way to make it speak SMTP. The Mutt developers refuse to code in SMTP support since they maintain its a MUA not a MTA, see their FAQ.
Enter msmtp, it is a SMTP “plugin” for MUA’s.

(more…)

OpenSSL Encryption Frontend

I usually use PGP to encrypt things like password lists and so forth. This is not always optimal as I sometimes worry about loosing my keys and would instead just want a simple password crypted file.
OpenSSL provides a simple method for encrypting and decrypting that is available on most Unix machines thesedays and even some Windows machines.

(more…)