From 9682aa35824fa5d0c1ffdf11a06248d17defc032 Mon Sep 17 00:00:00 2001 From: Benjamin Rumble Date: Mon, 6 Nov 2023 15:26:19 -0500 Subject: [PATCH] Fix typos in 2022-12-17-proxmox-alerts.md --- _posts/2022-12-17-proxmox-alerts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2022-12-17-proxmox-alerts.md b/_posts/2022-12-17-proxmox-alerts.md index d41ece5323..088860eec1 100644 --- a/_posts/2022-12-17-proxmox-alerts.md +++ b/_posts/2022-12-17-proxmox-alerts.md @@ -58,7 +58,7 @@ hash the file postmap hash:/etc/postfix/sasl_passwd ``` -check to to be sure the db file was create +check to to be sure the db file was created ```bash cat /etc/postfix/sasl_passwd.db @@ -89,7 +89,7 @@ reload postfix postfix reload ``` -send a test emails +send a test email ```bash echo "This is a test message sent from postfix on my Proxmox Server" | mail -s "Test Email from Proxmox" your-email@gmail.com