getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-lda
[~bandali/configs] / .config / getmail / getmailrc
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 = MDA_external
11 path = /usr/lib/dovecot/deliver
12 arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local')
13
14 [options]
15 read_all = false
16 delete = false
17 delete_after = 14
18 received = false
19 delivered_to = false