> Probably my steps will be: > > cd into courier-imap-2.1.1/authlib > patch -u < courier-imap-2[1].1.1-vchkpw-updates.diff.txt > ./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 --with-piddir=/var/run setenv > CFLAGS="-DHAVE_OPEN_SMTP_RELAY" > gmake > gmake install > gmake install-configure > > With your patch, I've already a security problem? Or removing the > open_smtp_relay() calls from the preauthvchmpw.c file to > authvchkpw.c, you've fixed that?
My lib_deps is: -L/home/vpopmail/lib -lvpopmail I've to add the '-lcrypt' too? Thanks Andrea