diff options
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 |