From 06c4b62627653e9771da7670d8fb89082ecc18de Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 31 May 2007 06:48:14 +0000 Subject: Fix dovecot authentication. --- mail/exim/options | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/exim/options') diff --git a/mail/exim/options b/mail/exim/options index 25cbef1dd1cd..21f9cd0c7f86 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -70,6 +70,7 @@ #WITH_PAM #WITH_AUTH_CRAM_MD5 #WITH_AUTH_PLAINTEXT +#WITH_AUTH_DOVECOT #WITH_AUTH_SPA # Built-in support for the PAM, RFC 2195, RFC 2595 and # Microsoft "Secure Password Authentication" authentication mechanisms, @@ -229,6 +230,9 @@ WITH_AUTH_CRAM_MD5?=yes .ifndef WITHOUT_AUTH_PLAINTEXT WITH_AUTH_PLAINTEXT?=yes .endif +.ifndef WITHOUT_AUTH_DOVECOT +WITH_AUTH_DOVECOT?=yes +.endif .ifndef WITHOUT_AUTH_SPA WITH_AUTH_SPA?=yes .endif -- cgit v1.2.3