diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-30 01:40:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-30 01:40:05 +0200 |
commit | d1d482c975df0840ed0169f559bdd7c5c8b56191 (patch) | |
tree | 202230003310bbd27b0501846a9a1c17d9373903 /imapsync.sample | |
parent | 651a9a83e34849f51748f87da88d3d3c84470d1d (diff) | |
parent | 7a5ef2ffc002e7976fae34d08f296ace993211c8 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'imapsync.sample')
-rw-r--r-- | imapsync.sample | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/imapsync.sample b/imapsync.sample index e563e94..296f766 100644 --- a/imapsync.sample +++ b/imapsync.sample @@ -1,20 +1,23 @@ -; database = imap.guilhem.org.db +# 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 +# type = imaps host = imap.guilhem.org -; port = 993 +# 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 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 +# vim:ft=dosini |