Skip to content

Commit

Permalink
minor fix and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
zac committed Sep 19, 2024
1 parent 96d2204 commit af89186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/server/smtpd-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ SPF records are designed to prevent forgery. They allow you to specify rules abo
zacoons.com: v=spf a -all
```

This will check that the sender's IP address matches an A record for zacoons.com.

Read about SPF [here](http://www.open-spf.org/SPF_Record_Syntax) and check out what others do by running `dig +short TXT <domain>` (e.g. `dig +short TXT gmail.com`)

### DMARC (Domain-based Message Authentication, Reporting, and Conformance)
Expand All @@ -74,7 +76,7 @@ Read about DMARC [here](https://dmarc.org/overview) and check out what others do
### Configuring OpenSMTPD

```
# /etc/smtpd.conf
# /etc/mail/smtpd.conf
pki example.com cert "/etc/ssl/example.com.fullchain.pem"
pki example.com key "/etc/ssl/private/example.com.key"
Expand Down

0 comments on commit af89186

Please sign in to comment.