Has anyone here install vpopmail for freebsd 4.10 before?

I am having a hell of a time doing it manually (following the instructions on vpopmail's website) and via /usr/ports/mail/vpopmail

When I do it manually, after running ./configure <argument>, I attempted to 'make'

but it said something about no target to make and I can't proceed any further then that.

Tried it via the ports

It keeps crashing when trying to copy stuff to the /usr/local/vpopmail/bin folder. The error said the $PREFIX/bin folder doesn't exist. So I went into the Makefile and added mkdir -p /usr/local/vpopmail/bin

ran make reinstall and nothing happens still. So I just kinda swing it because doing it via the port, it created this /usr/local/vpopmail-5.4.0 folder. I went in there and did a cp -R * /usr/local/vpopmail

I don't know if that will work or not but I went into the /usr/ports/mail/vpopmail folder again and ran make reinstall and no errors.

can anyone tell me if what I did is good or how to get this sucker to install correctly?

I am also trying to install qmailadmin but since my dns has yet to replicate, I don't quiet care about that right now smile.gif .

thanks ninja.gif