* .config/getmail/getmailrc: Add 'ssl_ciphers = AES256-SHA' needed with getmail6.
[~bandali/configs] / .config / getmail / getmailrc
CommitLineData
ca3a844a
AB
1[retriever]
2type = SimplePOP3SSLRetriever
3server = fencepost.gnu.org
4username = bandali
5password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
6port = 995
7use_apop = True
f16d6161 8ssl_ciphers = AES256-SHA
ca3a844a
AB
9
10[destination]
11type = Maildir
12path = ~/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]
20read_all = false
7b96c45a
AB
21# delete_after = 1
22delete = true
ca3a844a
AB
23received = false
24delivered_to = false