Hi, md wrote: > /usr/bin/ld: cannot find -llua > > collect2: ld returned 1 exit status > > make: *** [imapfilter] Error 1 > > > lua is installed. You most certainly need to install the lua-devel package, too. It brings the header files needed to link new applications against the version of lua installed. -hwh