diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:36:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:36:00 +0200 |
commit | ac3e4cf6300448e9c83b45db1b769d79c6df2e38 (patch) | |
tree | ef0f5952acb9e74255a4dfca1aa60b124a633ebf /imapsync.sample | |
parent | adf204a2b54eb5fc47e97042012be0e407ac7e42 (diff) |
Rename ‘imapsync’ to ‘interimap’.
To avoid confusion with http://imapsync.lamiral.info .
Diffstat (limited to 'imapsync.sample')
-rw-r--r-- | imapsync.sample | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/imapsync.sample b/imapsync.sample deleted file mode 100644 index 296f766..0000000 --- a/imapsync.sample +++ /dev/null @@ -1,23 +0,0 @@ -# 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 |