masqmail
changeset 318:290da1595311
connect_error_fail affects pipe commands too
author | meillo@marmaro.de |
---|---|
date | Thu, 28 Apr 2011 13:29:26 +0200 |
parents | 55b7bde95d37 |
children | d41fb3b9ed3e |
files | man/masqmail.route.5 |
diffstat | 1 files changed, 13 insertions(+), 12 deletions(-) [+] |
line diff
1.1 --- a/man/masqmail.route.5 Thu Apr 28 09:55:06 2011 +0200 1.2 +++ b/man/masqmail.route.5 Thu Apr 28 13:29:26 2011 +0200 1.3 @@ -93,6 +93,19 @@ 1.4 1.5 Default is false. 1.6 1.7 +.TP 1.8 +\fBconnect_error_fail\fR = \fIboolean\fR 1.9 + 1.10 +If this is set, a connection error (or if a pipe command could not be 1.11 +executed) will cause a mail delivery to fail, ie. it will be bounced. 1.12 +If it is unset, it will just be defered. 1.13 + 1.14 +Default is false. 1.15 +The reason for this is that masqmail is designed for non permanent internet connections, 1.16 +where such errors may occur quite often, and a bounce would be annoying. 1.17 + 1.18 +For the default local_net route it is set to true. 1.19 + 1.20 1.21 .SH SMTP CONFIGURATION 1.22 1.23 @@ -119,18 +132,6 @@ 1.24 The default is "dns_mx;dns_a;byname". 1.25 1.26 .TP 1.27 -\fBconnect_error_fail\fR = \fIboolean\fR 1.28 - 1.29 -If this is set, a connection error will cause a mail delivery to fail, ie. it will be bounced. 1.30 -If it is unset, it will just be defered. 1.31 - 1.32 -Default is false. 1.33 -The reason for this is that masqmail is designed for non permanent internet connections, 1.34 -where such errors may occur quite often, and a bounce would be annoying. 1.35 - 1.36 -For the default local_net route it is set to true. 1.37 - 1.38 -.TP 1.39 \fBhelo_name\fR = \fIstring\fR 1.40 1.41 Set the name given with the HELO/EHLO command. If this is not set,