-
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos in 2022-12-17-proxmox-alerts.md (#280)
- Loading branch information
1 parent
6873f28
commit 62feb2f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" [email protected] | ||
|