Mercurial > masqmail
annotate man/rmail.8 @ 304:d5ce2ba71e7b
manual formating of Received: hdrs; changed hdr for local receival
Now the Received: headers are much friendlier to read.
About folding: We must fold any line at 998 chars before transfer.
We should fold the lines we produce at 78 chars. That is what RFC
2821 requests. We should think about it, somewhen.
The header for locally (i.e. non-SMTP) received mail is changed
to the format postfix uses. This matches RFC 2821 better. The
`from' clause should contain a domain or IP, not a user name. Also,
the `with' clause should contain a registered standard protocol
name, which ``local'' is not.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 09 Dec 2010 18:28:11 -0300 |
parents | 95d536599fd7 |
children | 8bf7820a0e0e |
rev | line source |
---|---|
291
95d536599fd7
updated ChangeLog, NEWS and date/version in the man pages
markus schnalke <meillo@marmaro.de>
parents:
228
diff
changeset
|
1 .TH rmail 8 2010-12-08 masqmail-0.3.1 "Maintenance Commands" |
98 | 2 |
3 .SH NAME | |
4 rmail \- handle remote mail received via uucp | |
5 | |
6 | |
7 .SH SYNOPSIS | |
148
1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
meillo@marmaro.de
parents:
142
diff
changeset
|
8 \fB/usr/sbin/rmail \fIrecipient ...\fR |
98 | 9 |
10 | |
11 .SH DESCRIPTION | |
12 | |
13 Rmail is a wrapper around masqmail. | |
14 It reads a mail message on standard input and passes it to masqmail's standard input. | |
15 Rmail only removes the first line from the input and constructs the return path from it. | |
16 | |
17 Such a first line: | |
18 | |
19 From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST | |
20 | |
21 would generate this call to masqmail: | |
22 | |
100 | 23 masqmail \-i \-f user@host \-\- bob@example.org |
98 | 24 |
25 (If ``bob@example.org'' was the argument to the rmail call.)) | |
26 | |
27 | |
28 .SH AUTHOR | |
29 | |
30 Masqmail was written by Oliver Kurth. | |
31 It is now maintained by Markus Schnalke <meillo@marmaro.de>. | |
32 | |
33 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. | |
34 There is also a mailing list, you will find information about it at masqmail's main site. | |
35 | |
36 This man page was written by markus schnalke <meillo@marmaro.de> | |
37 | |
38 | |
39 .SH BUGS | |
40 | |
41 Address translations from domain!user to user@domain is not done. | |
42 This rmail program is only very basic. | |
43 See sendmail for a more sophisticated rmail implementation. | |
44 | |
45 | |
46 Please report bugs to the mailing list. | |
47 | |
48 | |
49 .SH SEE ALSO | |
50 | |
51 \fBmasqmail(8)\fR |