X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/14aa5a05b6399f98744f9542765288313d0bfb9d..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/auths/dovecot.h diff --git a/src/src/auths/dovecot.h b/src/src/auths/dovecot.h index 9fd324b0f..b5eaf4f16 100644 --- a/src/src/auths/dovecot.h +++ b/src/src/auths/dovecot.h @@ -1,16 +1,17 @@ -/* $Cambridge: exim/src/src/auths/dovecot.h,v 1.1 2006/10/02 13:38:18 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* 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. */