comparison doc/roundup-mailgw.1 @ 4000:39af38d6f77d

Add use of username/password stored in ~/.netrc in mailgw
author Richard Jones <richard@users.sourceforge.net>
date Tue, 19 Aug 2008 01:01:32 +0000
parents 3f2e516b8de3
children
comparison
equal deleted inserted replaced
3999:953234004ba2 4000:39af38d6f77d
32 file and submits each in turn to the roundup.mailgw module. The file is 32 file and submits each in turn to the roundup.mailgw module. The file is
33 emptied once all messages have been successfully handled. The file is 33 emptied once all messages have been successfully handled. The file is
34 specified as: 34 specified as:
35 \fImailbox /path/to/mailbox\fP 35 \fImailbox /path/to/mailbox\fP
36 36
37 In all of the following the username and password can be stored in a
38 ~/.netrc file. In this case only the server name need be specified on
39 the command-line.
40
41 The username and/or password will be prompted for if not supplied on
42 the command-line or in ~/.netrc.
43
37 \fBPOP\fP 44 \fBPOP\fP
38 .br 45 .br
39 In the third case, the gateway reads all messages from the POP server 46 In the third case, the gateway reads all messages from the POP server
40 specified and submits each in turn to the roundup.mailgw module. The 47 specified and submits each in turn to the roundup.mailgw module. The
41 server is specified as: 48 server is specified as:
43 .br 50 .br
44 The username and password may be omitted: 51 The username and password may be omitted:
45 \fIpop username@server\fP 52 \fIpop username@server\fP
46 \fIpop server\fP 53 \fIpop server\fP
47 .br 54 .br
48 are both valid. The username and/or password will be prompted for if 55 are both valid.
49 not supplied on the command-line.
50 56
51 \fBAPOP\fP 57 \fBAPOP\fP
52 Same as POP, but using Authenticated POP: 58 Same as POP, but using Authenticated POP:
53 \fIapop username:password@server\fP 59 \fIapop username:password@server\fP
54 .SH AUTHOR 60 .SH AUTHOR

Roundup Issue Tracker: http://roundup-tracker.org/