Dovecot auth: inet socket. Bug 2280
[users/jgh/exim.git] / src / src / auths / dovecot.h
index ea3f04dab7818e2c46bd2630ddb5c8c62436873c..373f729bbe1cc93f734bb80ab3591d887b680b27 100644 (file)
@@ -3,12 +3,14 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainters 2019 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Private structure for the private options. */
 
 typedef struct {
-  uschar *server_socket;
+  uschar *     server_socket;
+  BOOL         server_tls;
 } auth_dovecot_options_block;
 
 /* Data for reading the private options. */