]> git.rmz.io Git - dotfiles.git/blob - mbsync/config
mbsync: stop using SSLv3 for fpp
[dotfiles.git] / mbsync / config
1 # write state file into each slaves mailbox
2 SyncState *
3 Expunge Both
4 Create Both
5 CopyArrivalDate yes
6
7 IMAPAccount mailfence
8 Host imap.mailfence.com
9 User samirbenmendil
10 PassCmd "sed -En '/imap.mailfence.com.*samirbenmendil/ s/.*password (.*)/\\1/p' ~/.netrc"
11 AuthMechs LOGIN
12 SSLType IMAPS
13 SSLVersions TLSv1.2
14 CertificateFile /etc/ssl/certs/ca-certificates.crt
15
16 IMAPStore mailfence-remote
17 Account mailfence
18
19 MaildirStore mailfence-local
20 Path ~/mail/mailfence/
21 Inbox ~/mail/mailfence/inbox
22 SubFolders Verbatim
23
24 Channel mailfence/inbox
25 Master :mailfence-remote:
26 Slave :mailfence-local:
27 Patterns INBOX
28
29 Channel mailfence/drafts
30 Master :mailfence-remote:"Drafts"
31 Slave :mailfence-local:"drafts"
32
33 Channel mailfence/sent
34 Master :mailfence-remote:"Sent Items"
35 Slave :mailfence-local:"sent"
36
37 Channel mailfence/spam
38 Master :mailfence-remote:"Spam?"
39 Slave :mailfence-local:"spam"
40
41 Channel mailfence/bin
42 Master :mailfence-remote:"Trash"
43 Slave :mailfence-local:"trash"
44
45 Channel mailfence/youtube
46 Master :mailfence-remote:
47 Slave :mailfence-local:
48 Patterns youtube*
49
50 Channel mailfence/archive
51 Master :mailfence-remote:
52 Slave :mailfence-local:
53 Patterns archive*
54
55 Group mailfence
56 Channel mailfence/inbox
57 Channel mailfence/drafts
58 Channel mailfence/sent
59 Channel mailfence/spam
60 Channel mailfence/bin
61 Channel mailfence/youtube
62 Channel mailfence/archive
63
64 IMAPAccount fpp
65 Host imap.gmail.com
66 User samir@fppnt.com
67 PassCmd "sed -En '/imap.gmail.com.*samir@fppnt.com/ s/.*password (.*)/\\1/p' ~/.netrc"
68 AuthMechs LOGIN
69 SSLType IMAPS
70 CertificateFile /etc/ssl/certs/ca-certificates.crt
71
72 IMAPStore fpp-remote
73 Account fpp
74
75 MaildirStore fpp-local
76 Path ~/mail/fpp/
77 Inbox ~/mail/fpp/inbox/
78 SubFolders Verbatim
79
80 Channel fpp-default
81 Master :fpp-remote:
82 Slave :fpp-local:
83 Patterns "INBOX"
84
85 Channel fpp-archive
86 Master :fpp-remote:"[Gmail]/All Mail"
87 Slave :fpp-local:"archive"
88
89 Channel fpp-drafts
90 Master :fpp-remote:"[Gmail]/Drafts"
91 Slave :fpp-local:"drafts"
92
93 Channel fpp-sent
94 Master :fpp-remote:"[Gmail]/Sent Mail"
95 Slave :fpp-local:"sent"
96
97 Channel fpp-spam
98 Master :fpp-remote:"[Gmail]/Spam"
99 Slave :fpp-local:"spam"
100
101 Channel fpp-flagged
102 Master :fpp-remote:"[Gmail]/Starred"
103 Slave :fpp-local:"flagged"
104
105 Channel fpp-bin
106 Master :fpp-remote:"[Gmail]/Trash"
107 Slave :fpp-local:"bin"
108
109 Group fpp
110 Channel fpp-default
111 Channel fpp-archive
112 Channel fpp-drafts
113 Channel fpp-sent
114 Channel fpp-spam
115 Channel fpp-flagged
116 Channel fpp-bin