diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:38:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:38:38 +0200 |
commit | 70f74ae33a4ca622150970e2555ac0c799636db6 (patch) | |
tree | 50a5180093e7f654ff7c9535a8e3ba9539402b8a /interimap.sample | |
parent | 0f3cfac7f1961dad77d8fab3abc83f58b3bb20fa (diff) | |
parent | ac3e4cf6300448e9c83b45db1b769d79c6df2e38 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/interimap.sample b/interimap.sample new file mode 100644 index 0000000..296f766 --- /dev/null +++ b/interimap.sample @@ -0,0 +1,23 @@ +# database = imap.guilhem.org.db +#list-mailbox = "*" +list-select-opts = SUBSCRIBED +ignore-mailbox = ^virtual/ + +[local] +type = tunnel +command = /usr/lib/dovecot/imap + +[remote] +# type = imaps +host = imap.guilhem.org +# port = 993 +username = guilhem +password = xxxxxxxxxxxxxxxx + +# SSL options +#SSL_cipher_list = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 +#SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605 +#SSL_verify_trusted_peer = YES +SSL_ca_path = /etc/ssl/certs + +# vim:ft=dosini |