diff options
author | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
commit | e362200d1a61e3d858b69c2448928e799912db5e (patch) | |
tree | 196b748ad397f75f2f3275fde83b6166a8d8d49c /blog/postfix-on-debian.md | |
parent | 7b455b6152c52059eec584b50d43522de4366a14 (diff) | |
download | site-e362200d1a61e3d858b69c2448928e799912db5e.tar.gz site-e362200d1a61e3d858b69c2448928e799912db5e.zip |
posts: Add legacy posts
Diffstat (limited to 'blog/postfix-on-debian.md')
-rw-r--r-- | blog/postfix-on-debian.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/blog/postfix-on-debian.md b/blog/postfix-on-debian.md new file mode 100644 index 0000000..0fd51f1 --- /dev/null +++ b/blog/postfix-on-debian.md @@ -0,0 +1,14 @@ +--- +title: "Postfix on Debian" +date: 2021-11-20 +draft: true +--- + +Hi y'all! A while back, I wrote a [post][offlineemail] detailing my offline +email setup, based on another post by Drew DeVault. In that post, I mentioned +that I wanted to learn how to use Postfix as a send-only MTA, and today I +finally cracked it. It took a combination of a full reinstall, and several idiot +checks to get to the point where I was able to programmatically send email from +my cronjobs. + + |