summaryrefslogtreecommitdiffstats
path: root/maildrop/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'maildrop/configure.ac')
-rw-r--r--maildrop/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/maildrop/configure.ac b/maildrop/configure.ac
index 4114fa8..822922b 100644
--- a/maildrop/configure.ac
+++ b/maildrop/configure.ac
@@ -717,6 +717,12 @@ AC_ARG_ENABLE(authlib-tempreject,
[ --enable-authlib-tempreject=(1|0) authlib errors are temprejects ],
[ AUTHLIB_TEMPREJECT="$enableval"], [ AUTHLIB_TEMPREJECT=1 ])
AC_MSG_RESULT($AUTHLIB_TEMPREJECT)
+AC_ARG_ENABLE(dovecotauth,[],[
+ if test "$enableval" = "yes"
+ then
+ AC_DEFINE_UNQUOTED(DOVECOTAUTH,1,[ Dovecot authentication enabled ])
+ fi
+])
AC_DEFINE_UNQUOTED(AUTHLIB_TEMPREJECT,$AUTHLIB_TEMPREJECT,
[ Whether authlib errors cause temporary rejects ])