SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / auths / dovecot.h
index ea3f04dab7818e2c46bd2630ddb5c8c62436873c..b5eaf4f166477e4c80ce07ecc69d5bfd9339f210 100644 (file)
@@ -3,12 +3,15 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainters 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-only */
 
 /* 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. */