home · contact · privacy
c456a1e7c88fad1f11330c1676d63f0b9035c2a2
[config] / dotfiles_user_server / getmail / getmailrc
1 # plomlompom's getmail configuration
2
3 # Where and how to get mail from.
4 [retriever]
5 type = SimplePOP3SSLRetriever
6 server = mail.klostein.com
7 username = c.heller@plomlompom.de
8
9 # Let procmail take charge of incoming mail. Use user-defined rc file.
10 [destination]
11 type = MDA_external
12 path = /usr/bin/procmail
13 arguments = ("-m", "/home/plom/.procmailrc")
14
15 # Delete retrieved mail from server.
16 [options]
17 delete = true