1ROUNDUP-MAILGW(1) General Commands Manual ROUNDUP-MAILGW(1)
2
3
4
6 roundup-mailgw - mail gateway for roundup
7
9 roundup-mailgw <instance home> [method]
10
12 -C hyperdb class
13 specify a tracker class - one of msg (the default), issue, file,
14 user - to manipulate with -S options
15
16 -S property=value[;property=value] pairs
17 specify the values to set on the class specified by -C using the
18 same format as the Subject line property manipulations
19
21 The roundup mail gateway may be called in one of three ways:
22
23 · with an instance home as the only argument,
24
25 · with both an instance home and a mail spool file, or
26
27 · with both an instance home and a pop server account.
28
29 PIPE
30 In the first case, the mail gateway reads a single message from the
31 standard input and submits the message to the roundup.mailgw module.
32
33 UNIX mailbox
34 In the second case, the gateway reads all messages from the mail spool
35 file and submits each in turn to the roundup.mailgw module. The file is
36 emptied once all messages have been successfully handled. The file is
37 specified as:
38 mailbox /path/to/mailbox
39
40 POP
41 In the third case, the gateway reads all messages from the POP server
42 specified and submits each in turn to the roundup.mailgw module. The
43 server is specified as:
44 pop username:password@server
45 The username and password may be omitted:
46 pop username@server
47 pop server
48 are both valid. The username and/or password will be prompted for if
49 not supplied on the command-line.
50
51 APOP Same as POP, but using Authenticated POP:
52 apop username:password@server
53
55 This manpage was written by Bastian Kleineidam <calvin@debian.org> for
56 the Debian distribution of roundup.
57
58 The main author of roundup is Richard Jones <richard@users.source‐
59 forge.net>.
60
61
62
63 24 January 2003 ROUNDUP-MAILGW(1)