Skip to content

Commit

Permalink
Update ses.md
Browse files Browse the repository at this point in the history
SASL package
  • Loading branch information
jeifour authored Feb 9, 2022
1 parent 5b62f5a commit 01bf037
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/ses.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ For Ubuntu, we point postfix to the CA Certs;
sudo postconf -e 'smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt'
```

Also make sure that Postfix is able to authenticate successfully by installing the SASL package:

```bash
sudo apt install libsasl2-modules
```

Then restart postfix

```bash
Expand All @@ -59,4 +65,4 @@ sudo systemctl restart postfix

and you should see the mail in `/var/log/mail.log` and in your alias emails routed through Amazons servers!

<img src=https://i.imgur.com/0qLiqmH.png>
<img src=https://i.imgur.com/0qLiqmH.png>

0 comments on commit 01bf037

Please sign in to comment.