diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 22:31:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 22:31:04 +0200 |
commit | c559e5a34808ab47bd531c5476ea065eb2f15d0d (patch) | |
tree | e68530c438fcf71901546cef5864f714a6979ebb /interimap.sample | |
parent | f01c9654f1dd56317b56b815b9e5168d12bf2791 (diff) | |
parent | 47fec06f75d365259c6bf1da78dfc4b5548ce5fe (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interimap.sample b/interimap.sample index 296f766..b0f619a 100644 --- a/interimap.sample +++ b/interimap.sample @@ -2,10 +2,12 @@ #list-mailbox = "*" list-select-opts = SUBSCRIBED ignore-mailbox = ^virtual/ +#use-binary = YES [local] type = tunnel command = /usr/lib/dovecot/imap +null-stderr = YES [remote] # type = imaps @@ -13,6 +15,7 @@ host = imap.guilhem.org # port = 993 username = guilhem password = xxxxxxxxxxxxxxxx +#compress = YES # SSL options #SSL_cipher_list = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 |