1ROUNDUP-MAILGW(1)           General Commands Manual          ROUNDUP-MAILGW(1)
2
3
4

NAME

6       roundup-mailgw - mail gateway for roundup
7

SYNOPSIS

9       roundup-mailgw <instance home> [method]
10

OPTIONS

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

DESCRIPTION

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       In  all  of  the following the username and password can be stored in a
41       ~/.netrc file. In this case only the server name need be  specified  on
42       the command-line.
43
44       The  username  and/or  password will be prompted for if not supplied on
45       the command-line or in ~/.netrc.
46
47       POP
48       In the third case, the gateway reads all messages from the  POP  server
49       specified  and  submits  each in turn to the roundup.mailgw module. The
50       server is specified as:
51        pop username:password@server
52       The username and password may be omitted:
53        pop username@server
54        pop server
55       are both valid.
56
57       APOP Same as POP, but using Authenticated POP:
58        apop username:password@server
59

AUTHOR

61       This manpage was written by Bastian Kleineidam <calvin@debian.org>  for
62       the Debian distribution of roundup.
63
64       The  main  author  of  roundup  is Richard Jones <richard@users.source‐
65       forge.net>.
66
67
68
69                                24 January 2003              ROUNDUP-MAILGW(1)
Impressum