Record IONOS IMAP host facts for company mailbox
Blue-lane provider data: imap.ionos.de:993 SSL/TLS; username is full email address. Non-secret email-connect config; password remains Red OpenBao provision only.
This commit is contained in:
parent
a2a561757f
commit
b2ff07b036
2 changed files with 108 additions and 7 deletions
47
integrations/mailbox-binky-company.yml
Normal file
47
integrations/mailbox-binky-company.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Non-secret email-connect config for Binky company mailbox (IONOS).
|
||||
# Credentials: env names only — values from OpenBao tenants/binky/company-email/imap
|
||||
# via warden access / bao as the caller (WARDEN-WP-0028 / CCR-2026-0007).
|
||||
#
|
||||
# Usage (after Red provision):
|
||||
# export IMAP_USERNAME=... IMAP_PASSWORD=... # via warden access --exec, not chat
|
||||
# PYTHONPATH=src python3 -m email_connect.cli scan-mailbox \
|
||||
# --config integrations/mailbox-binky-company.yml \
|
||||
# --out mailmeta/reports/
|
||||
|
||||
mailbox:
|
||||
id: binky-company-primary
|
||||
protocol: imap
|
||||
host: imap.ionos.de
|
||||
port: 993
|
||||
tls: true
|
||||
username_env: IMAP_USERNAME
|
||||
password_env: IMAP_PASSWORD
|
||||
folder: INBOX
|
||||
|
||||
source:
|
||||
fixture_dir: null
|
||||
|
||||
scan:
|
||||
mode: incremental
|
||||
max_messages_per_run: 500
|
||||
since: null
|
||||
from: null
|
||||
to: null
|
||||
include_seen: true
|
||||
mark_seen: false
|
||||
store_raw_headers: true
|
||||
store_raw_body: false
|
||||
store_raw_message_ref: false
|
||||
|
||||
expected_recipients:
|
||||
path: null
|
||||
csv_column: email
|
||||
|
||||
storage:
|
||||
path: mailmeta/.email-connect-state.sqlite
|
||||
|
||||
reports:
|
||||
output_dir: mailmeta/reports
|
||||
include_all_evidence: true
|
||||
include_unknown_messages: true
|
||||
timestamp_timezone: Europe/Berlin
|
||||
Loading…
Add table
Add a link
Reference in a new issue