diff --git a/config.yaml b/config.yaml index 3f28b8b..eae9923 100644 --- a/config.yaml +++ b/config.yaml @@ -6,46 +6,32 @@ data_dir: ~/.message-center accounts: tj_jongsma_me: - host: mail.jongsma.me - port: 993 + host: 127.0.0.1 + port: 1143 username: tj@jongsma.me - password: "${TJ_STALWART_PASSWORD}" - tls: ssl + password: ${PROTON_BRIDGE_PASSWORD} + tls: starttls watch: - INBOX smtp: - host: mail.jongsma.me - port: 465 + host: 127.0.0.1 + port: 1025 username: tj@jongsma.me - password: "${TJ_STALWART_PASSWORD}" + password: ${PROTON_BRIDGE_PASSWORD} from: tj@jongsma.me - james_jongsma_me: - host: mail.jongsma.me - port: 993 - username: james@jongsma.me - password: "${JAMES_STALWART_PASSWORD}" - tls: ssl - watch: - - INBOX - smtp: - host: mail.jongsma.me - port: 465 - username: james@jongsma.me - password: "${JAMES_STALWART_PASSWORD}" - from: "James " johan_jongsma_me: - host: mail.jongsma.me - port: 993 + host: 127.0.0.1 + port: 1143 username: johan@jongsma.me - password: "${JOHAN_STALWART_PASSWORD}" - tls: ssl + password: ${JOHAN_BRIDGE_PASSWORD} + tls: starttls watch: - INBOX smtp: - host: mail.jongsma.me - port: 465 + host: 127.0.0.1 + port: 1025 username: johan@jongsma.me - password: "${JOHAN_STALWART_PASSWORD}" + password: ${JOHAN_BRIDGE_PASSWORD} from: johan@jongsma.me connectors: @@ -54,19 +40,9 @@ connectors: name: whatsapp base_url: http://localhost:8030 sms: - enabled: false + enabled: true name: sms gateway_url: http://localhost:9877 - signal: - enabled: true - api_url: http://localhost:8080 - number: "+31634481877" - poll_interval: 5 - contacts: - "+17272252475": "Johan" - "+17272381189": "Misha" - "+31646563377": "Roos" - "+31624403744": "Jacques" webhook: enabled: true