diff options
author | Magnus Holmgren <holmgren@lysator.liu.se> | 2007-05-15 19:04:56 +0000 |
---|---|---|
committer | Magnus Holmgren <holmgren@lysator.liu.se> | 2007-05-15 19:04:56 +0000 |
commit | 693ff30912fd9413de491e03639dcf35f2c53b7b (patch) | |
tree | 43ce363db8b4e4602b28c1ab6e4bafb7bb7ffde0 /doc | |
parent | 0806a9c5bfe809d616ae63fa68e959a2fac2a864 (diff) |
Fix bug #500, typo (server_setid should be server_set_id) in chapter 37.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index b3d2111c4..717e145ab 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.17 2007/04/12 10:56:02 ph10 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.18 2007/05/15 19:04:56 magnus Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -23685,13 +23685,13 @@ dovecot_plain: driver = dovecot public_name = PLAIN server_socket = /var/run/dovecot/auth-client - server_setid = $auth1 + server_set_id = $auth1 dovecot_ntlm: driver = dovecot public_name = NTLM server_socket = /var/run/dovecot/auth-client - server_setid = $auth1 + server_set_id = $auth1 .endd If the SMTP connection is encrypted, or if &$sender_host_address$& is equal to &$received_ip_address$& (that is, the connection is local), the &"secured"& |