40 lines
755 B
YAML
40 lines
755 B
YAML
server:
|
|
host: 127.0.0.1
|
|
port: 8025
|
|
|
|
accounts:
|
|
proton:
|
|
host: 127.0.0.1
|
|
port: 1143
|
|
username: tj@jongsma.me
|
|
password: ${PROTON_BRIDGE_PASSWORD}
|
|
tls: starttls
|
|
folders:
|
|
watch: [INBOX]
|
|
archive: Archive
|
|
spam: Spam
|
|
|
|
triage:
|
|
enabled: true
|
|
l1:
|
|
provider: fireworks
|
|
model: accounts/fireworks/models/llama-v3p1-8b-instruct
|
|
api_key: ${FIREWORKS_API_KEY}
|
|
l2:
|
|
gateway_url: http://localhost:18080
|
|
l3:
|
|
gateway_url: http://localhost:18080
|
|
|
|
shipping:
|
|
dashboard_url: http://100.123.216.65:9200
|
|
auto_cleanup_days: 1
|
|
|
|
rules:
|
|
always_escalate_from:
|
|
- "*@inou.com"
|
|
- "*@kaseya.com"
|
|
auto_archive_from:
|
|
- "*@github.com"
|
|
- "noreply@*"
|
|
auto_delete_from: []
|