diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-25 18:56:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-25 18:56:19 +0200 |
commit | dff9d2b460e543edad3726c3637145c2733515f8 (patch) | |
tree | c2c88866a2fc3e2ef8c17ef4f14c86c90618b82c /imapsync.sample | |
parent | 0cef7480d009ba721db43b3212f7b884fe95b8f8 (diff) | |
parent | ea6122775d01460c3bf9f73bb7b15b5084623dfa (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'imapsync.sample')
-rw-r--r-- | imapsync.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/imapsync.sample b/imapsync.sample index 51958aa..e563e94 100644 --- a/imapsync.sample +++ b/imapsync.sample @@ -1,7 +1,7 @@ ; database = imap.guilhem.org.db [local] -type = preauth +type = tunnel command = /usr/lib/dovecot/imap [remote] @@ -12,9 +12,9 @@ username = guilhem password = xxxxxxxxxxxxxxxx ; SSL options -;SSL_verify_peer = TRUE -SSL_ca_path = /etc/ssl/certs ;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 |