debian/masqmail-debian

changeset 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 4c850f3c4e0a
children c52e710b08ce
files Makefile.am rmail.1 rules
diffstat 3 files changed, 55 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/Makefile.am	Mon Jun 21 23:10:42 2010 +0200
     1.2 +++ b/Makefile.am	Mon Jun 21 23:11:52 2010 +0200
     1.3 @@ -21,4 +21,5 @@
     1.4  preinst \
     1.5  rules \
     1.6  sendmail.8 \
     1.7 -masqmail.lintian
     1.8 +masqmail.lintian \
     1.9 +rmail.1
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rmail.1	Mon Jun 21 23:11:52 2010 +0200
     2.3 @@ -0,0 +1,51 @@
     2.4 +.TH rmail 1 2010-06-21 masqmail-0.2.24 "User Commands"
     2.5 +
     2.6 +.SH NAME
     2.7 +rmail \- handle remote mail received via uucp
     2.8 +
     2.9 +
    2.10 +.SH SYNOPSIS
    2.11 +\fB/usr/bin/rmail \fIrecipient ...\fR
    2.12 +
    2.13 +
    2.14 +.SH DESCRIPTION
    2.15 +
    2.16 +Rmail is a wrapper around masqmail.
    2.17 +It reads a mail message on standard input and passes it to masqmail's standard input.
    2.18 +Rmail only removes the first line from the input and constructs the return path from it.
    2.19 +
    2.20 +Such a first line:
    2.21 +
    2.22 +From user Wed Jan  9 12:43:35 1985 remote from host Date: 9 Jan 1985   8:39 EST
    2.23 +
    2.24 +would generate this call to masqmail:
    2.25 +
    2.26 +masqmail \-i \-f user@host \-\- bob@example.org
    2.27 +
    2.28 +(If ``bob@example.org'' was the argument to the rmail call.))
    2.29 +
    2.30 +
    2.31 +.SH AUTHOR
    2.32 +
    2.33 +Masqmail was written by Oliver Kurth.
    2.34 +It is now maintained by Markus Schnalke <meillo@marmaro.de>.
    2.35 +
    2.36 +You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR.
    2.37 +There is also a mailing list, you will find information about it at masqmail's main site.
    2.38 +
    2.39 +This man page was written by markus schnalke <meillo@marmaro.de>
    2.40 +
    2.41 +
    2.42 +.SH BUGS
    2.43 +
    2.44 +Address translations from domain!user to user@domain is not done.
    2.45 +This rmail program is only very basic.
    2.46 +See sendmail for a more sophisticated rmail implementation.
    2.47 +
    2.48 +
    2.49 +Please report bugs to the mailing list.
    2.50 +
    2.51 +
    2.52 +.SH SEE ALSO
    2.53 +
    2.54 +\fBmasqmail(8)\fR
     3.1 --- a/rules	Mon Jun 21 23:10:42 2010 +0200
     3.2 +++ b/rules	Mon Jun 21 23:11:52 2010 +0200
     3.3 @@ -43,9 +43,6 @@
     3.4  	# Add here commands to clean up after the build process.
     3.5  	[ ! -f Makefile ] || $(MAKE) clean
     3.6  	[ ! -f Makefile ] || $(MAKE) distclean
     3.7 -	rm -f tests/test.conf
     3.8 -	rm -f tests/local.sh
     3.9 -	rm -f tests/smtpout.sh
    3.10  	# see /usr/share/doc/autotools-dev/README.Debian.gz
    3.11  	-test -r /usr/share/misc/config.sub && \
    3.12  		cp -f /usr/share/misc/config.sub config.sub
    3.13 @@ -93,12 +90,12 @@
    3.14  	dh_installdocs
    3.15  	rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL
    3.16  	##cp -r docs debian/masqmail/$(DOC)/masqmail/html
    3.17 -	dh_installexamples examples/* tests
    3.18 +	dh_installexamples examples/*
    3.19  #	dh_installmenu
    3.20  #	dh_installemacsen
    3.21  	dh_installinit
    3.22  #	dh_installcron
    3.23 -	dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8
    3.24 +	dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8 debian/rmail.1
    3.25  #	dh_undocumented
    3.26  	dh_installchangelogs ChangeLog
    3.27  	dh_link