Commit | Line | Data |
---|---|---|
ec80f07a AB |
1 | [retriever] |
2 | type = SimplePOP3SSLRetriever | |
3 | server = fencepost.gnu.org | |
4 | username = bandali | |
5 | password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") | |
6 | port = 995 | |
7 | use_apop = True | |
8 | ||
9 | [destination] | |
10 | type = Maildir | |
11 | path = ~/mail/gnu/Inbox/ | |
12 | ||
13 | # [destination] | |
14 | # type = MDA_external | |
15 | # path = /usr/lib/dovecot/deliver | |
16 | # arguments = ('-d', 'amin@aminb.org') | |
17 | ||
18 | [options] | |
19 | delete = True |