Auto saved by Logseq
This commit is contained in:
parent
6057bd8c0c
commit
553d1c1895
@ -169,7 +169,6 @@
|
||||
UNION SELECT '%s' WHERE '%s' = 'mydomain.com' LIMIT 1;
|
||||
```
|
||||
- ``/etc/postfix/pgsql-transport-maps.cf``
|
||||
|
||||
```
|
||||
# postgres config
|
||||
hosts = localhost
|
||||
@ -181,6 +180,7 @@
|
||||
query = SELECT 'smtp:127.0.0.1:20381' FROM custom_domain WHERE domain = '%s' AND verified=true
|
||||
UNION SELECT 'smtp:127.0.0.1:20381' WHERE '%s' = 'mydomain.com' LIMIT 1;
|
||||
```
|
||||
``sudo systemctl restart postfix``
|
||||
- ``simplelogin.env``
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user