diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-19 11:15:00 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-19 11:30:51 -0400 |
commit | 249a52982fcde3a36931966ab58110ca4ba5527f (patch) | |
tree | 2373679da0ad6294fc45cc649c00e8f30a15aae3 /.config/getmail/getmailrc | |
parent | 2e9074a435c0a80b44bd7a8d1a050884dcb44bce (diff) | |
download | configs-249a52982fcde3a36931966ab58110ca4ba5527f.tar.gz configs-249a52982fcde3a36931966ab58110ca4ba5527f.tar.xz configs-249a52982fcde3a36931966ab58110ca4ba5527f.zip |
getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-lda
Diffstat (limited to '.config/getmail/getmailrc')
-rw-r--r-- | .config/getmail/getmailrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc new file mode 100644 index 0000000..1f1a72d --- /dev/null +++ b/.config/getmail/getmailrc @@ -0,0 +1,19 @@ +[retriever] +type = SimplePOP3SSLRetriever +server = fencepost.gnu.org +username = bandali +password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") +port = 995 +use_apop = True + +[destination] +type = MDA_external +path = /usr/lib/dovecot/deliver +arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local') + +[options] +read_all = false +delete = false +delete_after = 14 +received = false +delivered_to = false |