diff options
Diffstat (limited to 'pullimap.sample')
-rw-r--r-- | pullimap.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pullimap.sample b/pullimap.sample index 63ff9de..136d3d4 100644 --- a/pullimap.sample +++ b/pullimap.sample @@ -11,22 +11,22 @@ SSL_CApath = /etc/ssl/certs [private] #type = imaps -host = imap.guilhem.org +host = imap.private.org #port = 993 #proxy = socks5h://localhost:9050 username = guilhem password = xxxxxxxxxxxxxxxx #compress = YES -#SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605 +#SSL_fingerprint = sha256$d9915f4ad35b76d9eb40f34abd5e8f61edfaad3bf20d5336dc28efa8cc3921ad [work] #type = imaps -host = imap.example.com +host = imap.work.com #port = 993 #proxy = socks5h://localhost:9050 username = guilhem password = xxxxxxxxxxxxxxxx #compress = YES -#SSL_fingerprint = sha256$c93677ac6a4ac7d0a2b412c1bfdd83b9191c853aa8685bf5440f154e647caacf +#SSL_fingerprint = sha256$3956fd56921c02aeaffe4f8f576e802ee99ab5a096064f4fe7e6a0ad7b4b8a6e # vim:ft=dosini |