# HG changeset patch # User meillo@marmaro.de # Date 1303990166 -7200 # Node ID 290da1595311f00d6b12e39af6c0824d76456163 # Parent 55b7bde95d375964a03d8a716dccbbd61dfbfedc connect_error_fail affects pipe commands too diff -r 55b7bde95d37 -r 290da1595311 man/masqmail.route.5 --- a/man/masqmail.route.5 Thu Apr 28 09:55:06 2011 +0200 +++ b/man/masqmail.route.5 Thu Apr 28 13:29:26 2011 +0200 @@ -93,6 +93,19 @@ Default is false. +.TP +\fBconnect_error_fail\fR = \fIboolean\fR + +If this is set, a connection error (or if a pipe command could not be +executed) will cause a mail delivery to fail, ie. it will be bounced. +If it is unset, it will just be defered. + +Default is false. +The reason for this is that masqmail is designed for non permanent internet connections, +where such errors may occur quite often, and a bounce would be annoying. + +For the default local_net route it is set to true. + .SH SMTP CONFIGURATION @@ -119,18 +132,6 @@ The default is "dns_mx;dns_a;byname". .TP -\fBconnect_error_fail\fR = \fIboolean\fR - -If this is set, a connection error will cause a mail delivery to fail, ie. it will be bounced. -If it is unset, it will just be defered. - -Default is false. -The reason for this is that masqmail is designed for non permanent internet connections, -where such errors may occur quite often, and a bounce would be annoying. - -For the default local_net route it is set to true. - -.TP \fBhelo_name\fR = \fIstring\fR Set the name given with the HELO/EHLO command. If this is not set,