Hi I used qmail 1.03+vpopmail 5.3.24+courier-imap 2.2.1+qmailadmin+squrellmail
vpopmail setup to authtificated from mysql. ./configure --enable-mysql=y --enable-defaultquota=100000000S,10000C --enable-learn-passwords=n --enable-logging=v --enable-mysql-logging=n --enable-qmail-ext=y --enable-mysql-limits=y --enable-domainquotas=n I wrote server, login, password values into vmysql.h and compile it. courier-imap configured to use vchkpw authtificate (imap daemon) ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without-authpgsql --without-authshadow --without-authuserdb --without-authcustom --without-authcram --without-authdaemon --with-authvchkpw --with-ssl but imapd wrote: could_not_connect_to_mysql_update_server_Access_denied_for_user:_'[EMAIL PROTECTED]'_ (Using_password:_NO)_with_database Where i remove root password from Mysql all working fine. What i do wrong? Please help. For security reason i can't leave root password blank.