import
This commit is contained in:
18
offlineimaprc
Normal file
18
offlineimaprc
Normal file
@@ -0,0 +1,18 @@
|
||||
[general]
|
||||
accounts = main
|
||||
|
||||
[Account main]
|
||||
localrepository = main-local
|
||||
remoterepository = main-remote
|
||||
|
||||
[Repository main-local]
|
||||
type = Maildir
|
||||
localfolders = /dump
|
||||
|
||||
[Repository main-remote]
|
||||
type = IMAP
|
||||
#sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
remoteuser = XXX_REPLACE_USER_XXX
|
||||
remotepass = XXX_REPLACE_PASS_XXX
|
||||
remotehost = XXX_REPLACE_SRV_XXX
|
||||
cert_fingerprint = XXX_REPLACE_FINGERPRINT_XXX
|
||||
Reference in New Issue
Block a user