masqmail
annotate man/mservdetect.1 @ 304:d5ce2ba71e7b
manual formating of Received: hdrs; changed hdr for local receival
Now the Received: headers are much friendlier to read.
About folding: We must fold any line at 998 chars before transfer.
We should fold the lines we produce at 78 chars. That is what RFC
2821 requests. We should think about it, somewhen.
The header for locally (i.e. non-SMTP) received mail is changed
to the format postfix uses. This matches RFC 2821 better. The
`from' clause should contain a domain or IP, not a user name. Also,
the `with' clause should contain a registered standard protocol
name, which ``local'' is not.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 09 Dec 2010 18:28:11 -0300 |
parents | 9397d10fd771 |
children | f10a56dc7481 |
rev | line source |
---|---|
meillo@291 | 1 .TH mservdetect 1 2010-12-08 masqmail-0.3.1 "User Commands" |
meillo@34 | 2 |
meillo@0 | 3 .SH NAME |
meillo@0 | 4 mservdetect \- Helper for masqmail and masqdialer |
meillo@34 | 5 |
meillo@34 | 6 |
meillo@0 | 7 .SH SYNOPSIS |
meillo@97 | 8 \fB/usr/bin/mservdetect \fIhost port\fR |
meillo@0 | 9 |
meillo@34 | 10 |
meillo@0 | 11 .SH DESCRIPTION |
meillo@0 | 12 |
meillo@34 | 13 Mservdetect is a small helper application for masqmail to detect its online status |
meillo@34 | 14 if the modem server masqdialer is used. |
meillo@34 | 15 It connects to the\fIhost\fR at \fIport\fR and prints the connection name to stdout. |
meillo@0 | 16 |
meillo@34 | 17 If you want to use it, set \fBonline_detect\fR=\fIpipe\fR and |
meillo@85 | 18 \fBonline_pipe\fR=\fI"/usr/bin/mservdetect host port"\fR in |
meillo@85 | 19 masqmail.conf. |
meillo@0 | 20 |
meillo@0 | 21 .SH OPTIONS |
meillo@34 | 22 |
meillo@0 | 23 .TP |
meillo@34 | 24 \fBhost\fR |
meillo@0 | 25 |
meillo@0 | 26 The hostname where the masqdialer server is running. |
meillo@34 | 27 |
meillo@0 | 28 .TP |
meillo@34 | 29 \fBport\fR |
meillo@0 | 30 |
meillo@0 | 31 The port number where the masqdialer server is listening. |
meillo@34 | 32 |
meillo@34 | 33 |
meillo@0 | 34 .SH AUTHOR |
meillo@0 | 35 |
meillo@34 | 36 Masqmail was written by Oliver Kurth. |
meillo@34 | 37 It is now maintained by Markus Schnalke <meillo@marmaro.de>. |
meillo@0 | 38 |
meillo@95 | 39 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. |
meillo@26 | 40 There is also a mailing list, you will find information about it at masqmail's main site. |
meillo@0 | 41 |
meillo@34 | 42 |
meillo@0 | 43 .SH BUGS |
meillo@0 | 44 |
meillo@34 | 45 Please report bugs to the mailing list. |
meillo@34 | 46 |
meillo@0 | 47 |
meillo@0 | 48 .SH SEE ALSO |
meillo@0 | 49 |
meillo@85 | 50 \fBmasqmail(8)\fR, \fBmasqmail.conf(5)\fR |