debian/masqmail-debian

diff rmail.1 @ 43:e7f8c0a161b6

added man page rmail.1; remove obsolete entries in rules
author meillo@marmaro.de
date Mon, 21 Jun 2010 23:11:52 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rmail.1	Mon Jun 21 23:11:52 2010 +0200
     1.3 @@ -0,0 +1,51 @@
     1.4 +.TH rmail 1 2010-06-21 masqmail-0.2.24 "User 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/bin/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