From 973762413f4acf8a93af225704d2508642a1ba31 Mon Sep 17 00:00:00 2001 From: roam Date: Thu, 5 Sep 2002 13:42:30 +0000 Subject: Change the WITH_MD5_PASSWORDS knob to WITHOUT_MD5_PASSWORDS; the vpopmail default is to build support for MD5-hashed passwords now. Reported by: Jetchko Jekov --- mail/vpopmail-devel/Makefile | 6 +++--- mail/vpopmail/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index 16563c0..42fc4d7 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ # Define these to change from the default behaviour # # WITH_PASSWD - allow authentication off /etc/passwd -# WITH_MD5_PASSWORDS - store encrypted passwords in MD5 format +# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format # WITH_MYSQL - allow authentitation via mysql # WITH_MYSQL_LARGE_SITE - enables large site layout # WITH_MYSQL_REPLICATION - enables MySQL database replication @@ -134,8 +134,8 @@ CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \ CONFIGURE_ARGS+= --enable-passwd=y .endif -.if defined(WITH_MD5_PASSWORDS) -CONFIGURE_ARGS+= --enable-md5-passwords=y +.if defined(WITHOUT_MD5_PASSWORDS) +CONFIGURE_ARGS+= --enable-md5-passwords=n .endif .if defined(WITH_APOP) diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 16563c0..42fc4d7 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ # Define these to change from the default behaviour # # WITH_PASSWD - allow authentication off /etc/passwd -# WITH_MD5_PASSWORDS - store encrypted passwords in MD5 format +# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format # WITH_MYSQL - allow authentitation via mysql # WITH_MYSQL_LARGE_SITE - enables large site layout # WITH_MYSQL_REPLICATION - enables MySQL database replication @@ -134,8 +134,8 @@ CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \ CONFIGURE_ARGS+= --enable-passwd=y .endif -.if defined(WITH_MD5_PASSWORDS) -CONFIGURE_ARGS+= --enable-md5-passwords=y +.if defined(WITHOUT_MD5_PASSWORDS) +CONFIGURE_ARGS+= --enable-md5-passwords=n .endif .if defined(WITH_APOP) -- cgit v1.1