forked from pub-solar/os
Benjamin Bädorf
f7b0efb6bc
ctags got an update and is currently drawing more than 60GB of RAM trying to analyze e.g. the openproject repository. Removing it fixes the issue for now.
95 lines
2.6 KiB
Plaintext
95 lines
2.6 KiB
Plaintext
[general]
|
|
pythonfile = $XDG_CONFIG_HOME/offlineimap/functions.py
|
|
metadata = $XDG_DATA_HOME/offlineimap
|
|
accounts = BBEU, MiOM, PubSolar, b12f, RWTH
|
|
|
|
[Account BBEU]
|
|
localrepository = LocalBBEU
|
|
remoterepository = RemoteBBEU
|
|
|
|
[Repository LocalBBEU]
|
|
type = Maildir
|
|
localfolders = ~/Mail/hello@benjaminbaedorf.eu
|
|
|
|
[Repository RemoteBBEU]
|
|
type = IMAP
|
|
remotehost = mail.hosting.de
|
|
remoteuser = hello@benjaminbaedorf.eu
|
|
remotepasseval = get_secret("service", "smtp", "host", "mail.hosting.de", "user", "hello@benjaminbaedorf.eu")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Account OPGmail]
|
|
localrepository = LocalOPGmail
|
|
remoterepository = RemoteOPGmail
|
|
|
|
[Repository LocalOPGmail]
|
|
type = Maildir
|
|
localfolders = ~/Mail/b.baedorf@openproject.com
|
|
|
|
[Repository RemoteOPGmail]
|
|
type = IMAP
|
|
remotehost = imap.gmail.com
|
|
remoteuser = b.baedorf@openproject.com
|
|
remotepasseval = get_secret("service", "smtp", "host", "smtp.gmail.com", "user", "b.baedorf@openproject.com")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Account MiOM]
|
|
localrepository = LocalMiOM
|
|
remoterepository = RemoteMiOM
|
|
|
|
[Repository LocalMiOM]
|
|
type = Maildir
|
|
localfolders = ~/Mail/byb@miom.space
|
|
|
|
[Repository RemoteMiOM]
|
|
type = IMAP
|
|
remotehost = mail.hosting.de
|
|
remoteuser = byb@miom.space
|
|
remotepasseval = get_secret("service", "smtp", "host", "mail.hosting.de", "user", "byb@miom.space")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Account PubSolar]
|
|
localrepository = LocalPubSolar
|
|
remoterepository = RemotePubSolar
|
|
|
|
[Repository LocalPubSolar]
|
|
type = Maildir
|
|
localfolders = ~/Mail/byb@miom.space
|
|
|
|
[Repository RemotePubSolar]
|
|
type = IMAP
|
|
remotehost = mail.greenbaum.cloud
|
|
remoteuser = admins@pub.solar
|
|
remotepasseval = get_secret("service", "smtp", "host", "mail.greenbaum.cloud", "user", "admins@pub.solar")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Account b12f]
|
|
localrepository = Localb12f
|
|
remoterepository = Remoteb12f
|
|
|
|
[Repository Localb12f]
|
|
type = Maildir
|
|
localfolders = ~/Mail/mail@b12f.io
|
|
|
|
[Repository Remoteb12f]
|
|
type = IMAP
|
|
remotehost = mail.b12f.io
|
|
remoteuser = mail@b12f.io
|
|
remotepasseval = get_secret("service", "smtp", "host", "mail.b12f.io", "user", "mail@b12f.io")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Account RWTH]
|
|
localrepository = LocalRWTH
|
|
remoterepository = RemoteRWTH
|
|
|
|
[Repository LocalRWTH]
|
|
type = Maildir
|
|
localfolders = ~/Mail/benjamin.baedorf@rwth-aachen.de
|
|
|
|
[Repository RemoteRWTH]
|
|
type = IMAP
|
|
remotehost = mail.rwth-aachen.de
|
|
remoteuser = bb564306@rwth-aachen.de
|
|
remotepasseval = get_secret("service", "smtp", "host", "mail.rwth-aachen.de", "user", "bb564306@rwth-aachen.de")
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|