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