Commit | Line | Data |
---|---|---|
ca3a844a AB |
1 | [retriever] |
2 | type = SimplePOP3SSLRetriever | |
3 | server = fencepost.gnu.org | |
4 | username = bandali | |
5 | password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg") | |
6 | port = 995 | |
7 | use_apop = True | |
f16d6161 | 8 | ssl_ciphers = AES256-SHA |
ca3a844a AB |
9 | |
10 | [destination] | |
11 | type = Maildir | |
12 | path = ~/mail/gnu.local/bandali/mail/ | |
13 | ||
14 | # [destination] | |
15 | # type = MDA_external | |
16 | # path = /usr/lib/dovecot/deliver | |
17 | # arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local') | |
18 | ||
19 | [options] | |
20 | read_all = false | |
7b96c45a AB |
21 | # delete_after = 1 |
22 | delete = true | |
ca3a844a AB |
23 | received = false |
24 | delivered_to = false |