masqmail
diff man/rmail.8 @ 148:1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
Debian demands rmail to be in /usr/sbin
therefore it is surely no bad idea to have ich this way
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 00:40:19 +0200 |
parents | man/rmail.1@4aa6b6e18a13 |
children | 9397d10fd771 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/man/rmail.8 Thu Jul 08 00:40:19 2010 +0200 1.3 @@ -0,0 +1,51 @@ 1.4 +.TH rmail 8 2010-07-08 masqmail-0.2.25 "Maintenance Commands" 1.5 + 1.6 +.SH NAME 1.7 +rmail \- handle remote mail received via uucp 1.8 + 1.9 + 1.10 +.SH SYNOPSIS 1.11 +\fB/usr/sbin/rmail \fIrecipient ...\fR 1.12 + 1.13 + 1.14 +.SH DESCRIPTION 1.15 + 1.16 +Rmail is a wrapper around masqmail. 1.17 +It reads a mail message on standard input and passes it to masqmail's standard input. 1.18 +Rmail only removes the first line from the input and constructs the return path from it. 1.19 + 1.20 +Such a first line: 1.21 + 1.22 +From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST 1.23 + 1.24 +would generate this call to masqmail: 1.25 + 1.26 +masqmail \-i \-f user@host \-\- bob@example.org 1.27 + 1.28 +(If ``bob@example.org'' was the argument to the rmail call.)) 1.29 + 1.30 + 1.31 +.SH AUTHOR 1.32 + 1.33 +Masqmail was written by Oliver Kurth. 1.34 +It is now maintained by Markus Schnalke <meillo@marmaro.de>. 1.35 + 1.36 +You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. 1.37 +There is also a mailing list, you will find information about it at masqmail's main site. 1.38 + 1.39 +This man page was written by markus schnalke <meillo@marmaro.de> 1.40 + 1.41 + 1.42 +.SH BUGS 1.43 + 1.44 +Address translations from domain!user to user@domain is not done. 1.45 +This rmail program is only very basic. 1.46 +See sendmail for a more sophisticated rmail implementation. 1.47 + 1.48 + 1.49 +Please report bugs to the mailing list. 1.50 + 1.51 + 1.52 +.SH SEE ALSO 1.53 + 1.54 +\fBmasqmail(8)\fR