diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-07-24 13:55:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-07-24 13:55:00 +0100 |
commit | 9584f42997f1c028cbc37684e9472df98a6a8b40 (patch) | |
tree | b608336009ed5a059b68e3d5b649d81c9153a88e | |
parent | 09728d20bea31bf61a7846a7d4797cfca81edb28 (diff) |
Fix "default config" section wrt. rfc1413_hosts
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 2e2d2f965..ad21c38ca 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -5557,7 +5557,7 @@ unreachable. The next two lines are concerned with &'ident'& callbacks, as defined by RFC 1413 (hence their names): .code -rfc1413_query_hosts = * +rfc1413_hosts = * rfc1413_query_timeout = 0s .endd These settings cause Exim to avoid ident callbacks for all incoming SMTP calls. |