25 lines
593 B
Text
25 lines
593 B
Text
check_interval_days: 7 # Minimum days between warnings for same account
|
|
quota_warning_threshold_percent: 80
|
|
|
|
accounts:
|
|
- name: Sales
|
|
imap_server: mail.example.com
|
|
imap_port: 993
|
|
username: sales@example.com
|
|
password: secret
|
|
|
|
- name: Support
|
|
imap_server: mail.example.com
|
|
imap_port: 993
|
|
username: support@example.com
|
|
password: secret
|
|
|
|
mail:
|
|
smtp_server: mail.example.com
|
|
smtp_port: 587
|
|
smtp_username: monitoring@example.com
|
|
smtp_password: secret
|
|
from_address: monitoring@example.com
|
|
recipients:
|
|
- admin1@example.com
|
|
- admin2@example.com
|