diff options
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 263df8776..d303864a4 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.112 2006/10/02 13:38:18 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.113 2006/10/02 14:30:29 ph10 Exp $ New Features in Exim -------------------- @@ -61,12 +61,14 @@ Version 4.64 several authenticators for different mechanisms. For example: dovecot_plain: - driver = PLAIN + driver = dovecot + public_name = PLAIN server_name = /var/run/dovecot/auth-client server_setid = $auth1 dovecot_ntlm: - driver = NTLM + driver = dovecot + public_name = NTLM server_name = /var/run/dovecot/auth-client server_setid = $auth1 |