fix: use per-account bridge passwords for proton IMAP/SMTP
This commit is contained in:
parent
8935329d60
commit
d31e569d5a
|
|
@ -9,7 +9,7 @@ accounts:
|
|||
host: 127.0.0.1
|
||||
port: 1143
|
||||
username: tj@jongsma.me
|
||||
password: ${PROTON_BRIDGE_PASSWORD}
|
||||
password: ${TANYA_BRIDGE_PASSWORD}
|
||||
tls: starttls
|
||||
watch:
|
||||
- INBOX
|
||||
|
|
@ -17,7 +17,7 @@ accounts:
|
|||
host: 127.0.0.1
|
||||
port: 1025
|
||||
username: tj@jongsma.me
|
||||
password: ${PROTON_BRIDGE_PASSWORD}
|
||||
password: ${TANYA_BRIDGE_PASSWORD}
|
||||
from: tj@jongsma.me
|
||||
johan_jongsma_me:
|
||||
host: 127.0.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue