From: Josef 'Jeff' Sipek Date: Fri, 16 Oct 2020 13:18:31 +0000 (-0400) Subject: auth: Remove vpopmail user & pass db support X-Git-Tag: 2.3.14.rc1~374 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3d02fdd7104fd4b6b8d6565c8f4910944979e23;p=thirdparty%2Fdovecot%2Fcore.git auth: Remove vpopmail user & pass db support --- diff --git a/configure.ac b/configure.ac index ed809185ec..8235e34432 100644 --- a/configure.ac +++ b/configure.ac @@ -91,22 +91,6 @@ AS_HELP_STRING([--with-libunwind], [Build with libunwind support (auto)]), TEST_WITH(libunwind, $withval), want_libunwind=auto) -AC_ARG_WITH(vpopmail, -AS_HELP_STRING([--with-vpopmail], [Build with vpopmail support (auto)]), - if test x$withval = xno; then - want_vpopmail=no - else - if test x$withval = xyes || test x$withval = xauto; then - vpopmail_home="`echo ~vpopmail`" - want_vpopmail=$withval - else - vpopmail_home="$withval" - want_vpopmail=yes - fi - fi, [ - want_vpopmail=no - ]) - # Berkeley DB support is more or less broken. Disabled for now. #AC_ARG_WITH(db, #AS_HELP_STRING([--with-db], [Build with Berkeley DB support]), diff --git a/doc/example-config/conf.d/10-auth.conf b/doc/example-config/conf.d/10-auth.conf index 1b139d8c0d..3e9c4e4dc4 100644 --- a/doc/example-config/conf.d/10-auth.conf +++ b/doc/example-config/conf.d/10-auth.conf @@ -10,7 +10,7 @@ #disable_plaintext_auth = yes # Authentication cache size (e.g. 10M). 0 means it's disabled. Note that -# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used. +# bsdauth and PAM require cache_key to be set for caching to be used. #auth_cache_size = 0 # Time to live for cached data. After TTL expires the cached record is no # longer used, *except* if the main database lookup returns internal failure. @@ -124,5 +124,4 @@ auth_mechanisms = plain #!include auth-ldap.conf.ext #!include auth-passwdfile.conf.ext #!include auth-checkpassword.conf.ext -#!include auth-vpopmail.conf.ext #!include auth-static.conf.ext diff --git a/doc/example-config/conf.d/Makefile.am b/doc/example-config/conf.d/Makefile.am index 35ff25ad55..d5d509deff 100644 --- a/doc/example-config/conf.d/Makefile.am +++ b/doc/example-config/conf.d/Makefile.am @@ -11,7 +11,6 @@ example_DATA = \ auth-sql.conf.ext \ auth-static.conf.ext \ auth-system.conf.ext \ - auth-vpopmail.conf.ext \ 10-auth.conf \ 10-director.conf \ 10-logging.conf \ diff --git a/doc/example-config/conf.d/auth-vpopmail.conf.ext b/doc/example-config/conf.d/auth-vpopmail.conf.ext deleted file mode 100644 index f2da976bd2..0000000000 --- a/doc/example-config/conf.d/auth-vpopmail.conf.ext +++ /dev/null @@ -1,17 +0,0 @@ -# Authentication for vpopmail users. Included from 10-auth.conf. -# -# - -passdb { - driver = vpopmail - - # [cache_key=] [webmail=] - args = -} - -userdb { - driver = vpopmail - - # [quota_template=