-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathemail.yaml.example
More file actions
37 lines (37 loc) · 840 Bytes
/
email.yaml.example
File metadata and controls
37 lines (37 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
smtp_accounts:
- name: me
password: "super_S3c4e3t!"
port: 465
secure: true
server: "smtp.example.com"
smtp_auth: true
username: "me@example.com"
- name: you
password: "topsecret!"
port: 587
secure: true
server: "smtp.example.com"
smtp_auth: true
username: "you@example.com"
imap_accounts:
- name: me
download_attachments: true
folder: "INBOX"
password: "super_S3c4e3t!"
port: 993
secure: true
server: "imap.example.com"
username: "me@example.com"
- name: you
download_attachments: true
folder: "INBOX"
password: "topsecret!"
port: 993
secure: true
server: "imap.example.com"
username: "you@example.com"
max_attachment_size: 1024
attachment_datastore_ttl: 1800
sensor_smtp_listen_ip: '127.0.0.1'
sensor_smtp_listen_port: 25