mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
Update ses.md
SASL package
This commit is contained in:
parent
5b62f5a745
commit
01bf037638
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
|
||||
|
|
Loading…
Reference in a new issue