qmail+mysql的问题
|
1#
发表于 2001-04-17 12:53
qmail+mysql的问题
我在安装完vpopmail以后,查看mysql没有发现没有默认的vpopmail数据库和表生成
而且我用qmailadmin添加的用户,在客户端收信,无论如何都说密码不对? 但是可以在Maildir/new下面找到信件,我发现密码放在vpasswd vpasswd.cdb文件里面而不是数据库里面,请问这是怎么回事情啊? 以下是编译过程和反馈信息: [root@mail vpopmail-4.9.10]# ./configure --enable-roaming-users=y --enable-hardquota=5000000 --enable-default-domain=sccin.com --enable-mysql=y --enable-sqlincdir=/usr/local/mysql/include/mysql --enable-sqllibdir=/usr/local/mysql/lib/mysql --enable-ucspi-dir=../ucspi-tcp-0.88 --enable-passwd=n loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i686-unknown-linux checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for POSIXized ISC... no checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no yes checking for floor in -lm... (cached) yes checking for compress in -lz... (cached) yes checking for crypt in -lcrypt... (cached) yes checking for gethostbyaddr in -lnsl... (cached) yes checking for getsockname in -lsocket... (cached) no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for getcwd... (cached) yes checking for mkdir... (cached) yes checking for strdup... (cached) yes checking for strstr... (cached) yes creating ./config.status creating Makefile creating config.h Current settings --------------------------------------- vpopmail directory = /home/vpopmail uid = 508 gid = 503 roaming users = ON user quota = 5000000 tcpserver file = /home/vpopmail/etc/tcp.smtp open_smtp file = /home/vpopmail/etc/open-smtp auth module = mysql table optimization = many domains (--enable-large-site=n default) auth logging = OFF pop syslog = show only failure attempts default domain = sccin.com [root@mail vpopmail-4.9.10]# make make all-recursive make[1]: Entering directory `/home/Public/vpopmail-4.9.10' Making all in cdb make[2]: Entering directory `/home/Public/vpopmail-4.9.10/cdb' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Public/vpopmail-4.9.10/cdb' make[2]: Entering directory `/home/Public/vpopmail-4.9.10' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/Public/vpopmail-4.9.10' make[1]: Leaving directory `/home/Public/vpopmail-4.9.10' [root@mail vpopmail-4.9.10]# make install-strip make AM_INSTALL_PROGRAM_FLAGS=-s install make[1]: Entering directory `/home/Public/vpopmail-4.9.10' Making install in cdb make[2]: Entering directory `/home/Public/vpopmail-4.9.10/cdb' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/home/Public/vpopmail-4.9.10/cdb' make[2]: Entering directory `/home/Public/vpopmail-4.9.10' make[3]: Entering directory `/home/Public/vpopmail-4.9.10' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ./mkinstalldirs /home/vpopmail/bin /usr/bin/install -c -s vchkpw /home/vpopmail/bin/vchkpw /usr/bin/install -c -s vdelivermail /home/vpopmail/bin/vdelivermail /usr/bin/install -c -s clearopensmtp /home/vpopmail/bin/clearopensmtp /usr/bin/install -c -s vadddomain /home/vpopmail/bin/vadddomain /usr/bin/install -c -s vdeldomain /home/vpopmail/bin/vdeldomain /usr/bin/install -c -s vpasswd /home/vpopmail/bin/vpasswd /usr/bin/install -c -s vadduser /home/vpopmail/bin/vadduser /usr/bin/install -c -s vdeluser /home/vpopmail/bin/vdeluser /usr/bin/install -c -s vaddaliasdomain /home/vpopmail/bin/vaddaliasdomain /usr/bin/install -c -s vsetuserquota /home/vpopmail/bin/vsetuserquota /usr/bin/install -c -s vpopbull /home/vpopmail/bin/vpopbull /usr/bin/install -c -s vconvert /home/vpopmail/bin/vconvert /usr/bin/install -c -s vmoduser /home/vpopmail/bin/vmoduser /usr/bin/install -c -s vuserinfo /home/vpopmail/bin/vuserinfo /usr/bin/install -c -s vmkpasswd /home/vpopmail/bin/vmkpasswd /usr/bin/install -c -s vipmap /home/vpopmail/bin/vipmap /bin/sh ./mkinstalldirs /home/vpopmail/users /bin/sh ./mkinstalldirs /home/vpopmail/domains /bin/sh ./mkinstalldirs /home/vpopmail/lib /bin/sh ./mkinstalldirs /home/vpopmail/include /bin/sh ./mkinstalldirs /home/vpopmail/doc /bin/sh ./mkinstalldirs /home/vpopmail/etc /bin/sh ./mkinstalldirs /home/vpopmail/doc/man_html /bin/sh ./mkinstalldirs /home/vpopmail/doc/doc_html cp libvpopmail.a /home/vpopmail/lib cp vpopmail.h /home/vpopmail/include cp config.h /home/vpopmail/include cp config.h /home/vpopmail/include/vpopmail_config.h cp vauth.h /home/vpopmail/include cp doc/man_html/* /home/vpopmail/doc/man_html cp doc/doc_html/* /home/vpopmail/doc/doc_html chmod 755 /home/vpopmail chmod 755 /home/vpopmail/lib chmod 755 /home/vpopmail/include chmod 755 /home/vpopmail/etc chmod 755 /home/vpopmail/doc chmod 755 /home/vpopmail/doc/man_html chmod 755 /home/vpopmail/doc/doc_html chmod 755 /home/vpopmail/bin chmod 700 /home/vpopmail/users chmod 700 /home/vpopmail/domains chmod 755 /home/vpopmail/bin/* chmod 755 /home/vpopmail/lib/* chmod 444 /home/vpopmail/include/* chmod 444 /home/vpopmail/doc/doc_html/* chmod 444 /home/vpopmail/doc/man_html/* If the recursive chown is taking a long time go ahead and break out of it by pressing control-C this is the last stage of the install and can be skipped chown -R vpopmail /home/vpopmail chgrp -R vchkpw /home/vpopmail make[3]: Leaving directory `/home/Public/vpopmail-4.9.10' make[2]: Leaving directory `/home/Public/vpopmail-4.9.10' make[1]: Leaving directory `/home/Public/vpopmail-4.9.10' [已被 netbeegun 编辑过, 在 2001-04-17 12:55] |