configuration/mbsyncrc

97 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2015-01-07 10:06:19 +01:00
# Accounts {{{
IMAPAccount ugent
Host "outlook.office365.com"
Port 993
User "felix.vanderjeugt@ugent.be"
PassCmd "mfauth access microsoft"
AuthMechs "XOAUTH2"
SSLType "IMAPS"
SSLVersions "TLSv1"
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
IMAPAccount posteo
Host "posteo.de"
User "felix.vanderjeugt@posteo.net"
PassCmd "pass show other/posteo-mbsync"
SSLTYPE "IMAPS"
2015-01-07 10:06:19 +01:00
# }}} Accounts
# Remote Stores {{{
IMAPStore ugent-remote
Account "ugent"
IMAPStore posteo-remote
Account "posteo"
2015-01-07 10:06:19 +01:00
# }}}
# Local Stores {{{
MaildirStore ugent-local
2016-03-18 16:42:13 +01:00
Path "/data/mail/ugent/"
Inbox "/data/mail/ugent/Inbox"
Trash "/data/mail/ugent/Trash"
2017-10-02 23:48:20 +02:00
SubFolders "Verbatim"
MaildirStore posteo-local
Path "/data/mail/posteo/"
Inbox "/data/mail/posteo/Inbox"
2015-01-07 10:06:19 +01:00
# }}}
# Channels {{{
2016-01-13 13:08:31 +01:00
Channel ugent-inbox
2021-05-24 15:02:49 +02:00
Far ":ugent-remote:INBOX"
Near ":ugent-local:"
Create "Near"
2016-01-13 13:08:31 +01:00
SyncState "*"
Channel ugent-sent
2021-05-24 15:02:49 +02:00
Far ":ugent-remote:Verzonden Items"
Near ":ugent-local:Sent"
Create "Near"
2016-01-13 13:08:31 +01:00
SyncState "*"
Channel ugent-trash
2021-05-24 15:02:49 +02:00
Far ":ugent-remote:Verwijderde Items"
Near ":ugent-local:Trash"
Create "Near"
SyncState "*"
Channel posteo-inbox
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:INBOX"
Near ":posteo-local:"
Create "Near"
SyncState "*"
Channel posteo-sent
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Sent"
Near ":posteo-local:Sent"
Create "Near"
SyncState "*"
Channel posteo-trash
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Trash"
Near ":posteo-local:Trash"
Create "Near"
SyncState "*"
Channel posteo-draft
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Drafts"
Near ":posteo-local:Drafts"
Create "Near"
SyncState "*"
2015-01-07 10:06:19 +01:00
# }}}
# Groups {{{
2016-01-13 13:08:31 +01:00
Group ugent
Channel "ugent-inbox"
Channel "ugent-sent"
Channel "ugent-trash"
Group posteo
Channel "posteo-inbox"
Channel "posteo-sent"
Channel "posteo-trash"
Channel "posteo-draft"
2015-01-07 10:06:19 +01:00
# }}}
# vim: foldmethod=marker