mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Merge pull request #793 from jeifour/patch-1
Add required package for authentication with AWS SES
This commit is contained in:
commit
5121a3c2d9
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue