diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-06-12 15:09:18 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-06-12 15:16:05 +0200 |
commit | 70edc263fee9c2ecf4c3f0daaa46caa6842a32e6 (patch) | |
tree | a16afab6fbaf6f7a9134035c1708daee637695b4 /doc | |
parent | 2bc0f45ec0637be57e5d87b576a72cac71ccaf81 (diff) |
Clarify the socket address family (UNIX) for server_socket (dovecot)
Wishlist item (#2280) is created for INET connections.
See https://bugs.exim.org/show_bug.cgi?id=2280
Diffstat (limited to 'doc')
-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 863a6b949..7ae09cfbe 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -26769,7 +26769,7 @@ authenticator only. There is only one option: .option server_socket dovecot string unset -This option must specify the socket that is the interface to Dovecot +This option must specify the UNIX socket that is the interface to Dovecot authentication. The &%public_name%& option must specify an authentication mechanism that Dovecot is configured to support. You can have several authenticators for different mechanisms. For example: |