I am trying to compile SqWebmail 1.1.0 but I'm getting the following error while running make. I don't see this particular code in the sqwebmail-1.0.3 version that I ahve been using so I'm assuming it's something new. Any ideas are appreciated. Thanks! gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre': /usr/src/sqwebmail-1.1.0/authlib/preauthvchkpw.c:86: undefined reference to `open_smtp_relay' collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/usr/src/sqwebmail-1.1.0/authlib' make: *** [all-recursive] Error 1 Mark
