annotate man/rmail.8 @ 246:4cff8638dd9b

SMTP client: tries EHLO now always first Changed the behavior of the SMTP client. Now always an EHLO greeting is sent, no matter what kind of greeting text the server had sent. If the EHLO failed, an HELO greeting is tried as fall back. This is the behavior RFC 2821 requires (section 3.2). This change will fix setups that were not possible to sent to a server because that requires AUTH but hadn't said ``ESMTP'' in its greeting message. See also: Debian bug #349211 Thanks to Steffen (inne)
author markus schnalke <meillo@marmaro.de>
date Thu, 28 Oct 2010 16:40:02 -0300
parents 9397d10fd771
children 95d536599fd7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
228
9397d10fd771 updated date and version of man pages
meillo@marmaro.de
parents: 148
diff changeset
1 .TH rmail 8 2010-07-23 masqmail-0.3.0 "Maintenance Commands"
98
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
2
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
3 .SH NAME
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
4 rmail \- handle remote mail received via uucp
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
5
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
6
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
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
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
9
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
10
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
11 .SH DESCRIPTION
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
12
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
13 Rmail is a wrapper around masqmail.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
14 It reads a mail message on standard input and passes it to masqmail's standard input.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
15 Rmail only removes the first line from the input and constructs the return path from it.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
16
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
17 Such a first line:
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
18
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
19 From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
20
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
21 would generate this call to masqmail:
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
22
100
992b7e80c01b the same typos in another file
meillo@marmaro.de
parents: 98
diff changeset
23 masqmail \-i \-f user@host \-\- bob@example.org
98
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
24
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
25 (If ``bob@example.org'' was the argument to the rmail call.))
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
26
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
27
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
28 .SH AUTHOR
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
29
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
30 Masqmail was written by Oliver Kurth.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
31 It is now maintained by Markus Schnalke <meillo@marmaro.de>.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
32
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
33 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
34 There is also a mailing list, you will find information about it at masqmail's main site.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
35
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
36 This man page was written by markus schnalke <meillo@marmaro.de>
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
37
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
38
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
39 .SH BUGS
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
40
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
41 Address translations from domain!user to user@domain is not done.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
42 This rmail program is only very basic.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
43 See sendmail for a more sophisticated rmail implementation.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
44
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
45
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
46 Please report bugs to the mailing list.
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
47
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
48
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
49 .SH SEE ALSO
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
50
6f0c471df9af added man page for rmail(1)
meillo@marmaro.de
parents:
diff changeset
51 \fBmasqmail(8)\fR