masqmail

changeset 98:6f0c471df9af

added man page for rmail(1)
author meillo@marmaro.de
date Mon, 21 Jun 2010 12:10:01 +0200
parents 620aaf5e22f6
children 447b06d41a38
files man/Makefile.am man/Makefile.in man/rmail.1
diffstat 3 files changed, 53 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/man/Makefile.am	Mon Jun 21 12:08:21 2010 +0200
     1.2 +++ b/man/Makefile.am	Mon Jun 21 12:10:01 2010 +0200
     1.3 @@ -1,1 +1,1 @@
     1.4 -man_MANS=masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5
     1.5 +man_MANS=masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1
     2.1 --- a/man/Makefile.in	Mon Jun 21 12:08:21 2010 +0200
     2.2 +++ b/man/Makefile.in	Mon Jun 21 12:10:01 2010 +0200
     2.3 @@ -176,7 +176,7 @@
     2.4  with_logdir = @with_logdir@
     2.5  with_spooldir = @with_spooldir@
     2.6  with_user = @with_user@
     2.7 -man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5
     2.8 +man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1
     2.9  all: all-am
    2.10  
    2.11  .SUFFIXES:
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/man/rmail.1	Mon Jun 21 12:10:01 2010 +0200
     3.3 @@ -0,0 +1,51 @@
     3.4 +.TH rmail 1 2010-06-21 masqmail-0.2.24 "User Commands"
     3.5 +
     3.6 +.SH NAME
     3.7 +rmail \- handle remote mail received via uucp
     3.8 +
     3.9 +
    3.10 +.SH SYNOPSIS
    3.11 +\fB/usr/bin/rmail \fIrecipient ...\fR
    3.12 +
    3.13 +
    3.14 +.SH DESCRIPTION
    3.15 +
    3.16 +Rmail is a wrapper around masqmail.
    3.17 +It reads a mail message on standard input and passes it to masqmail's standard input.
    3.18 +Rmail only removes the first line from the input and constructs the return path from it.
    3.19 +
    3.20 +Such a first line:
    3.21 +
    3.22 +From user Wed Jan  9 12:43:35 1985 remote from host Date: 9 Jan 1985   8:39 EST
    3.23 +
    3.24 +would generate this call to masqmail:
    3.25 +
    3.26 +masqmail -i -f user@host -- bob@example.org
    3.27 +
    3.28 +(If ``bob@example.org'' was the argument to the rmail call.))
    3.29 +
    3.30 +
    3.31 +.SH AUTHOR
    3.32 +
    3.33 +Masqmail was written by Oliver Kurth.
    3.34 +It is now maintained by Markus Schnalke <meillo@marmaro.de>.
    3.35 +
    3.36 +You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR.
    3.37 +There is also a mailing list, you will find information about it at masqmail's main site.
    3.38 +
    3.39 +This man page was written by markus schnalke <meillo@marmaro.de>
    3.40 +
    3.41 +
    3.42 +.SH BUGS
    3.43 +
    3.44 +Address translations from domain!user to user@domain is not done.
    3.45 +This rmail program is only very basic.
    3.46 +See sendmail for a more sophisticated rmail implementation.
    3.47 +
    3.48 +
    3.49 +Please report bugs to the mailing list.
    3.50 +
    3.51 +
    3.52 +.SH SEE ALSO
    3.53 +
    3.54 +\fBmasqmail(8)\fR