diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 05:21:03 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 05:21:03 +0200 |
commit | cf74bd63fc5b7fc79019dbdd63c7af0fd2ab5720 (patch) | |
tree | a6f603eb8e11081544edbd5336dd326744fb776f /interimap.sample | |
parent | 897737774307cf10177ffddeda8285f3b9ff794c (diff) | |
parent | 6011b94a5c6f0b787ce883b5646684828a54a994 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/interimap.sample b/interimap.sample index bbf8c42..5d9d6d2 100644 --- a/interimap.sample +++ b/interimap.sample @@ -1,4 +1,4 @@ -# database = imap.guilhem.org.db +#database = imap.guilhem.org.db #list-mailbox = "*" list-select-opts = SUBSCRIBED ignore-mailbox = ^virtual/ @@ -10,9 +10,10 @@ command = /usr/lib/dovecot/imap null-stderr = YES [remote] -# type = imaps +#type = imaps host = imap.guilhem.org -# port = 993 +#port = 993 +#proxy = socks5h://localhost:9050 username = guilhem password = xxxxxxxxxxxxxxxx #compress = YES |