# https://pyropus.ca/software/getmail/configuration.html#conf-retriever [retriever] type = SimpleIMAPSSLRetriever server = imap.gmail.com mailboxes = ('Inbox',) # https://pyropus.ca/software/getmail/configuration.html#conf-destination [destination] #type = Maildir #path = ~/.mail/inbox/ #type = MDA_external #path = /usr/bin/maildrop #arguments = ("-f", "%(sender)", "~/.config/mail/maildrop.rc") type = MDA_external path = /usr/libexec/dovecot/dovecot-lda arguments = ("-f", "%(sender)", "-c", "~/.config/mail/dovecot-lda.conf") # https://pyropus.ca/software/getmail/configuration.html#conf-options [options] verbose = 1 message_log = ~/.config/getmail/log delete = true read_all = false # do not alter messages delivered_to = false received = false