Hi there, I'm running qmail with vpopmail, courier imap/bla. It works nice under FreeBSD 4.8
But i have one problem i have compiled vpopmail WITHOUT mysql, and WITH a courier-imap hack see here: THE HACK >> http://www.pofo.de/HOWTO/qmail/files/open_relay.c env VPOPMAILDIR=`pw usershow vpopmail | cut -f9 -d':'`/etc \ /bin/sh -c 'gcc -o open_relay open_relay.c `cat $VPOPMAILDIR/inc_deps $VPOPMAILDIR/lib_deps` -lcrypt' install -o root -g wheel -m 755 open_relay /usr/local/bin/ its a smtp after imap/pop3 "hack" but now i will deinstall vpopmail and install with MySQL support, but that its not the problem 1. How can i delete the hack? 2. How can i setup the hack to work with vpopmail AND MySQL? thanks in advance! eLgino PS: sorry for my poor english