X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdrtables.c;h=e2d989cc8b9054fb45f3951d742f340b91057557;hb=655c589513d20178c1979517320fc446f1a197f6;hp=ec7f5274544a4308e349f9c3b37ec9f19b36d37c;hpb=13b685f963e9313409f8350f718bac411829a5e7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/drtables.c b/src/src/drtables.c index ec7f52745..e2d989cc8 100644 --- a/src/src/drtables.c +++ b/src/src/drtables.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/drtables.c,v 1.5 2005/08/01 13:20:28 ph10 Exp $ */ +/* $Cambridge: exim/src/src/drtables.c,v 1.11 2009/11/16 19:50:36 nm4 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -551,6 +551,10 @@ set to NULL for those that are not compiled into the binary. */ #include "auths/cyrus_sasl.h" #endif +#ifdef AUTH_DOVECOT +#include "auths/dovecot.h" +#endif + #ifdef AUTH_PLAINTEXT #include "auths/plaintext.h" #endif @@ -589,6 +593,19 @@ auth_info auths_available[] = { }, #endif +#ifdef AUTH_DOVECOT + { + US"dovecot", /* lookup name */ + auth_dovecot_options, + &auth_dovecot_options_count, + &auth_dovecot_option_defaults, + sizeof(auth_dovecot_options_block), + auth_dovecot_init, /* init function */ + auth_dovecot_server, /* server function */ + NULL /* client function */ + }, +#endif + #ifdef AUTH_PLAINTEXT { US"plaintext", /* lookup name */