File: README.Debian

package info (click to toggle)
getmail 5.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,012 kB
  • sloc: python: 6,044; sh: 58; makefile: 18
file content (64 lines) | stat: -rw-r--r-- 1,860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
getmail for Debian
-------------------

getmail package includes a Debian specific convenience wrapper script
getmails to ease maintenance of multiple mail accounts.  Instead of using
single ~/.getmailrc, getmails uses files matching ~/.getmail/config/* .

See getmails(1) manpage for its command syntax.

Tutorial for getmails
~~~~~~~~~~~~~~~~~~~~~

For example,  you can create ~/.getmail/config/foo@gmail.com as follows:

=== start of foo@gmail.com ===
[retriever]
type = SimplePOP3SSLRetriever
server = pop.gmail.com
username =  foo@gmail.com
password = secret_word

[destination]
type = MDA_external
path = /usr/bin/maildrop
unixfrom = True

[options]
verbose = 0
delete = True
delivered_to = False
message_log = ~/.getmail/log/bar@gmail.com.log
=== end of foo@gmail.com ===

(Here, maildrop package is used to filter incoming mail instead of more
 conventional procmail.)

This configuration enables retrieval of mails from foo@gmail.com .

When you have 3 accounts at different ISPs, you can create configuration files
for these 3 ISPs as:

 *  ~/.getmail/config/foo@gmail.com
 *  ~/.getmail/config/bar@yahoo.com
 *  ~/.getmail/config/baz@aol.com

With these configuration files, getmails uses all 3 email accounts.

You can turn on and off mail accounts by renaming their configuration files.
For example, you can temporarily turn off baz@aol.com by renaming its
configuration file to a hidden file by preceding its file name:

 *  ~/.getmail/config/foo@gmail.com
 *  ~/.getmail/config/bar@yahoo.com
 *  ~/.getmail/config/.baz@aol.com

With these configuration files, getmails uses only 2 email accounts.

The editor generated files such as foo@gmail.com~ are skipped to ensure robust
operation.

This made more intuitive to maintain multiple accounts, at least, for this
maintainer.

 -- Osamu Aoki <osamu@debian.org>, Sun, 17 Dec 2017 08:42:07 +0000