masqmail-0.2

view man/mservdetect.1 @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents 0e7601b8cebf
children 49ebdea079c6
line source
1 .TH mservdetect 1 2010-07-23 masqmail-0.2.28 "User Commands"
3 .SH NAME
4 mservdetect \- Helper for masqmail and masqdialer
7 .SH SYNOPSIS
8 \fB/usr/bin/mservdetect \fIhost port\fR
11 .SH DESCRIPTION
13 Mservdetect is a small helper application for masqmail to detect its online status
14 if the modem server masqdialer is used.
15 It connects to the\fIhost\fR at \fIport\fR and prints the connection name to stdout.
17 If you want to use it, set \fBonline_detect\fR=\fIpipe\fR and
18 \fBonline_pipe\fR=\fI"/usr/bin/mservdetect host port"\fR in
19 masqmail.conf.
21 .SH OPTIONS
23 .TP
24 \fBhost\fR
26 The hostname where the masqdialer server is running.
28 .TP
29 \fBport\fR
31 The port number where the masqdialer server is listening.
34 .SH AUTHOR
36 Masqmail was written by Oliver Kurth.
37 It is now maintained by Markus Schnalke <meillo@marmaro.de>.
39 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR.
40 There is also a mailing list, you will find information about it at masqmail's main site.
43 .SH BUGS
45 Please report bugs to the mailing list.
48 .SH SEE ALSO
50 \fBmasqmail(8)\fR, \fBmasqmail.conf(5)\fR