masqmail
annotate man/rmail.8 @ 392:c5fd796ea06e
Heavy refactoring in parts of conf.c.
init_conf()
parse_boolean()
parse_list_file()
Re-arrangement of code.
parse_address_glob_list()
Removed unneccessary parameter.
parse_list()
parse_interface():
Use strtok()/strchr() instead of doing is all by hand.
Removed limitation of fixed size buffer.
eat_comments()
Use a state machine.
eat_line_trailing()
eat_spaces()
read_lval()
Better structured code.
read_conf()
read_route()
Removed magic numbers.
Made all list type in the config files accept pathname entries,
except for `permanent_routes' and `query_routes.' for which this
is impossible.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 18 Feb 2012 18:07:55 +0100 |
parents | ef346dc67514 |
children | 34c919a8d74e |
rev | line source |
---|---|
meillo@380 | 1 .TH rmail 8 2012-01-18 masqmail-0.3.4 "Maintenance Commands" |
meillo@98 | 2 |
meillo@98 | 3 .SH NAME |
meillo@98 | 4 rmail \- handle remote mail received via uucp |
meillo@98 | 5 |
meillo@98 | 6 |
meillo@98 | 7 .SH SYNOPSIS |
meillo@148 | 8 \fB/usr/sbin/rmail \fIrecipient ...\fR |
meillo@98 | 9 |
meillo@98 | 10 |
meillo@98 | 11 .SH DESCRIPTION |
meillo@98 | 12 |
meillo@98 | 13 Rmail is a wrapper around masqmail. |
meillo@98 | 14 It reads a mail message on standard input and passes it to masqmail's standard input. |
meillo@98 | 15 Rmail only removes the first line from the input and constructs the return path from it. |
meillo@98 | 16 |
meillo@98 | 17 Such a first line: |
meillo@98 | 18 |
meillo@98 | 19 From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST |
meillo@98 | 20 |
meillo@98 | 21 would generate this call to masqmail: |
meillo@98 | 22 |
meillo@100 | 23 masqmail \-i \-f user@host \-\- bob@example.org |
meillo@98 | 24 |
meillo@98 | 25 (If ``bob@example.org'' was the argument to the rmail call.)) |
meillo@98 | 26 |
meillo@98 | 27 |
meillo@98 | 28 .SH AUTHOR |
meillo@98 | 29 |
meillo@98 | 30 Masqmail was written by Oliver Kurth. |
meillo@98 | 31 It is now maintained by Markus Schnalke <meillo@marmaro.de>. |
meillo@98 | 32 |
meillo@98 | 33 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. |
meillo@98 | 34 There is also a mailing list, you will find information about it at masqmail's main site. |
meillo@98 | 35 |
meillo@98 | 36 This man page was written by markus schnalke <meillo@marmaro.de> |
meillo@98 | 37 |
meillo@98 | 38 |
meillo@98 | 39 .SH BUGS |
meillo@98 | 40 |
meillo@98 | 41 Address translations from domain!user to user@domain is not done. |
meillo@98 | 42 This rmail program is only very basic. |
meillo@98 | 43 See sendmail for a more sophisticated rmail implementation. |
meillo@98 | 44 |
meillo@98 | 45 |
meillo@98 | 46 Please report bugs to the mailing list. |
meillo@98 | 47 |
meillo@98 | 48 |
meillo@98 | 49 .SH SEE ALSO |
meillo@98 | 50 |
meillo@98 | 51 \fBmasqmail(8)\fR |