-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.maildaemon.toml
30 lines (27 loc) · 1017 Bytes
/
.maildaemon.toml
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
[accounts]
[accounts.prive]
host = "vps.paretje.be"
username = "kevin@paretje.be"
password_cmd = "pass show email/kevin@paretje.be"
sync_interval = 300
periodic_sync_condition = "! 3gusage"
[accounts.notes]
host = "vps.paretje.be"
username = "notes@online-urbanus.be"
password_cmd = "pass show email/notes@online-urbanus.be"
sync_interval = 900
imap_idle = false
periodic_sync_condition = "! 3gusage"
[accounts.ugent]
host = "outlook.office365.com"
username = "Kevin.Velghe@UGent.be"
password_cmd = "pass show email/Kevin.Velghe@UGent.be"
sync_interval = 300
imap_idle = false
periodic_sync_condition = "! 3gusage"
[accounts.ionbot-support]
host = "imap.mailprotect.be"
username = "support@ionbot.cloud"
password_cmd = "pass show email/support@ionbot.cloud"
sync_interval = 300
periodic_sync_condition = "! 3gusage"