comparison docs/masqmail.route.5 @ 16:163aa299bedb

fixed man pages added backslashes to dashes (to satisfy Debian) removed wrong sentence about /etc/aliases. Thanks to Alexis. (Closes Debian bug #480477) fixed typos reported by Reuben Thomas. (Closes Debian bug #427096)
author meillo@marmaro.de
date Thu, 06 Nov 2008 09:33:32 +0100
parents 8c55886cacd8
children 31cf4655ab0c
comparison
equal deleted inserted replaced
15:f671821d8222 16:163aa299bedb
172 172
173 If set, instead of opening a connection to a remote server, \fIcommand\f1 will be called and all traffic will be piped to its stdin and from its stdout. Purpose is to tunnel ip traffic, eg. for ssl. 173 If set, instead of opening a connection to a remote server, \fIcommand\f1 will be called and all traffic will be piped to its stdin and from its stdout. Purpose is to tunnel ip traffic, eg. for ssl.
174 174
175 Example for ssl tunneling: 175 Example for ssl tunneling:
176 176
177 wrapper="/usr/bin/openssl s_client -quiet -connect pop.gmx.net:995 2>/dev/null" 177 wrapper="/usr/bin/openssl s_client \-quiet \-connect pop.gmx.net:995 2>/dev/null"
178 .TP 178 .TP
179 179
180 \fBpipe\f1 = \fIcommand\f1 180 \fBpipe\f1 = \fIcommand\f1
181 181
182 If set, and protocol is set to 'pipe', \fIcommand\f1 will be called and the message will be piped to its stdin. Purpose is to use gateways to uucp, fax, sms or whatever else. 182 If set, and protocol is set to 'pipe', \fIcommand\f1 will be called and the message will be piped to its stdin. Purpose is to use gateways to uucp, fax, sms or whatever else.