X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fauths%2Fdovecot.h;h=bfe1f0775c9da2b0e7bc764eddefd4320b98863e;hb=55ab0c211c3e0def1016971d3b3ebd47c006a751;hp=9fd324b0f489bc22d007588b161b823034cb56f2;hpb=14aa5a05b6399f98744f9542765288313d0bfb9d;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/auths/dovecot.h b/src/src/auths/dovecot.h index 9fd324b0f..bfe1f0775 100644 --- a/src/src/auths/dovecot.h +++ b/src/src/auths/dovecot.h @@ -1,16 +1,16 @@ -/* $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. */ /* 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. */