diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-31 06:48:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-31 06:48:14 +0000 |
commit | 06c4b62627653e9771da7670d8fb89082ecc18de (patch) | |
tree | 3a0a561368c106ba6d77f45512e2996cdb25efed /mail/exim/options | |
parent | Update to 0.5. (diff) |
Fix dovecot authentication.
Notes
Notes:
svn path=/head/; revision=192451
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 4 |
1 files changed, 4 insertions, 0 deletions
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 |