summaryrefslogtreecommitdiff
path: root/vagrant/offlineimaprc.example.org
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-01 10:38:00 +0100
committervarac <varacanero@zeromail.org>2015-01-13 12:48:53 +0100
commitb503fc864c8152f4e76d284a6ef89eddec59028b (patch)
tree3a3979c46d4ee575e895ba33c8d6bf6dd1015db8 /vagrant/offlineimaprc.example.org
parent53b87cc2b283df665a46a5781974f9ffd047c72c (diff)
Simplyfied Vagrant support, added offlineimap config file
Change-Id: I4bdb6cfe34d4c0edbf31d425d7f682c137ae1596
Diffstat (limited to 'vagrant/offlineimaprc.example.org')
-rw-r--r--vagrant/offlineimaprc.example.org24
1 files changed, 24 insertions, 0 deletions
diff --git a/vagrant/offlineimaprc.example.org b/vagrant/offlineimaprc.example.org
new file mode 100644
index 00000000..3d119634
--- /dev/null
+++ b/vagrant/offlineimaprc.example.org
@@ -0,0 +1,24 @@
+# WARNING: Use offlineimap *only* for testing/debugging,
+# because it will save the mails *decrypted* locally to
+# your disk !
+
+[general]
+accounts = testuser@example.org
+
+[Account testuser@example.org]
+localrepository = testuser@example.org_local
+remoterepository = testuser@example.org_remote
+
+[Repository testuser@example.org_local]
+type = Maildir
+localfolders = /tmp/offlineimap.testuser@example.org
+
+[Repository testuser@example.org_remote]
+type = IMAP
+remotehost = localhost
+remoteuser = testuser@example.org
+remoteport = 1984
+ssl = no
+remotepass = every_pw_works_here
+
+